文件名称:B1

  • 所属分类:
  • 其他小程序
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2016-05-08
  • 文件大小:
  • 4kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • H**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

学生成绩核算系统的设计与实现(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
(系统自动生成,下载前可以参看下载内容)

下载文件列表





B1\B1.c

..\note.dat

..\out.dat

B1

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org