文件名称:Information_System_of_Students_Implement_by_C
介绍说明--下载内容均来自于网络,请自行研究使用
学生信息查询系统C语言实现
包含的功能有:
1、 系统功能选择菜单:提供了5个功能
A、 按“班级+平均成绩”显示原始数据
B、 输入学号,显示学生档案,并可选择用顺序查找或者折半查找去实现
C、 输入不完全的学生姓名即可模糊查找学生档案。
D、 输入班级及课程即可统计平均分,优秀率及及格率。
2、 数据显示函数
3、 学号查找函数
4、 模糊查找函数
5、 成绩统计函数
-Student Information System C language functions are included : one, choose the menu system functions : providing a functional 5 A, according to the "average scores of classes +" B raw data show that the importation of school, that students files, may choose to use only half the order or search Search C to realize that the importation of incomplete names of the students can find fuzzy student files. D, the importation of classes and courses can be statistical average, and excellent passing rate. 2, the data show that three functions, learning search function, four, five fuzzy search function, function scores
包含的功能有:
1、 系统功能选择菜单:提供了5个功能
A、 按“班级+平均成绩”显示原始数据
B、 输入学号,显示学生档案,并可选择用顺序查找或者折半查找去实现
C、 输入不完全的学生姓名即可模糊查找学生档案。
D、 输入班级及课程即可统计平均分,优秀率及及格率。
2、 数据显示函数
3、 学号查找函数
4、 模糊查找函数
5、 成绩统计函数
-Student Information System C language functions are included : one, choose the menu system functions : providing a functional 5 A, according to the "average scores of classes +" B raw data show that the importation of school, that students files, may choose to use only half the order or search Search C to realize that the importation of incomplete names of the students can find fuzzy student files. D, the importation of classes and courses can be statistical average, and excellent passing rate. 2, the data show that three functions, learning search function, four, five fuzzy search function, function scores
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 41695032information_system_of_students_implement_by_c.rar 列表 学生信息查询系统C语言实现\DATA.TXT 学生信息查询系统C语言实现\QXF.C 学生信息查询系统C语言实现\header.h 学生信息查询系统C语言实现\main.c 学生信息查询系统C语言实现\menu.c 学生信息查询系统C语言实现\load.c 学生信息查询系统C语言实现\printdata.c 学生信息查询系统C语言实现\keywords.c 学生信息查询系统C语言实现\search.c 学生信息查询系统C语言实现\inde.c 学生信息查询系统C语言实现\statistics.c 学生信息查询系统C语言实现\output.c 学生信息查询系统C语言实现