文件名称:lwork
介绍说明--下载内容均来自于网络,请自行研究使用
一个学生成绩编辑程序,本程序设计优缺点:
采用数组实现各项功能,简洁易懂,便于操作。功能包括:
1. 建立文件:能建立多个文件保存不同数据;载入:可从现有任意文件中载入数据;保存:可将输入的数据保存到现有文件中,建议新建文件,否则会覆盖原文件中数据。
2. 增加或删除学生数据,按学号查学生姓名、成绩(包括平均成绩),求总平均成绩和各科平均成绩。
3. 有各种排序功能:按学号排序、平均成绩排序、某门课成绩排序。
4. 不及格类统计:统计考试有不及格的学生、指定课程有不及格的学生、三门或三门以上课程不及格的学生及每门课不及格学生与总人数之比。
5. 分数段查询:.总成绩分段查询(如总成绩在300~400)、各门成绩分段查询(如各门成绩均在80~90),可轻松查询各分数段内的学生。
不足之处是学生数组以静态方式存储内存,利用率不高,且数组长度有限,不能动态添加。还有一点就是输出每门课成绩最好和最差的学生名单时,只能输出一位学生,即如果有俩个学生的成绩相同时,只能输出平均分高的学生。
-a student performance editing procedures, the advantages and disadvantages of the design process : the array to achieve functional and easy to read. easy to operate. Features include : 1. The establishment of documents : to create a number of different data document preservation; Included : from the existing arbitrary files contain data; Preservation : may data will be entered into the preservation of existing documents, the proposed new document, the original document will cover data. 2. Students add or remove data, inquiries by students, school name, results (including the performance), average scores for a total average score and branches. 3. There are various sequencing functions : Sort of by the school, the average score in a certain class performance ranking. 4. Failing category Stat
采用数组实现各项功能,简洁易懂,便于操作。功能包括:
1. 建立文件:能建立多个文件保存不同数据;载入:可从现有任意文件中载入数据;保存:可将输入的数据保存到现有文件中,建议新建文件,否则会覆盖原文件中数据。
2. 增加或删除学生数据,按学号查学生姓名、成绩(包括平均成绩),求总平均成绩和各科平均成绩。
3. 有各种排序功能:按学号排序、平均成绩排序、某门课成绩排序。
4. 不及格类统计:统计考试有不及格的学生、指定课程有不及格的学生、三门或三门以上课程不及格的学生及每门课不及格学生与总人数之比。
5. 分数段查询:.总成绩分段查询(如总成绩在300~400)、各门成绩分段查询(如各门成绩均在80~90),可轻松查询各分数段内的学生。
不足之处是学生数组以静态方式存储内存,利用率不高,且数组长度有限,不能动态添加。还有一点就是输出每门课成绩最好和最差的学生名单时,只能输出一位学生,即如果有俩个学生的成绩相同时,只能输出平均分高的学生。
-a student performance editing procedures, the advantages and disadvantages of the design process : the array to achieve functional and easy to read. easy to operate. Features include : 1. The establishment of documents : to create a number of different data document preservation; Included : from the existing arbitrary files contain data; Preservation : may data will be entered into the preservation of existing documents, the proposed new document, the original document will cover data. 2. Students add or remove data, inquiries by students, school name, results (including the performance), average scores for a total average score and branches. 3. There are various sequencing functions : Sort of by the school, the average score in a certain class performance ranking. 4. Failing category Stat
相关搜索: lwork
(系统自动生成,下载前可以参看下载内容)
下载文件列表
finalwork.c