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

正文內(nèi)容

課程設(shè)計選題管理系統(tǒng)設(shè)計(編輯修改稿)

2025-01-21 21:24 本頁面
 

【文章內(nèi)容簡介】 case 3: ()。 break。 case 4: ()。 break。 default: cout輸入錯誤 ,請重新輸入 !endl。 } (n)。 } void Guanli::searchsid() { int n=read()。 int s。 int i=0。 coutendl查找學(xué)生信息 :endl。 cout請輸入需要查找學(xué)生的學(xué)號 :endl。 cins。 北華航天工業(yè)學(xué)院課程設(shè)計報告 9 while((stu[i].stuids)!=0amp。amp。in) i++。 //查找判斷 if(i==n) { cout提示:對不起,無法找到該學(xué)生的信息! endl。 } else { cout******************************endl。 cout學(xué)號 : stu[i].stuidendl。 cout姓名 : stu[i]. stunameendl。 cout性別 : stu[i].sexendl 。 cout年齡 : stu[i]. ageendl。 cout班級 : stu[i].clas endl。 cout專業(yè) : stu[i]. specialtyendl。 cout題目編號 : stu[i].couidendl。 cout題目名稱 : stu[i].counameendl。 cout關(guān)鍵詞 : stu[i].keywordendl。 cout實現(xiàn)技術(shù) : stu[i].technologyendl。 } } void Guanli::searchsname() { int n=read()。 char a[10]。 cout請輸入需要查找學(xué)生的姓名 :endl。 cina。 for(int i=0。in。i++) if(strcmp(stu[i].stuname,a)==0) { cout******************************endl。 cout學(xué)號 : stu[i].stuidendl。 cout姓名 : stu[i]. stunameendl。 cout性別 : stu[i].sexendl 。 cout年齡 : stu[i]. ageendl 。 cout班級 : stu[i].clasendl。 cout專業(yè) : stu[i]. specialtyendl。 cout題目編號 : stu[i].couidendl。 cout題目名稱 : stu[i].counameendl。 cout關(guān)鍵詞 : stu[i].keywordendl。 cout實現(xiàn)技術(shù) : stu[i].technologyendl。 } } void Guanli::searchcid() { 北華航天工業(yè)學(xué)院課程設(shè)計報告 10 int n=read()。 int b。 int i=0。 cout請輸入需要查找的題目編號 :endl。 cinb。 while((stu[i].couidb)!=0amp。amp。in) i++。 //查找判斷 if(i==n) { cout提示:對不起,無法找到該信息! endl。 } else { cout******************************endl。 cout學(xué)號 : stu[i].stuidendl。 cout姓名 : stu[i]. stunameendl。 cout性別 : stu[i].sexendl 。 cout年齡 : stu[i]. ageendl 。 cout班級 : stu[i].clas endl。 cout專業(yè) : stu[i]. specialtyendl。 cout題目編號 : stu[i].couidendl。 cout題目名稱 : stu[i].counameendl。 cout關(guān)鍵詞 : stu[i].keywordendl。 cout實現(xiàn)技術(shù) : stu[i].technologyendl。 } } void Guanli::searchame() { int n=read()。 char c[10]。 cout請輸入需要查找的題目名稱 :endl。 cinc。 for(int i=0。in。i++) if(strcmp(stu[i].couname,c)==0) { cout******************************endl。 cout學(xué)號 : stu[i].stuidendl。 cout姓名 : stu[i]. stunameendl。 cout性別 : stu[i].sexendl 。 cout年齡 : stu[i]. ageendl 。 cout班級 : stu[i].clas endl。 cout專業(yè) : stu[i]. specialtyendl。 cout題目編號 : stu[i].couidendl。 cout題目名稱 : stu[i].counameendl。 cout關(guān)鍵詞 : stu[i].keywordendl。 北華航天工業(yè)學(xué)院課程設(shè)計報告 11 cout實現(xiàn)技術(shù) : stu[i].technologyendl。 } } void Guanli::alter() { int n=read()。 int s。 int i=0。 coutendl修改學(xué)生信息 :endl。 cout請輸入需要修改學(xué)生的學(xué)號 :endl。 cins。 while((stu[i].stuids)!=0amp。amp。in) i++。 //查找判斷 if(i==n) { cout提示:對不起,無該學(xué)生的信息 !!!endl。 //輸入失敗信息 } else { cout該學(xué)生的信息 :endl。 cout學(xué)號 stu[i].stuid39。\n39。姓名 stu[i].stuname39。\n39。性別 stu[i].sex39。\n39。年齡 stu[i].age39。\n39。班級 stu[i].clas39。\n39。 專業(yè) stu[i].specialty39。\n39。 題目編號stu[i].couid39。\n39。題目名稱 stu[i].couname39。\n39。 關(guān) 鍵 詞 stu[i].keyword39。\n39。 實現(xiàn)技術(shù)stu[i].technology39。\n39。endl。 cout請重新輸入該學(xué)生的信息 endl。 cout學(xué)號 :。 cinstu[i]. stuid 。 coutendl。 cout姓名 :。 cinstu[i]. stuname。 coutendl。 cout性 別 :。 cinstu[i].sex。 coutendl。 cout年齡 :。 cinstu[i].age。 coutendl。 cout班級 :。 cinstu[i].clas 。 coutendl。 cout專業(yè) :。 cinstu[i]. specialty。 coutendl。 北華航天工業(yè)學(xué)院課程設(shè)計報告 12 cout題目編號 :。 cinstu[i].couid。 coutendl。 cout題目名稱 :。 cinstu[i].couname。 coutendl。 cout關(guān)鍵詞 :。 cinstu[i].keyword。 coutendl。 cout實現(xiàn)技術(shù) :。 cinstu[i].technology。 coutendl。 char c。 cout是否保存數(shù)據(jù) ?(y/n)endl。 cinc。 if(c=39。y39。) cout修改成功 !endl。 write(n)。 } } void Guanli::del() { int n=read()。 int s。 int i=0,j。 coutendl刪除學(xué)生信息 :endl。 cout請輸入需要刪除學(xué)生的學(xué)號 :endl。 cins。 while((stu[i].stuids)!=0amp。amp。in) i++。 //查找判斷 if(i==n) { cout提示:記錄為空 !!!endl。 //返回失敗信息 } else { for(j=i。jn1。j++) //刪除操作 { stu[j].stuid=stu[j+1].stuid。 strcpy(stu[j].stuname,stu[j+1].stuname)。 strcpy(stu[j].sex,stu[j+1].sex)。 stu[j].age=stu[j+1].age。 strcpy(stu[j].clas,stu[j+1].clas)。 strcpy(stu[j].specialty,stu[j+1].specialty)。 stu[j].couid=stu[j+1].couid。 北華航天工業(yè)學(xué)院課程設(shè)計報告 13 strcpy(stu[j].couname,stu[j+1].couname)。 strcpy(stu[j].keyword,stu[j+1].keyword)。 strcpy(stu[j].technology,stu[j+1].technology)。 } cout提示:已成功刪除 !endl。 //返回成功信息 } cout你要刪除的信息如下 :endl。 cout姓名 :stu[i].stunameendl。 cout學(xué)號 :stu[i].stuidendl。 cout性別 :stu[i].sexendl。 cout年齡 :stu[i].ageendl。 cout班級 :stu[i].clasendl。 cout專業(yè) :stu[i].specialtyendl。 cout題目編號 :stu[i].couidendl。 cout題目名稱 :stu[i].counameendl。 cout關(guān)鍵詞 :stu[i].keywordendl。 cout實現(xiàn)技術(shù) :stu[i].technologyendl。 write(n1)。 } void Guanli::total() { { int n=read()。 char c[10]。 cout請輸入需要查找的題目名稱 :endl。 cinc。 for(int i=0。in。i++) if(strcmp(stu[i].couname,c)==0) { cout你要統(tǒng)計的信息如下 :endl。
點擊復(fù)制文檔內(nèi)容
法律信息相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1