搜索资源列表
gxglxt
- (1)要求利用面向对象的方法以及C++的编程思想来完成系统的设计; (2)要求在设计的过程中,建立清晰的类层次; (3)在系统的设计中,至少要用到面向对象的一种机制。 (4)能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。 (5)能够将指定的信息从文件中删除。 (6)能够按编号、姓名对学生的信息进行检索并将检索结果显示在屏幕上。 (7)可以统计全部学生的总成绩,及其在班上的排名。 (8)能够统计各科的平均成绩及及格率。 (9)要求有错误提示功能,例如性
xscjpd
- 学生成绩评定系统,此文件应用C语言进行编译,没有错误。可以实现成绩录入,求平均分,排名等。-Student achievement assessment system, this file compile C language applications, no errors. Can achieve results entry, find the average, ranking and so on.
SSS
- 一个高校学籍管理系统 源代码完成了以下功能: 1)能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。 2)能够将指定的信息从文件中删除。 3)能够按编号、姓名对学生的信息进行检索并将检索结果显示在屏幕上。 4)可以统计全部学生的总成绩,及其在班上的排名。-A college school management system source code to complete the following functions: 1) be able to read from the screen
student-management-system
- 学生成绩管理系统 录入学生成绩 修改学生成绩 成绩排名 插入\删除学生信息 学生登录 老师登录 管理员登录-Student achievement management system entry student achievement modify student achievement standings insert \ delete student information Student Login Teacher Login Admin Login
chengjixit
- 学生成绩数据库管理系统 学生成绩录入,成绩平均分,排名,最高分最低分-Student performance management system of student achievement entry, average scores, rankings, the highest score lowest score
2
- 设计一个学生成绩排名系统,该系统的主要功能如下: 1) 具备对成绩的管理功能(添加、删除、排序) 2) 具备对成绩的统计功能(最高分,最低分,平均分,及格率等) 3) 具备按学号、姓名、或课程名查询成绩的功能。 4)学生成绩应该保存在文件中。 备注:成绩记录以下信息:班级,学号,姓名,课程名,成绩(百分制)。可以用能表示学生成绩的结构体数组存储数据。 - Design a student performance ranking system, the main fea
shuzu
- C语言编辑的代码,通过二维数组设计出一个学生教务管理系统,包括姓名、学号、成绩、排名等-C language code editor, by a two-dimensional array design student educational management system, including your name, student number, results, rankings, etc.
答辩代码
- 实现学生学籍信息添加删除修改,统计学生成绩,根据成绩排名(The students' school status information is added and revised, the students' grades are counted, and the results are ranked according to the grades.)