文件名称:student
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2015-09-05
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- maqi****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
添加功能:程序能够添加不同学生的记录,提供选择界面供用户选择所要添加的类别,要求学号要唯一,如果添加了重复学号的记录时,则提示数据添加重复并取消添加。
(2)查询功能:可根据学号、姓名等信息对已添加的学生记录进行查询,如果未找到,给出相应的提示信息,如果找到,则显示相应的记录信息。
(3)显示功能:可显示当前系统中所有学生的记录,每条记录占据一行。
(4)编辑功能:可根据查询结果对相应的记录进行修改,修改时注意学号的唯一性。
(5)删除功能:主要实现对已添加的学生记录进行删除。如果当前系统中没有相应的记录,则提示“记录为空!”并返回操作。
(6)统计功能:能根据多种参数进行统计。能统计学生人数、总分、单科的平均分等。
(7)保存功能:可将当前系统中各类记录存入文件中,存入方式任意。
(8)读取功能:可将保存在文件中的信息读入到当前系统中,供用户进行使用。
(9)排序功能:可按总分和单科成绩排名次。
-
Add function: programs can add different students records, providing choice interface for users to choose to add a category, requires only student number, if you add the repeat records of student id, add repeat and cancel add indicates that data.
(2) query function: according to the information such as student number, name of added student record query, if not found, gives the corresponding message, if found, displays the corresponding record information.
(3) display function: it can display the current system of all the students records, each record occupies one line.
(4) editing features: can be modified according to the records of the results of the query to the appropriate, when a change is pay attention to the uniqueness of student number.
(5) the delete function: the main implementation to delete already add student record. If there is no corresponding record in the current system, indicates that the record is empty! And return operation.
(6) statistical
(2)查询功能:可根据学号、姓名等信息对已添加的学生记录进行查询,如果未找到,给出相应的提示信息,如果找到,则显示相应的记录信息。
(3)显示功能:可显示当前系统中所有学生的记录,每条记录占据一行。
(4)编辑功能:可根据查询结果对相应的记录进行修改,修改时注意学号的唯一性。
(5)删除功能:主要实现对已添加的学生记录进行删除。如果当前系统中没有相应的记录,则提示“记录为空!”并返回操作。
(6)统计功能:能根据多种参数进行统计。能统计学生人数、总分、单科的平均分等。
(7)保存功能:可将当前系统中各类记录存入文件中,存入方式任意。
(8)读取功能:可将保存在文件中的信息读入到当前系统中,供用户进行使用。
(9)排序功能:可按总分和单科成绩排名次。
-
Add function: programs can add different students records, providing choice interface for users to choose to add a category, requires only student number, if you add the repeat records of student id, add repeat and cancel add indicates that data.
(2) query function: according to the information such as student number, name of added student record query, if not found, gives the corresponding message, if found, displays the corresponding record information.
(3) display function: it can display the current system of all the students records, each record occupies one line.
(4) editing features: can be modified according to the records of the results of the query to the appropriate, when a change is pay attention to the uniqueness of student number.
(5) the delete function: the main implementation to delete already add student record. If there is no corresponding record in the current system, indicates that the record is empty! And return operation.
(6) statistical
(系统自动生成,下载前可以参看下载内容)
下载文件列表
student.cpp