- Category:
- CSharp
- Tags:
-
[C/C++]
[源码]
- File Size:
- 13kb
- Update:
- 2017-07-06
- Downloads:
- 0 Times
- Uploaded by:
- 周莹
Description: 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;
To Search:
File list (Check if you may need any files):
综合程序:学生成绩管理系统(四种写法)\1结构体数组法.c
综合程序:学生成绩管理系统(四种写法)\2动态数组+指针法.c
综合程序:学生成绩管理系统(四种写法)\3链表法(new2).c
综合程序:学生成绩管理系统(四种写法)\4链表+文件.rar
综合程序:学生成绩管理系统(四种写法)