parent
ae79809945
commit
67c2d9efbf
@ -0,0 +1,17 @@
|
||||
#include<stdio.h>
|
||||
#include<stdlib.h>
|
||||
#include<string.h>
|
||||
#include"主函数.c"
|
||||
#include"c1.c"
|
||||
#include"c2.c"
|
||||
#include"c3.c"
|
||||
#include"c4.c"
|
||||
|
||||
void input(); /*输入记录*/
|
||||
void output(); /*输出记录*/
|
||||
void modify(); /*修改记录*/
|
||||
void lookat(); /*学生信息查询*/
|
||||
void section(); /*学生成绩分段*/
|
||||
void rank(); /*成绩的排序*/
|
||||
int fun(); /*目录函数*/
|
||||
void choose(int n); /*目录的选项*/
|
Loading…
Reference in new issue