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

正文內(nèi)容

c++程序設(shè)計課程設(shè)計---學(xué)生成績管理系統(tǒng)-文庫吧

2025-01-26 06:43 本頁面


【正文】 大學(xué)出版社 .. [3]艾德才 .c++程序設(shè)計簡明教程 [M].中國水利水電出版社 .. C++程序設(shè)計課程設(shè)計 7 附 錄 includeiostream includefstream includestring includectime includeiomanip define NULL 0 using namespace std。 //定義全局變量 n 用來確定學(xué)生的人數(shù) int n。 //定義一個學(xué)生信息結(jié)構(gòu)體 struct student { string num。 //學(xué)生的學(xué)號用九位字符表示,為使用方便用 string 類 char name[20]。 string subject[6]。 float pingshi_score[6]。 float qizhong_score[6]。 student *next。 }stud[100]。 //各個模塊函數(shù) void meun(int m)。 //菜單函數(shù) student *creat() 。 // 創(chuàng)建鏈表函數(shù) void print(student *head)。 // 輸出鏈表函數(shù) void search(student *head)。 // 查找信息函數(shù) void Insert(struct student *head)。 //插入信息函數(shù) student *del(student *head,string num) 。 void Correct(struct student *head) 。 //修改信息函數(shù) void Dele(student *head)。 // 刪除信息函數(shù) //文件操作的兩個函數(shù) void save() 。 //保存函數(shù) void read()。 //讀入函數(shù) //菜單函數(shù) 學(xué)生成績管理系統(tǒng) 8 void meun(int m) { static student *head。 switch(m) { case 1: head=creat()。print(head)。break。 case 2: read()。break。 case 3: Insert(head)。break。 case 4: search(head)。break。 case 5: Correct(head)。break。 case 6: Dele(head)。break。 case 7: save()。break。 } } void meun1() { int m。 char c。 do { cout**************************************************endl。 cout ***************菜單 **************endl。 cout***** 1 輸入數(shù)據(jù) *****endl。 cout***** 2 顯示數(shù)據(jù) ******endl。 cout***** 3 插入信息 ******endl。 cout***** 4 查找信息 *****endl。 cout***** 5 修改信息 *******endl。 cout***** 6 刪除信息 *******endl。 cout***** 7 保存信息 ******endl。 cout請輸入您想完成的操作: 。 cinm。 meun(m)。 cout你要繼續(xù)操作嗎 ?(y/n):endl。 cinc。 system(cls)。 }while(c==39。y39。)。 if(c==39。n39。) cout謝謝使用,再見 !endl。 } //主函數(shù)入口 int main() C++程序設(shè)計課程設(shè)計 9 { system(cls)。 time_t t。 time(amp。t)。 //密碼設(shè)置 cout*************歡迎進入學(xué)生管理系統(tǒng) **********\nendl
點擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1