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

正文內(nèi)容

學生綜合測評系統(tǒng)-文庫吧

2025-07-21 05:28 本頁面


【正文】 void menu()。 printf(\n\n\n\t\t............歡迎使用學生綜合管理系統(tǒng)............\n\n)。 printf(\t\t \t\t本程序由宗幸幸借鑒陳偉的程序編寫\n\n)。 printf(\n\n\t\t)。 system(pause)。 menu()。 return 0。}void help() //幫助信息{ system(cls)。 //清屏 printf( * 歡迎使用本系統(tǒng)! *\n\n)。 printf( 本系統(tǒng)可以存儲學生的基本信息和各科成績,并能計算考試平均成績,綜合測評成績和排名。\n)。 printf( 基本信息包括:學號、姓名、性別、家庭住址、聯(lián)系電話;\n 各科成績包括:語文、數(shù)學、外語成績;\n)。 printf( 其它包括:考試名次、同學互評分、品德成績、任課教師評分等。\n)。 printf( 說明:考試成績排名是按照考試成績計算的(考試成績=(語+數(shù)+外)/3)。\n)。 printf( 綜合測評總分=((考試成績)*+(同學互評分)*+(品德成績)*+(任課教師評分)*)\n)。 printf( 其它請按照提示操作即可。\n\n)。 printf( 如有疑問,請聯(lián)系::905524188\n\n)。 printf(\n\n\t\t)。 system(pause)。}void info_daoru() //學生信息導出文件函數(shù){ FILE *f_info。 struct student p={NULL}。 printf(\n\n\t正在導入...\n\n)。 if((f_info=fopen(,r))==NULL){ printf(\n\t打開文件失敗!\n\n)。 return。 } count=0。 while(!feof(f_info)){ fscanf(f_info,%lf %s %s %s %s ,amp。,)。 info[count]=p。 count++。 } printf(\n\t導入已完成!共導入 %d 條記錄!\n\n\n,count)。 fclose(f_info)。}void info_input() //學生信息輸入函數(shù){ int i,j。 info_daoru()。 for( 。 。 ){ printf(\t請輸入學號(輸入0退出):)。 scanf(%lf,amp。)。 if(==0) return。 for(i=0。i=count。i++){ //判斷是否存在該學生 if(==info[i].number){ printf(\n\n\t該學號已存在!請重新輸入!\n\n)。 return。 } } printf(\t請輸入姓名: )。 //輸入學生信息 getchar()。 gets()。 printf(\t請輸入性別: )。 getchar()。 gets()。 printf(\t請輸入家庭住址: )。 getchar()。 gets()。 printf(\t請輸入電話號碼: )。 getchar()。 gets()。 info[count]=p。 for(i=0。icount。i++){ //按學號排序 if(info[i].numberinfo[count].number){ for(j=count。ji。j){ info[j]=info[j1]。 } info[i]=p。 break。 } } count++。 }}void info_output() //學生信息瀏覽{ FILE *f_info。 int i。 if((f_info=fopen(,r))==NULL){ //判斷 printf(\n\t沒有學生信息!)。 printf(\n\n\t\t)。 system(pause)。 return。 } info_daoru()。 if(count==0){ //判斷 printf(\n\t沒有學生信息!)。 printf(\n\n\t\t)。 system(pause)。 return。 } else{ printf( \t學號\t 姓名 \t 性別\t 家庭住址\t 聯(lián)系電話\n)。 //輸出學生信息 for(i=0。icount。i++){ printf( %,info[i].number)。 printf( %10s,info[i].name)。 printf( %10s,info[i].sex)。 printf( %15s,info[i].adds)。 printf( %13s\n\n,info[i].phone)。 } } printf(\t請按任意鍵返回上級:)。 printf(\n\n\t\t)。 system(pause)。 printf(\n\n\n\n)。 }void info_menu() //學生信息菜單{ int choice。 while(1){ system(cls)。 //清屏 printf(\n\n\n\n\t\t☆☆☆☆☆學生信息處理系統(tǒng)☆☆☆☆☆\n\n)。 printf(\t\t\t● \n)。 printf(\t\t\t● \n)。 printf(\t\t\t● \n)。 printf(\t\t\t● \n)。 printf(\t\t\t● \n\n)。 printf(\t\t請輸入序號選擇操作:)。 scanf(%d,amp。choice)。 if(choice==0) break。 switch(choice){ case 1: info_input()。 info_xieru()。 break。 case 2: info_xiugai()。 break。 case 3: info_del()。 break。 case 4: info_output()。 break。 default: printf(\n\t輸入有誤!請重新輸入!\n\n)。 break。 } }}void data_menu()
點擊復制文檔內(nèi)容
環(huán)評公示相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1