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

正文內(nèi)容

c語言課設(shè)之學(xué)生成績管理系統(tǒng)-文庫吧

2025-08-02 11:24 本頁面


【正文】 score /*結(jié)構(gòu)體 score*/ { int mingci。 char xuehao[8]。 char mingzi[20]。 char nianling[3]。 float score[6]。 }data,info[1000]。 int i,j,k=0。 char temp[20],ch。 FILE *fp,*fp1。 [程序 ]: void shuru() { if((fp=fopen(,ab+))==NULL) /*以讀寫方式打開名為 s_score的文件 */ { printf(cannot open this file.\n)。 getch()。exit(0)。 } for(i=0。i=1000。i++) { printf(\nPlease shuru xuehao:)。 gets()。 printf(Please shuru mingzi:)。 gets()。 printf(please shuru nianling:)。 gets()。 printf(Please shuru shuxue score:)。 gets(temp)。[0]=atof(temp)。 printf(Please input yingyu score:)。 gets(temp)。[1]=atof(temp)。 printf(Please shuru wuli score:)。 gets(temp)。[2]=atof(temp)。 [3]=[0]+[1]+[2]。 fwrite(amp。data,sizeof(data),1,fp)。 printf(another?y/n)。 ch=getch()。 if(ch==39。n39。||ch==39。N39。) break。 } fclose(fp)。 } 3. 修改模塊 : 6 [分析 ]:用戶輸入要修改學(xué)生的學(xué)號 ,根據(jù)學(xué)生的學(xué)號查找學(xué)生記錄 ,并提示用戶修改該記錄的哪部分信息 .根據(jù)用戶選擇修改相應(yīng)的信息 . [流程圖 ]: 輸入要修改的學(xué)號 Y N Y N [程序 ]: void xiugai() { if((fp=fopen(,rb+))==NULL||(fp1=fopen(,wb+))==NULL) /*檢查是否出錯 */ { printf(Cannot open this file.\n)。 exit(0)。 } printf(\nPLease shuru xiugai xuehao:)。 scanf(%d,amp。i)。 getchar()。 while((fread(amp。data,sizeof(data),1,fp))==1) { j=atoi()。 if(j==i) { printf(xuehao:%s\nmingzi:%s\nnianling:%s\n,ing)。 找到 ? 顯示記錄 ,調(diào)用修改函數(shù) 提示沒有找到 繼續(xù) ? 返回主菜單 7 printf(Please shuru mingzi:)。 gets()。 printf(Please shuru shuxue score:)。 gets(temp)。[0]=atof(temp)。 printf(Please input yingyu score:)。 gets(temp)。[1]=atof(temp)。 printf(Please input wuli score:)。 gets(temp)。[2]=atof(temp)。 [3]=[0]+[1]+[2]。 } fwrite(amp。data,sizeof(data),1,fp1)。 } fseek(fp,0L,0)。 /*將位置指針移到離頭文件 0個字節(jié)處 */ fseek(fp1,0L,0)。 while((fread(amp。data,sizeof(data),1,fp1))==1) { fwrite(amp。data,sizeof(data),1,fp)。 } fclose(fp)。 fclose(fp1)。 } 4. 刪除模塊 : [分析 ]: 該模塊的功能是 ,用戶輸入要刪除的 學(xué)生的學(xué)號 ,根據(jù)學(xué)生學(xué)號查找記錄并刪除 . [流程圖 ]: 輸入要刪除的學(xué)號 Y N 找到 ? 顯示記錄 ,調(diào)用刪除函數(shù) 提示沒有找到 8 Y N [程序 ]: void shan
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1