文件名称:B1
-
所属分类:
- 标签属性:
- 上传时间:2016-05-07
-
文件大小:3.68kb
-
已下载:2次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
学生成绩核算系统的设计与实现(25分)
课题内容:
设计一个学生成绩核算系统。能实现从文件中读取学生成绩资料,并提供成绩查询统计服务。
课题要求:
(1)按班级按课程从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩。
(2)三个成绩对总评成绩的百分比被定义为常数,各占总成绩的30 、30 和40 。
(3)计算每位学生的总评成绩。
(4)计算该班级本课程的总平均成绩。
(5)计算处于优、良、中、及格、不及格的学生人数以及占总人数的百分比。其中100-90为优,89-80为良,79-70为中,69-60为及格,60分以下为不及格。
(6)按要求输出成绩在优、良、中、及格、不及格各区间的学生学号、成绩。
程序设计参考思路:
1、建立文本文件 note.dat,第一行为学生的总人数,其后为每个学生的成绩,每个学生的信息占一行,格式为:
学号(9位) 平时成绩 期中考试成绩 期末考试成绩
2、从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩时,数据的读入方式可用C语言中的文件读入方式进行,也可用C++中的流实现。
3、 每次计算出的结果可在屏幕输出,并把每个学生的总评成绩输入到新文件out.dat文件中,
格式为: 学生学号(9位) 总评成绩 成绩等级-Design and implementation of student achievement calculation system (25 points)
DISCLOSURE:
A design student achievement calculation system. To achieve student achievement data read the file, and provides query performance statistics service. This issue, as well as proficiency in a variety of operations-friendly interface design files, arrays, structures.
Requirements of the subject:
(1) according to the class according to the curriculum the document read into the corresponding usual result, mid-term exams and final exam.
(2) the percentage of the total grades three score is defined as a constant, 30 of the total marks, 30 and 40 .
(3) calculate the total grades of each student.
(4) Calculation of the class of the course grade point average.
(5) Calculation is excellent, the percentage of good, in passing, as well as the number of students failing the total. Wherein 100-90 as excellent, 89-80 as good, 79-70 to the 69-60 to pass, 60 points or less failed.
(6) required outpu
课题内容:
设计一个学生成绩核算系统。能实现从文件中读取学生成绩资料,并提供成绩查询统计服务。
课题要求:
(1)按班级按课程从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩。
(2)三个成绩对总评成绩的百分比被定义为常数,各占总成绩的30 、30 和40 。
(3)计算每位学生的总评成绩。
(4)计算该班级本课程的总平均成绩。
(5)计算处于优、良、中、及格、不及格的学生人数以及占总人数的百分比。其中100-90为优,89-80为良,79-70为中,69-60为及格,60分以下为不及格。
(6)按要求输出成绩在优、良、中、及格、不及格各区间的学生学号、成绩。
程序设计参考思路:
1、建立文本文件 note.dat,第一行为学生的总人数,其后为每个学生的成绩,每个学生的信息占一行,格式为:
学号(9位) 平时成绩 期中考试成绩 期末考试成绩
2、从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩时,数据的读入方式可用C语言中的文件读入方式进行,也可用C++中的流实现。
3、 每次计算出的结果可在屏幕输出,并把每个学生的总评成绩输入到新文件out.dat文件中,
格式为: 学生学号(9位) 总评成绩 成绩等级-Design and implementation of student achievement calculation system (25 points)
DISCLOSURE:
A design student achievement calculation system. To achieve student achievement data read the file, and provides query performance statistics service. This issue, as well as proficiency in a variety of operations-friendly interface design files, arrays, structures.
Requirements of the subject:
(1) according to the class according to the curriculum the document read into the corresponding usual result, mid-term exams and final exam.
(2) the percentage of the total grades three score is defined as a constant, 30 of the total marks, 30 and 40 .
(3) calculate the total grades of each student.
(4) Calculation of the class of the course grade point average.
(5) Calculation is excellent, the percentage of good, in passing, as well as the number of students failing the total. Wherein 100-90 as excellent, 89-80 as good, 79-70 to the 69-60 to pass, 60 points or less failed.
(6) required outpu
(系统自动生成,下载前可以参看下载内容)
下载文件列表
B1/B1.c
B1/note.dat
B1/out.dat
B1
B1/note.dat
B1/out.dat
B1
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.