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

正文內(nèi)容

高校學生綜合測評管理系統(tǒng)的設(shè)計與實現(xiàn)說明書(編輯修改稿)

2024-11-11 09:49 本頁面
 

【文章內(nèi)容簡介】 abort()。 } outfileaendl。 ()。 system(cls)。 //刷新屏幕 } void warn() { char c1。 cout請按任意繼續(xù) ...endl。 //等待鍵盤輸入 c1=getch()。 system(cls)。 //刷新屏幕 } //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ void english_avr(int a,stu *t[50],int flag1) { if(a==0) { cout管理系統(tǒng)中沒有錄入數(shù)據(jù)或者數(shù)據(jù)已經(jīng)被刪除! endl。 warn()。} else { for(int k=0。ka。k++) { if((t[k]get_eng())90) cout英語有高于 90 分的有: endl。 continue。 } for(k=0。ka。k++) { 21 if((t[k]get_eng())90) { t[k]print()。flag1=1。 } } if(flag1==0) cout英語沒有高于 90 分的! endl。 for(int p=0。pa。p++) { if((t[p]get_eng())60) cout英語不及格的有: endl。 continue。 } for(p=0。pa。p++) { if((t[p]get_eng())60) { t[p]print()。flag1=1。 } } if(flag1==0) cout英語沒有不及格的! endl。 warn()。 } } void math_avr(int a,stu *t[50],int flag1) { if(a==0) { cout管理系統(tǒng)中沒有錄入數(shù)據(jù)或者數(shù)據(jù)已經(jīng)被刪除! endl。 warn()。} else { for(int k=0。ka。k++) { if((t[k]get_math())90) cout數(shù)學有高于 90 分的有: endl。 continue。 } for(k=0。ka。k++) { if((t[k]get_math())90) { t[k]print()。flag1=1。 } } if(flag1==0) cout 數(shù)學沒有高于 90 分的! endl。 for(int p=0。pa。p++) { if((t[p]get_math())60) cout數(shù)學不及格的有: endl。 continue。 } for(p=0。pa。p++) { if((t[p]get_math())60) { t[p]print()。flag1=1。 } } if(flag1==0) 23 cout英語沒有不及格的! endl。 warn()。 } } void chin_avr(int a,stu *t[50],int flag1) { if(a==0) { cout管理系統(tǒng)中沒有錄入數(shù)據(jù)或者數(shù)據(jù)已經(jīng)被刪除! endl。 warn()。} else { for(int k=0。ka。k++) { if((t[k]get_chin())90) cout語文有高于 90 分的有: endl。 continue。 } for(k=0。ka。k++) { if((t[k]get_chin())90) { t[k]print()。flag1=1。 } } if(flag1==0) cout 語文沒有高于 90 分的! endl。 for(int p=0。pa。p++) { if((t[p]get_chin())60) cout語文不及格的有: endl。 continue。 } for(p=0。pa。p++) { if((t[p]get_chin())60) { t[p]print()。flag1=1。 } } if(flag1==0) cout語文沒有不及格的! endl。 warn()。 } } void eng_pass(int a,stu *t[50]) { if(a==0) { cout管理系統(tǒng)中沒有錄入數(shù)據(jù)或者數(shù)據(jù)已經(jīng)被刪除! endl。 } else { double english_sum=0。 for(int k=0。ka。k++) { english_sum+=t[k]get_eng()。 } cout全班的英語平均分為: english_sum/aendl。 double eng_aver=english_sum/a。 for(k=0。ka。k++) { 25 if((t[k]get_eng())eng_aver) { cout低于數(shù)學平均分的有: endl。 t[k]print()。 } } } warn()。 } //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ void math_pass(int a,stu *t[50]) { if(a==0) { cout管理系統(tǒng)中沒有錄入數(shù)據(jù)或者數(shù)據(jù)已經(jīng)被刪除! endl。 } else { double math_sum=0。 for(int k=0。ka。k++) { math_sum+=t[k]get_math()。 } cout全班的數(shù)學平均分為: math_sum/aendl。 double math_aver=math_sum/a。 for(k=0。ka。k++) { if((t[k]get_math())math_aver) { cout低于數(shù)學平均分的有: endl。 t[k]print()。 } } } warn()。 } void chin_pass(int a,stu *t[50]) { if(a==0) { cout管理系統(tǒng)中沒有錄入數(shù)據(jù)或者數(shù)據(jù)已經(jīng)被刪除! endl。 } else { double chin_sum=0。 for(int k=0。ka。k++) { chin_sum+=t[k]get_chin()。 } cout全班的數(shù)學平均分 為: chin_sum/aendl。 double chin_aver=chin_sum/a。 for(k=0。ka。k++) { if((t[k]get_chin())chin_aver) { cout低于數(shù)學平均分的有: endl。 t[k]print()。 } } } warn()。 27 } void eng_paixu(int a,stu *t[50]) { if(a==0) { cout管理系統(tǒng)中沒有錄入數(shù)據(jù)或者數(shù)據(jù)已經(jīng)被刪除! endl。 } else { int p。stu b。 cout本系統(tǒng)所以學生英語排名如下: endl。 for(int x=0。xa1。x++) { p=x。 for(int y=x+1。ya。y++) { if((t[p]get_eng())(t[y]get_eng())) p=y。 if(p!=x) { b=*t[p]。 *t[p]=*t[x]。 *t[x]=b。 } } } for(int k=0。ka。k++) { coutk+1 。 t[k]print()。 } } warn()。 } void math_paixu(int a,stu *t[50]) { if(a==0) { cout管理系統(tǒng)中沒有錄入數(shù)據(jù)或者數(shù)據(jù)已經(jīng)被刪除! endl。 } else { int p。stu b。 cout本系統(tǒng)所以學生數(shù)學排名如下: endl。 for(int x=0。xa1。x++) { p=x。 for(int y=x+1。ya。y++) { if((t[p]get_math())(t[y]get_math())) p=y。 if(p!=x) { b=*t[p]。 *t[p]=*t[x]。 *t[x]=b。 } }
點擊復制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1