文件名称:xuejiguanli
介绍说明--下载内容均来自于网络,请自行研究使用
自编的简单学籍管理系统
【问题描述】
该系统要求对一个文件中所存储的学生数据进行各种常规操作,如:排序、查找、计算、显示等功能。通过此课题,熟练掌握文件、数组、指针的各种操作,以及一些算法思想的应用,实现一个简单的学生管理系统。
【功能要求】
(1)学生信息包括:
学号,姓名,性别,出生(年,月,日),三门课成绩和总分( 数学, 英语, C语言, 总分)。
(2)需要实现的功能
1)建立学生信息
3)按总分递减选择排序,并显示按总分排序后学生信息
4)按学号查学生信息和平均分数
5)按姓名查学生信息和平均分数
6)查各门课平均分数
7)查男女学生人数和总人数
8)显示学生信息表
9)将排序后的内容存为文件
-A simple self-compiled Grade Management System
【Descr iption of the problem】
The system requires a file stored in the student data for a variety of routine operations, such as: sort, find, calculate, display and other functions. With this subject, master files, arrays, pointers to the various operations, as well as some algorithms the application of ideas to achieve a simple student management system.
【Functional requirements of】
(1) Student information includes:
Student ID, name, sex, birth (year, month, day), three classes results and total score (math, English, C language, Total).
(2) The need to implement the functions
1) the establishment of student information
3) Click Select Total descending sort, and display student information sorted by Total
4) The Student ID check information and the average score of students
5) Student Information search by name, and the average score
6) check the course the average score
7) check the number and the total number of ma
【问题描述】
该系统要求对一个文件中所存储的学生数据进行各种常规操作,如:排序、查找、计算、显示等功能。通过此课题,熟练掌握文件、数组、指针的各种操作,以及一些算法思想的应用,实现一个简单的学生管理系统。
【功能要求】
(1)学生信息包括:
学号,姓名,性别,出生(年,月,日),三门课成绩和总分( 数学, 英语, C语言, 总分)。
(2)需要实现的功能
1)建立学生信息
3)按总分递减选择排序,并显示按总分排序后学生信息
4)按学号查学生信息和平均分数
5)按姓名查学生信息和平均分数
6)查各门课平均分数
7)查男女学生人数和总人数
8)显示学生信息表
9)将排序后的内容存为文件
-A simple self-compiled Grade Management System
【Descr iption of the problem】
The system requires a file stored in the student data for a variety of routine operations, such as: sort, find, calculate, display and other functions. With this subject, master files, arrays, pointers to the various operations, as well as some algorithms the application of ideas to achieve a simple student management system.
【Functional requirements of】
(1) Student information includes:
Student ID, name, sex, birth (year, month, day), three classes results and total score (math, English, C language, Total).
(2) The need to implement the functions
1) the establishment of student information
3) Click Select Total descending sort, and display student information sorted by Total
4) The Student ID check information and the average score of students
5) Student Information search by name, and the average score
6) check the course the average score
7) check the number and the total number of ma
(系统自动生成,下载前可以参看下载内容)
下载文件列表
简单学籍管理系统.c