欢迎来到天天文库
浏览记录
ID:58686048
大小:74.50 KB
页数:25页
时间:2020-10-12
《学生信息管理系统程序步骤.doc》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、项目名称:学生信息管理系统项目内容:#include#include#defineMAX37#definePAGE5intsum=0;structstu******声明一个结构体类型******{charname[20];longnum;charsex;intage;charaddr[30];intscore;}student[MAX],b[MAX];voidclrscr()******清屏******{getchar();system("cls");}save_message(
2、intsum)******保存学生信息******{FILE*fp;inti;if((fp=fopen("stud.txt","wb"))==NULL)******以二进制只写方式打开文件******{printf("readfilewrong!");******输出“读取错误文件!”*******return;}for(i=0;i3、(fp);*******关闭文件*******}input_message()******输入学生信息模块******{inti=0;charX;clrscr();printf("***********inputstudents'message***********",MAX);do{printf("pleaseinput%dmessage:",i+1);printf("inputthestudent'sname:");scanf("%s",student[i].name);printf("i4、nputthestudent'snumber:");scanf("%ld",&student[i].num);getchar();printf("inputthestudent'ssex:");scanf("%c",&student[i].sex);printf("inputthestudent'sage:");scanf("%d",&student[i].age);printf("inputthestudent'sscore:");scanf("%d",&student[i].score5、);printf("inputthestudent'saddress:");scanf("%s",student[i].addr);i++;printf("continueornot?(y/n)");X=getch();if(X=='y'6、7、X=='Y')continue;******只结束本次循环,而不是终止整个循环的执行******if(X=='n'8、9、X=='N');break;******结束整个循环过程,不再判断执行循环条件是否成立******}while(i10、essanykeytoreturnthemainmenu!");getchar();sum=i;bioskey(0);******返回下一个在键盘键入的值******}output_message()******输出学生信息模块******{inti=0,j=0,count,page=1;clrscr();printf("--studentinformationlist--the%dpage",page);printf("name--------number---sex---age---score--11、-address");;printf("----------------------------------");;do{if(student[i].num!=0){j++;if(j%PAGE!=0){printf("%-10s---%ld---%4c---%5d---%5d---%-10s",student[i].name,student[i].num,student[i].sex,student[i].age,student[i].score,student[i].addr);;printf("---12、-------------------------------");;}else{printf("%-10s--%ld---%4c---%5d---%5d---%-10s",student[i].name,student[i].num,student[i].sex,student[i].age,student[i].score,stud
3、(fp);*******关闭文件*******}input_message()******输入学生信息模块******{inti=0;charX;clrscr();printf("***********inputstudents'message***********",MAX);do{printf("pleaseinput%dmessage:",i+1);printf("inputthestudent'sname:");scanf("%s",student[i].name);printf("i
4、nputthestudent'snumber:");scanf("%ld",&student[i].num);getchar();printf("inputthestudent'ssex:");scanf("%c",&student[i].sex);printf("inputthestudent'sage:");scanf("%d",&student[i].age);printf("inputthestudent'sscore:");scanf("%d",&student[i].score
5、);printf("inputthestudent'saddress:");scanf("%s",student[i].addr);i++;printf("continueornot?(y/n)");X=getch();if(X=='y'
6、
7、X=='Y')continue;******只结束本次循环,而不是终止整个循环的执行******if(X=='n'
8、
9、X=='N');break;******结束整个循环过程,不再判断执行循环条件是否成立******}while(i10、essanykeytoreturnthemainmenu!");getchar();sum=i;bioskey(0);******返回下一个在键盘键入的值******}output_message()******输出学生信息模块******{inti=0,j=0,count,page=1;clrscr();printf("--studentinformationlist--the%dpage",page);printf("name--------number---sex---age---score--11、-address");;printf("----------------------------------");;do{if(student[i].num!=0){j++;if(j%PAGE!=0){printf("%-10s---%ld---%4c---%5d---%5d---%-10s",student[i].name,student[i].num,student[i].sex,student[i].age,student[i].score,student[i].addr);;printf("---12、-------------------------------");;}else{printf("%-10s--%ld---%4c---%5d---%5d---%-10s",student[i].name,student[i].num,student[i].sex,student[i].age,student[i].score,stud
10、essanykeytoreturnthemainmenu!");getchar();sum=i;bioskey(0);******返回下一个在键盘键入的值******}output_message()******输出学生信息模块******{inti=0,j=0,count,page=1;clrscr();printf("--studentinformationlist--the%dpage",page);printf("name--------number---sex---age---score--
11、-address");;printf("----------------------------------");;do{if(student[i].num!=0){j++;if(j%PAGE!=0){printf("%-10s---%ld---%4c---%5d---%5d---%-10s",student[i].name,student[i].num,student[i].sex,student[i].age,student[i].score,student[i].addr);;printf("---
12、-------------------------------");;}else{printf("%-10s--%ld---%4c---%5d---%5d---%-10s",student[i].name,student[i].num,student[i].sex,student[i].age,student[i].score,stud
此文档下载收益归作者所有