文件名称:student-manage
介绍说明--下载内容均来自于网络,请自行研究使用
本程序要求设计一个包含学生信息(学号,姓名,成绩)的学生管理系统(可以不考虑重名的情况),以顺序表的结构实现,系统包含的功能如下:
(1) 根据指定学生个数,逐个输入学生信息;
(2) 逐个显示学生表中所有学生的相关信息;
(3) 给定一个学生信息,插入到表中指定的位置;
(4) 删除指定位置的学生记录;
(5) 统计表中学生个数;
(6) 利用直接插入排序或者折半插入排序按照姓名进行排序;
(7) 利用快速排序按照学号进行排序;
(8) 根据姓名进行折半查找,要求使用递归算法实现,成功返回此学生的学号和成绩;
(9) 根据学号进行折半查找,要求使用非递归算法实现,成功返回此学生的姓名和成绩。
要求:设计具有一定的健壮性,美观及界面友好,具有保存功能。
-The program requires students to design a message that contains (Student ID, name, score) student management system (can not consider the case of the same name), in order to achieve the structural order of the table, the system includes the following features: (1) According to a designated student number, one by one input student information (2) by one student table displays information about all students (3) Given a student information into the location specified in the table (4) to delete the specified position student records (5 ) Number of Students tables (6) by direct insertion sort or binary insertion sort by name sort (7) using rapid sorted by student number sort (8) binary search by name, requires the use of a recursive algorithm, successful return this student learning and achievement (9) binary search based on student number, require the use of non-recursive algorithm, the successful return of the student' s name and achievements. Requirements: Design a certain rob
(1) 根据指定学生个数,逐个输入学生信息;
(2) 逐个显示学生表中所有学生的相关信息;
(3) 给定一个学生信息,插入到表中指定的位置;
(4) 删除指定位置的学生记录;
(5) 统计表中学生个数;
(6) 利用直接插入排序或者折半插入排序按照姓名进行排序;
(7) 利用快速排序按照学号进行排序;
(8) 根据姓名进行折半查找,要求使用递归算法实现,成功返回此学生的学号和成绩;
(9) 根据学号进行折半查找,要求使用非递归算法实现,成功返回此学生的姓名和成绩。
要求:设计具有一定的健壮性,美观及界面友好,具有保存功能。
-The program requires students to design a message that contains (Student ID, name, score) student management system (can not consider the case of the same name), in order to achieve the structural order of the table, the system includes the following features: (1) According to a designated student number, one by one input student information (2) by one student table displays information about all students (3) Given a student information into the location specified in the table (4) to delete the specified position student records (5 ) Number of Students tables (6) by direct insertion sort or binary insertion sort by name sort (7) using rapid sorted by student number sort (8) binary search by name, requires the use of a recursive algorithm, successful return this student learning and achievement (9) binary search based on student number, require the use of non-recursive algorithm, the successful return of the student' s name and achievements. Requirements: Design a certain rob
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Stu-List
stu-total
Student.cpp