文件名称:综合程序:学生成绩管理系统(四种写法)
介绍说明--下载内容均来自于网络,请自行研究使用
1、可打印学生的信息;
2、可计算每个学生的M门功课的总成绩和平均成绩;
3、选择法按总成绩由高到低排序;
4、顺序查找法按学号查找;
5、可按姓名和学号分别查找;
6、有菜单功能;(1. Print student information;
2, calculate the total score and average grade of each student's M homework;
3, the selection method, according to the total score from high to low order;
4, using the order method to find, according to student number to find;
5, according to the name and student number, respectively;
6, menu function;)
2、可计算每个学生的M门功课的总成绩和平均成绩;
3、选择法按总成绩由高到低排序;
4、顺序查找法按学号查找;
5、可按姓名和学号分别查找;
6、有菜单功能;(1. Print student information;
2, calculate the total score and average grade of each student's M homework;
3, the selection method, according to the total score from high to low order;
4, using the order method to find, according to student number to find;
5, according to the name and student number, respectively;
6, menu function;)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
综合程序:学生成绩管理系统(四种写法)\1结构体数组法.c
综合程序:学生成绩管理系统(四种写法)\2动态数组+指针法.c
综合程序:学生成绩管理系统(四种写法)\3链表法(new2).c
综合程序:学生成绩管理系统(四种写法)\4链表+文件.rar
综合程序:学生成绩管理系统(四种写法)
综合程序:学生成绩管理系统(四种写法)\2动态数组+指针法.c
综合程序:学生成绩管理系统(四种写法)\3链表法(new2).c
综合程序:学生成绩管理系统(四种写法)\4链表+文件.rar
综合程序:学生成绩管理系统(四种写法)