源码简介: |
用C语言设计实现一个学校运动会信息管理程序,功能如下:(1) 初始化输入:N-参赛院系总数,M-男子竞赛项目数,W-女子竞赛项目数;(2) 各项目名次取法有如下几种:取前5名:第1名得分 7,第2名得分 5,第3名得分3,第4名得分2,第5名得分 1; (3) 由程序提醒用户填写比赛结果,输入各项目获奖运动员的信息。(4) 所有信息记录完毕后,用户可以查询各个院系或个人的比赛成绩,生成团体总分报表,查看参赛院系信息、获奖运动员、比赛项目信息等。支持将信息保存为文件,从已有文件中读取信息。-Design using C language to implement a school sports information management procedures, functions as follows: (1) initialization input: N-participating faculties total, M-man race number of items, W-woman race number of items (2) Place the items have emulated the following categories: take the top five: the first one score 7, the first two scoring 5, 3 scores 3, 4 score 2, 5 score 1 (3) by the program to remind users to fill match results, Enter each item medalists information. (4) After all the information is recorded, the user can query the various departments or individual game results, generating group Total reports, view information about participating faculty, award-winning athletes, events information. Support save the information as a file to read information from an existing file.
|