- 4
- 0
- 约1.91万字
- 约 36页
- 2020-01-30 发布于安徽
- 举报
下载可编辑
.专业.整理.
//交流学习
//QQ:1194758555
#includestdio.h
#includestring.h
#includestdlib.h
#includectype.h
#includewindows.h
int k,n;
struct student
{
double yuwen;
double shuxue;
double yingyu;
double zong;
double pingjun;
char name[20];
char num[20];
} stu[1000];
void jiazai(struct student stu[],int *num1);
void baocun(struct student stu[],int n);
void find(struct student stu[],int n);
int findnum(struct student stu[],int n,char *num);//查找学号;
void shanchu(struct student stu[],int *num1);
void shanchuyi(struct student stu[],int *num1);//删除一条记录;
void shanchuquanbu(struc
原创力文档

文档评论(0)