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

正文內(nèi)容

大學c課程設計報告--學生成績管理系統(tǒng)(附源代碼-資料下載頁

2025-08-09 15:16本頁面
  

【正文】 6 查找信息 ┃endl。 cout┃ ┃endl。 cout┃ 7 刪除全部 ┃endl。 cout┃ ┃endl。 cout┃ 其他鍵退出 ┃endl。 cout┃ ┃endl。 cout┗━━━━━━━━━━━━━━━━━┛endl。 cout 選擇17數(shù)字進行操作endl。 cout 你的選擇是:。}//查找函數(shù)的調用void fun_lookup(student amp。a){ int n。 string str。 name_of_number()。 cout 你的選擇是:。 cinn。 while(()) { err_char()。 cout 你的選擇是:。 cinn。 } if(n!=1amp。amp。n!=2) n=1。 cout 請輸入查找關鍵字:。 cinstr。 (n,str)。}//修改函數(shù)void fun_rework(student amp。a){ int n。 string str。 name_of_number()。 cout 你的選擇是:。 cinn。 while(()) { err_char()。 cout 你的選擇是:。 cinn。 } if(n!=1amp。amp。n!=2) n=1。 cout 請輸入修改關鍵字:。 cinstr。 (n,str)。}//刪除函數(shù)的調用void fun_del(student amp。a){ int n。 string str。 name_of_number()。 cout 你的選擇是:。 cinn。 while(()) { err_char()。 cout 你的選擇是:。 cinn。 } if(n!=1amp。amp。n!=2) n=1。 cout 請輸入刪除關鍵字:。 cinstr。 (n,str)。}//排序函數(shù)的調用void fun_positor(student amp。a){ int n,m。 cout┏━━━━━━━━━━━━━━━━━┓endl。 cout┃ 請輸入按什么排序 ┃endl。 cout┃ ┃endl。 cout┃ 1 按學號排序 2 按總分排序 ┃endl。 cout┃ 3 按平均分排 ┃endl。 cout┃ ┃endl。 cout┃ 輸入其它數(shù)字則按學號排序 ┃endl。 cout┃ 輸入其它不是數(shù)字重新輸入 ┃endl。 cout┗━━━━━━━━━━━━━━━━━┛endl。 cout 你的選擇是:。 cinn。 while(()) { err_char()。 cout 你的選擇是:。 cinn。 } if(n!=1amp。amp。n!=2amp。amp。n!=3) { n=1。 } cout┏━━━━━━━━━━━━━━━━━┓endl。 cout┃ 請選擇排序類型 ┃endl。 cout┃ ┃endl。 cout┃ 1 按降序排序 2 按升序排序 ┃endl。 cout┃ ┃endl。 cout┃ 輸入其它數(shù)字則按降序排序 ┃endl。 cout┃ ┃endl。 cout┃ 輸入其它不是數(shù)字重新輸入 ┃endl。 cout┗━━━━━━━━━━━━━━━━━┛endl。 cout 你的選擇是:。 cinm。 while(()) { err_char()。 cout 你的選擇是:。 cinm。 } if(n!=1amp。amp。n!=2) { m=1。 } //輸出排序后的結果 (n,m)。}//成績范圍檢測函數(shù)void score_err(){ cout┏━━━━━━━━━━━━━━━┓endl。 cout┃ 輸入的成績應該在0100之間 ┃endl。 cout┃ ┃endl。 cout┃ 請返回重新輸入 ┃endl。 cout┗━━━━━━━━━━━━━━━┛endl。}//退出程序函數(shù)void fun_exit(){ cout┏━━━━━━━━━━┓endl。 cout┃ 程序即將退出 ┃endl。 cout┗━━━━━━━━━━┛endl。 cout 。system(pause)。 exit(1)。}//輸入錯誤字符檢測函數(shù)void err_char(){ cout┏━━━━━━━━━━━━━┓endl。 cout┃輸入了非法字符,請重新輸入┃endl。 cout┗━━━━━━━━━━━━━┛endl。 ()。 ()。}//選擇姓名還是學號void name_of_number(){ cout┏━━━━━━━━━━┓endl。 cout┃ 請輸入關鍵字類型 ┃endl。 cout┃ ┃endl。 cout┃ 1 學號 2 姓名 ┃endl。 cout┃ ┃endl。 cout┃ 其它數(shù)字默認學號 ┃endl。 cout┃ 輸入非數(shù)字重新輸入 ┃endl。 cout┗━━━━━━━━━━┛endl。}////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////主函數(shù)文件void fun_lookup(student amp。a)。//查找函數(shù)的調用定義void fun_del(student amp。a)。//刪除函數(shù)的調用定義void fun_positor(student amp。a)。//排序函數(shù)的調用定義void fun_rework(student amp。a)。//修改函數(shù)的調用定義void fun_exit()。//退出程序函數(shù)的定義void main(){ student a。 while(1) { int i。 system(cls)。 //清屏功能 menu()。 cini。 if(()) //輸入非法字符時退出 fun_exit()。 switch (i) { case 1: ()。break。 //增加記錄 case 2: fun_del(a)。break。 //刪除記錄 case 3: fun_rework(a)。break。 //修改記錄 case 4: fun_positor(a)。break。 //記錄排序 case 5: ()。break。 //查看記錄 case 6: fun_lookup(a)。break。 //查找記錄 case 7: ()。break。 //清空鏈表 default: fun_exit()。 //其它鍵退出 } }}28
點擊復制文檔內(nèi)容
研究報告相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1