文件名称:Student-Scholarship-System
介绍说明--下载内容均来自于网络,请自行研究使用
学生奖学金评定系统
输入部分,要求用户能从屏幕上格式化输入所要求的数据项,例如添加信息的时候输入学生的基本信息:学号、姓名、性别、分数,本程序为方便调试可随机生成100个同学的信息并写入到当前目录中的stuinfo.txt文件中。
程序通过对stuinfo.txt文件的读取,得到大量学生的信息,通过使用插入排序方法,按照分数的高低进行降序排列,得到有序单链表。
然后通过对链表的操作进行学生信息的添加、查询、删除,在此过程中可随时对链表内修改过的信息进行保存。-Student Scholarship System
Input part, from the screen requires the user to input the required data format items, such as adding information when students enter the basic information: student number, name, sex, scores, to facilitate debugging of the program can randomly generate 100 students information and written to the current directory stuinfo.txt file.
Program through the stuinfo.txt document read, get a lot of student information through the use of insertion sort method, according to high and low scores in descending order, to be ordered singly linked list.
Then the operation of the list of student information to add, query, delete, in the process can be modified at any time within the list of information to be saved.
输入部分,要求用户能从屏幕上格式化输入所要求的数据项,例如添加信息的时候输入学生的基本信息:学号、姓名、性别、分数,本程序为方便调试可随机生成100个同学的信息并写入到当前目录中的stuinfo.txt文件中。
程序通过对stuinfo.txt文件的读取,得到大量学生的信息,通过使用插入排序方法,按照分数的高低进行降序排列,得到有序单链表。
然后通过对链表的操作进行学生信息的添加、查询、删除,在此过程中可随时对链表内修改过的信息进行保存。-Student Scholarship System
Input part, from the screen requires the user to input the required data format items, such as adding information when students enter the basic information: student number, name, sex, scores, to facilitate debugging of the program can randomly generate 100 students information and written to the current directory stuinfo.txt file.
Program through the stuinfo.txt document read, get a lot of student information through the use of insertion sort method, according to high and low scores in descending order, to be ordered singly linked list.
Then the operation of the list of student information to add, query, delete, in the process can be modified at any time within the list of information to be saved.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
学生奖学金评定系统.doc