文件名称:Students-performance-management
介绍说明--下载内容均来自于网络,请自行研究使用
学生成绩管理系统 采用C语言实现 1、每一条记录包括一个学生的学号、姓名、3门成绩、平均成绩。
2、输入功能:可以一次完成无数条记录的输入。
3、显示功能:完成全部学生记录的显示。
4、查找功能:完成按姓名查找学生记录,并显示。
5、排序功能:按学生平均成绩进行排序。
6、插入功能:按平均成绩高低插入一条学生记录。
7、保存功能:将学生记录保存在任何自定义的文件中,如保存在:c:\score。
8、读取功能:将保存在文件中的学生记录读取出来。
9、有一个清晰美观界面来调用各个功能
1、整个系统均用C语言实现;
2、利用指针、链表来实现学生成绩的数据结构设计;
3、系统具有输入、显示、查询、删除、排序、插入,保存、读取基本功能;
4、系统的各个功能模块都用函数的形式来实现;
5、可以将学生成绩信息保存在文件中。
6、可以将学生信息从文件中读取出来。
-Students performance management system using C language implementation 1, each record includes a student s student id, name, 3 door achievements, the average grade.
2, the input function: can a complete numerous records of input.
3, display function: finish all the students to record show.
4, search function: according to search students complete name records, and display.
5, sorting function: according to the students average grade order.
6, insert function: the average score insert a student records.
7, conservation function: will the students in any records for a custom file, such as stored in: c: \ score.
8, read the function: will be stored in file of the students from the record read out.
9, have a clear handsome interface to call each function
1, the whole system were using C language implementation
2, the use of pointer, linked list to realize students performance data structure design
Three, the system has input, display, inquiry, delete, sorting, insert, prese
2、输入功能:可以一次完成无数条记录的输入。
3、显示功能:完成全部学生记录的显示。
4、查找功能:完成按姓名查找学生记录,并显示。
5、排序功能:按学生平均成绩进行排序。
6、插入功能:按平均成绩高低插入一条学生记录。
7、保存功能:将学生记录保存在任何自定义的文件中,如保存在:c:\score。
8、读取功能:将保存在文件中的学生记录读取出来。
9、有一个清晰美观界面来调用各个功能
1、整个系统均用C语言实现;
2、利用指针、链表来实现学生成绩的数据结构设计;
3、系统具有输入、显示、查询、删除、排序、插入,保存、读取基本功能;
4、系统的各个功能模块都用函数的形式来实现;
5、可以将学生成绩信息保存在文件中。
6、可以将学生信息从文件中读取出来。
-Students performance management system using C language implementation 1, each record includes a student s student id, name, 3 door achievements, the average grade.
2, the input function: can a complete numerous records of input.
3, display function: finish all the students to record show.
4, search function: according to search students complete name records, and display.
5, sorting function: according to the students average grade order.
6, insert function: the average score insert a student records.
7, conservation function: will the students in any records for a custom file, such as stored in: c: \ score.
8, read the function: will be stored in file of the students from the record read out.
9, have a clear handsome interface to call each function
1, the whole system were using C language implementation
2, the use of pointer, linked list to realize students performance data structure design
Three, the system has input, display, inquiry, delete, sorting, insert, prese
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Students' performance management.C