freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內容

c語言課程設計學生成績管理系統(tǒng)源代碼-閱讀頁

2025-01-05 14:57本頁面
  

【正文】 ert() /*插入數(shù)據(jù)函數(shù) */ { char ch。 printf(\n輸入學生學號 :)。stu[now_no].no)。 printf(\n輸入學生姓名 :)。 gets(stu[now_no].name)。 fflush(stdin)。 printf(\n輸入學生成績 1:)。 scanf(%f,amp。 printf(\n輸入學生成績 2:)。 scanf(%f,amp。 printf(\n輸入學生成績 3:)。 scanf(%f,amp。 printf(\n\n)。 sort()。 fflush(stdin)。 system(cls)。n39。amp。N39。 } void del() /*刪除數(shù)據(jù)函數(shù) */ {unsigned long inum。 printf(輸入要刪除學生的學號 :)。 scanf(%u,amp。 for(i=0。i++) { if(stu[i].no==inum) { if(i==now_no)now_no=1。 now_no=1。 break。 } void save() /*保存數(shù)據(jù)函數(shù) */ { FILE *fp。 char filepath[20]。 fflush(stdin)。 if((fp=fopen(filepath,w))==NULL) { printf(\n保存失敗 !)。 } for(i=0。i++) { stu[i].sum=stu[i].score1+stu[i].score2+stu[i].score3。 fprintf(fp,\t%u%s\t%s\t%.2f\t%.2f\t%.2f\t%.2f\n,stu[i].no,stu[i].name,stu[i].sex,stu[i].score1,stu[i].score2,stu[i].score3,stu[i].ave)。 printf(學生信息已保存在 %s 中 !\n,filepath)。 system(cls)。 char str[20],as。 fflush(stdin)。 for(i=0。i++) if(!strcmp(stu[i].name,str)) { printf(\t學號 \t\t姓名 \t性別 \t成績 1\t成績 2\t成績 3\t平均值 \n)。 } printf(\t\t\t按任意鍵返回主菜單 )。 as=getch()。 system(cls)。 for(i=0。i++) { stu[i].sum=stu[i].score1+stu[i].score2+stu[i].score3。 } } void modify() /*修改數(shù)據(jù)函數(shù) */ { int i。 printf(輸入要修改的學生姓名 :)。 gets(str)。inow_no。 printf(\n\t\t輸入修改后學生信息 \n)。 fflush(stdin)。stu[i].no)。 fflush(stdin)。 printf(\n輸入學生成績 1:)。 scanf(%f,amp。 printf(\n輸入學生成績 2:)。 scanf(%f,amp。 printf(\n輸入學生成績 3:)。 scanf(%f,amp。 printf(\n\n)。 break。 } void read() { FILE *fp。 char filepath[20]。 fflush(stdin)。 if((fp=fopen(filepath,r))==NULL) { printf(找不到 %s文件 !\n,filepath)。 exit(0)。 for(i=0。amp。i++) { fscanf(fp,\t%d\t%s\t%s\t%f\t%f\t%f\t%f\n,amp。stu[i].score1,amp。stu[i].score3,amp。 now_no++。 printf(保存的在文件 %s 中的所有信息已經讀入 !\n,filepath)。 /*按任意鍵繼續(xù) */ system(cls)。 char filepath[20]。 fflush(stdin)。 fp=fopen(filepath,w)。 printf(保存的在文件 %s 中的所有信息已經刪除 !\n,filepath)。 system(cls)
點擊復制文檔內容
畢業(yè)設計相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1