数据结构大作业 运动会分数统计

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

数据结构课程设计大作业

090821班

题目运动会分数统计

专业计算机科学与技术

学生姓名赵志强

学号39

指导教师唐国民

完成日期2010.12.2

湖州师院信息与工程学院

目录

一、实验内容概述 (3)

二、实验目的概述 (4)

三、解题思路的描述 (5)

四、源程序清单 (8)

五、程序调试及测试结果 (15)

六、结论与体会 (17)

七、参考文献 (18)

运动会分数统计

【内容摘要】

问题描述:参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m<=20,n<=20)

功能要求:

1) 可以输入各个项目的前三名或前五名的成绩;

2) 能统计各学校总分,

3) 可以按学校编号或名称、学校总分、男女团体总分排序输出;

4) 可以按学校编号查询学校某个项目的情况;可以按项目编号查询取得前

三或前五名的学校。

5) 数据存入文件并能随时查询

6) 规定:输入数据形式和范围:可以输入学校的名称,运动项目的名称

输出形式:有中文提示,各学校分数为整形

界面要求:有合理的提示,每个功能可以设立菜单,根据提示,可以完成相关的功能要求。

存储结构:学生自己根据系统功能要求自己设计,但是要求运动会的相关数据要存储在数据文件中。(数据文件的数据读写方法等相关内容在c语言程序设计的书上,请自学解决)请在最后的上交资料中指明你用到的存储结构;

测试数据:要求使用1、全部合法数据;2、整体非法数据;3、局部非法数据。进行程序测试,以保证程序的稳定。测试数据及测试结果请在上交的资料中写明。

【关键字】运动会分数统计,线性表,链表,遍历

【Abstract】

Description:There are various schools participate in the games, and stamp them from 1... n. Competition is divided into N male project, and N female project. Project Numbers for man from 1 to M, women's from m + 1 to M + w. Different project take the top five or top three points; The top five points respectively is: 7, 5, 3, 2, 1,and the top three points respectively is: 5, 3, 2,;Which to take the top five or top three set by the students themselves. (m < = 20, n < = 20)

Functional requirements:

1) can enter each item the top three or top five result,

2) can calculate each school’s total score,

3) men and women groups total score sorting results can output according to the

school numbers or name, school total score.

4) can follow the school Numbers inquires the school for a specific project; Can be obtained by project Numbers inquires top

three or top five schools.

5) data files, and can deposit enquiries

6) regulation: input data form and scope: can enter the school name, the name of the sport

Output format: Chinese clew, each school grades for plastic

Interface requirements: there is a reasonable hint, each function may establish menu, according to the prompt, can complete the relevant function requirement.

Storage structure: the students themselves according to your own design system function requirements, but it will require games and related data to stored in data file. (data file of reading and writing data method and other related content in c language program design book, please self-study solve) please last due in material storage structure of where you use,

Test data: require all legal data; 1, 2, the overall illegal data; 3, local illegal data. Test procedures, to ensure the stability of the program. Test data and test results of material in submission, please state.

【Key words】Sports scores statistics,Linear list,Linked list,seek

相关文档
最新文档