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

正文內(nèi)容

使用c面向?qū)ο缶幊痰墓べY管理系統(tǒng)的設(shè)計與實現(xiàn)-資料下載頁

2025-01-20 22:06本頁面

【導(dǎo)讀】借助現(xiàn)代信息技術(shù)和管理理論,建立學(xué)校管理信息系統(tǒng)勢在必行。學(xué)校而言,全面開發(fā)和應(yīng)用計算機管理信息系統(tǒng)就是有必要的。校的計算機管理信息系統(tǒng)重要組成部分。實行電子化的工資管理,可以讓人力資源管理人員從繁重瑣碎。的案頭工作解脫出來,去完成更重要的工作。通過設(shè)計任務(wù)書中的要求以及介紹,大致確定了主要的目的?;痉椒ê图寄堋Mㄟ^不斷地測試和調(diào)試,完成了最終的成品。這對以后的學(xué)習(xí)都有著很大的幫助。本系統(tǒng)基本上能夠滿足學(xué)校教師工資管理的需求。用了各種表格,保存相關(guān)的工資信息,方便查詢,瀏覽,修改等操作。通過對一系列問題的分析,確定了系統(tǒng)的開發(fā)平臺。的各個環(huán)節(jié),最后對本次課程設(shè)計作出了總結(jié)。冒泡排序的數(shù)據(jù)結(jié)構(gòu),和對文件夾的基本操作等基礎(chǔ)知識。所有員工的相關(guān)資料。在錄入所有教工后,系統(tǒng)會自動對教工按工資進行。降序排列存入文件中。分別對類manager、seller、sellermanager、technician四個類的對象的。上來看是通過函數(shù)之間的調(diào)用來實現(xiàn)的。

  

【正文】 return 1。 default: cout\t錯誤!請重新輸入! \n。 } } else cout\t錯誤!請重新輸入! \n。 } positorall(employeeall)。//對所有 教 工的工資降序排列 ********************** outputtofile(employeeall)。//把資料保存到文件中 ***************************** printfile()。//把文件中的資料顯示到顯示器上 ********************************* return 0。 } //教工 基本信息的輸入函數(shù) ******************************************************* void inputtechnician(employee amp。empl) { technician tech。 cout\n★★ 教工 資料: \n。 char temp[20]。 cout姓 名 :\t。 cintemp。 (temp)。 cout教 工 號 :\t。 cintemp。 (temp)。 (講 師 )。 ()。 cout電 話 號 碼 :\t。 cintemp。 (temp)。 int tempq=0。 cout年 齡 :\t。 cintempq。 (tempq)。 double tempp=0。 cout工作時間 (課 時 ):\t。 cintempp。 (tempp)。 24 (())。 } //輔導(dǎo)員 的基本信息的輸 入函數(shù) *************************************************** void inputmanager(employee amp。empl) { manager mana。 cout\n★★ 輔導(dǎo)員 資料: \n。 char temp[20]。 cout姓 名 :\t。 cintemp。 (temp)。 cout教 工 號 :\t。 cintemp。 (temp)。 (輔 導(dǎo) 員 )。 ()。 cout電 話 號 碼 :\t。 cintemp。 (temp)。 int tempq=0。 cout年 齡 :\t。 cintempq。 (tempq)。 ()。 (())。 } //教授 的基本信息的輸入函數(shù) ***************************************************** void inputseller(employee amp。empl) { seller sell。 cout\n★★ 教授 資料: \n。 char temp[20]。 cout姓 名 :\t。 cintemp。 (temp)。 cout教 工 號 :\t。 cintemp。 (temp)。 (教 授 )。 ()。 cout電 話 號 碼 :\t。 cintemp。 (temp)。 25 int tempq=0。 cout年 齡 :\t。 cintempq。 (tempq)。 double tempp=0。 cout課 程 量 :\t。 cintempp。 (tempp)。 ()。 (())。 } //行政人員 的基本信息的輸入函數(shù) ************************************************* void inputsellermanager(employee amp。empl) { sellermanager sellmana。 cout\n★★ 行政人員 資料: \n。 char temp[20]。 cout姓 名 :\t。 cintemp。 (temp)。 cout教 工 號 :\t。 cintemp。 (temp)。 (行政人員 )。 ()。 cout電 話 號 碼 :\t。 cintemp。 (temp)。 int tempq=0。 cout年 齡 :\t。 cintempq。 (tempq)。 (())。 ()。 (())。 } //把資料保存到文件中 *********************************************************** void outputtofile(employee *empl) { ofstream fout。 (E:\\ 計算機與通信學(xué)院教師 工資管理系統(tǒng)文檔 .txt)。 if(!fout) coutOpen file error!。 else 26 { fout姓 名 \t。 fout教 工號 \t。 fout職 位 \t。 fout性別 \t。 fout年齡 \t。 fout電話號碼 \t。 fout月工資 \n。 for(int i=0。iempl[0].getemployees()。i++) { foutempl[i].getname()\t。 foutempl[i].getnumber()\t。 foutempl[i].getpost()\t。 foutempl[i].getsex()\t。 foutempl[i].getage()\t。 foutempl[i].gettelephone()\t。 foutempl[i].getmonthwages()\n。 } } } //把文件中的資料顯示到顯示器上 ************************************************* int printfile() { system(cls)。 ifstream fcin。 (E:\\計算機與通信學(xué)院教師 工資管理系統(tǒng)文檔 .txt)。 if(!fcin) { cout打開文件 失敗,系統(tǒng)自動退出! 。 return 4。 } char ch。 while((ch)) { coutch。 } ()。 return 0。 } //用冒泡法對所有 教 工的工資降序排列 ********************************************* void positorall(employee *temp) { 27 employee temp1。 for(int j=0。jtemp[0].getemployees()。j++) for(int i=temp[0].getemployees()1。ij。i) { if(temp[i].getmonthwages()temp[i1].getmonthwages()) { temp1=temp[i]。 temp[i]=temp[i1]。 temp[i1]=temp1。 } } }
點擊復(fù)制文檔內(nèi)容
研究報告相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1