搜索资源列表
6-7
- 统计学生成绩。 设有十个学生的成分别是:(自己设定)。统计一下60~69分,70~79分,80~89分,90~99分和100分的人数并存放在s6,s7,s8,s9,s10单元中。(通过对子程序的调用实现)-student achievement statistics. With 10% of the students were : (self-imposed). Statistics about 60 to 69 points, 70 to 79 points, 80 to 89, 90 to
高校运动会系统
- 任务:参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m=10 , w=8 , n=15) 功能要求: 1). 可以输入各个项目的前三名或前五名的成绩; 2).能统计各学校总分(用链表); 3).可以按学校编号、学校总分、男女团体总分排序输出(快速、基数);
intepoint
- 用C语言实现学生学号,姓名,五门课程成绩的录入与查寻,统计不及格人数,优秀学生人数,平均成绩等。-C language students learn, names, five courses with the results of the search entry, compared to statistics, the number of outstanding students, the average performance.
GradeASM.RAR
- 一个简单的统计成绩的汇编程序。输入一组成绩后对成绩排序,查找最高分,和最低分,统计各段成绩的人数和平均成绩。初学者可以看看。-a simple statistical compilation of the results procedures. The importation of a pair of scores after the results, in order to search high and the lowest points of the performance statist
学生数据系统
- 学生数据系统,功能比较完整 操作菜单: (可以输入0~14共15个数字键操作,0是退出系统) 1)新建链表? 2)新建文件? 3)读取文件资料? 4)显示成绩的前几名? 5)查找并显示学生个人资料? 6)显示所有学生的成绩? 7)找出学生中重复的号码并显示? 8)删除学生资料? 9)把新建的链表添加到资料中? 10)查询并修改学生资料? 11)统计输入的学生资料总数? 12)排序 (总成绩\\语文\\数学\\英语\\
scoregraph
- 属于课程设计内容,主要对学生成绩的统计可用于参考-belongs to the curriculum design, mainly on student achievement statistics can be used for reference
erterryrtyeryt
- 程序要求实现学生成绩的添加,查找,修改,删除以及统计和打印等相关功能. 利用汇编语言的编程思想是实现一个小巧的学生成绩管理系统,其中包括宏程序的引用,子程序调用/嵌套,算术指令,数据传送指令和DOS调用指令等的使用.-procedures call for the addition of student achievement, identify, modify, remove and Print statistics and other related functions. the use
Soft20060208103843451
- 简易成绩统计系统 采用delphi+access设计. 简单实现成绩统计,方便填写期末成绩表而设计.-summary scores using delphi access system design. Simple accomplishment statistics, facilitate the complete results, and the end of the design.
countcj
- 这是个简易成绩统计系统,能完成同学各科成绩的总分、排名、平均、成绩的考核方法、计算方法、各个学员的成绩在所有同学中的位置等 -This is a summary scores, students can complete the combined results branches, ranking average, performance evaluation method and the method of computation, all the outcomes of all stud
tongjichengji
- 用汇编变成,统计成绩各个段人数,并求出总成绩的平均值.
学生成绩管理系统001
- 学生成绩管理系统,delphi+database desktop数据库。功能强大,<br> 包括成绩录入,复杂查询,统计等功能。使用方便,欢迎下载。<br> 没带dbe引擎,所以要装delphi才能运行。原想打包成exe的,但没成功。-student performance management system, delphi + database desktop database. Powerful, lt; Brgt; Results include logging,
ASTP
- 考试答卷分析,可以统计各个分数段成绩,作为教师统计考试成绩用-Analysis of examination scr ipts, you can all scores above statistical results, as a teacher statistics examinations with
huibianyuyan
- 汇编语言程序及报告,学生成绩统计等源程序。-Assembly language procedures and reports, students score statistics source.
score
- 一个完成学生成绩统计,以及统计平均分,最高,最低的汇编程序-A completed student performance statistics, and statistical average, the highest and lowest Assembler
ChartPrj
- delphi chart 的使用实例 用于统计考试成绩统计,成绩分段统计-delphi chart examples of the use of statistics for the statistical examination results, performance statistics section
CPP
- 简单的学生管理系统,统计成绩,人数,成绩排序等- Simple student management system, statistical results, the number of sorting results
test-18b
- 学生成绩管理,从键盘接受80个学生成绩,并统计各个分数段的人数(Student achievement management, from the keyboard to accept 80 student achievement, and statistics of the scores of the number of segments)
student
- 学生成绩管理系统,功能选择、录入成绩、查询成绩、删除成绩、修改学上成绩、插入成绩、统计学生人数(Student performance management system, function selection, entry results, query results, delete the results, modify academic achievement, insert the results, the number of students statistics)
SCORE
- 按照学号的顺序输入20个学生的成绩及(0~100)存入一维数组SCORE,然后统计每个学生的名次并在屏幕输出。(In accordance with the number of students enter the order of 20 students' results and (0~100) into a one-dimensional array of SCORE, and then statistics of each student's ranking and output on t
11个学生成绩按范围统计人数
- 输入11个学生成绩,输出每个分数段的人数,汇编