搜索资源列表
yundonghui
- 运动会成绩统计源码。计算机类课程设计比作实验之一。可以统计学校及个人成绩并排名。
yundonghui
- 运动会分数统计 任务:参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m<=20,n<=20)
yundonghui
- 以前的课程设计,运动会分数统计,开发环境是c,已经编译通过
yundonghui
- 基于VISUAL C++开发的运动会的评分系统,属于 数据结构
yundonghui
- 是一个数据结构课程设计,题目是运动会,包括全部源代码-Is a data structure of curriculum design, the subject is sports, including all source code
yundonghui
- 运动会成绩统计,可以进行一些比较简单的统计-Games score statistics, can be some relatively simple statistical
yundonghui
- 运动会成绩 进入系统后可以输入和修改某个项目的结果情况,可以按各系院编号输出总分;按总分排序;按男团体总分排序 ;按系院编号查询;按项目编号查询;按女团体总分排序。 -Games can be entered into the system performance and modify the results of a project situation, you can score by each department and the output number by score sor
yundonghui
- 某学校开运动会,共有m个班参加,比赛设有n个男子项目和L个女子项目。假设项目编号为1~n,n+1~n+L,并且假设编号为偶数的项目取前5名,得分顺序为7,5,3,2,1,编号为奇数的项目取前3名,得分顺序为5,3,2。请编写出一个统计程序以产生:各班成绩单(包括各班所得的各项成绩的项目号,名次,姓名和得分);团体总分报表(包括班级,男团总分,女团总分和团体总分);-A school sports meet, a total of m classes to participate in the c
yundonghui
- 数据结构实习题,运动会分数统计,线性表及其应用-Data structure practice problems, sports scores statistics, linear form and its application