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

正文內(nèi)容

學(xué)校內(nèi)部工資管理系統(tǒng)軟件工程導(dǎo)論實(shí)驗(yàn)報(bào)告-資料下載頁(yè)

2025-08-20 11:56本頁(yè)面
  

【正文】 eal_account, real_password)。 if(strcmp(real_account, account) == 0) { iFlag = 1。 if (strcmp(real_password, password)==0) { iFlag = 2。 break。 } } } fclose(fp)。 if(iFlag == 0) { printf(您輸入的帳號(hào)不存在或密碼不正確 !\n請(qǐng)重新輸入 :\n)。 printf(請(qǐng)輸入您的帳號(hào) :)。 fflush(stdin)。 gets(account)。 fflush(stdin)。 printf(請(qǐng)輸入您的密碼 :)。 fflush(stdin)。 gets(password)。 fflush(stdin)。 m = m + 1。 } else { break。 } } if(iFlag == 0) { printf(您輸入帳號(hào)密碼不正確已經(jīng) 3次 ,您被強(qiáng)制退出系統(tǒng) (按任意鍵退出 )!)。 scanf(%c,amp。h)。 exit(0)。 } else if(iFlag != 0) { 32 printf(登陸成功 )。 scanf(%c,amp。h)。 } } void rdenglu()/*登陸 */ { FILE *fp。 char account[10+ 1],password[10 + 1],h。 int m = 1。 char real_account[100]。 /* 帳號(hào)緩存 */ char real_password[100]。 /* 密碼緩存 */ int iFlag = 0。 printf(請(qǐng) 輸入您的帳號(hào) :)。 fflush(stdin)。 gets(account)。 fflush(stdin)。 printf(請(qǐng)輸入您的密碼 :)。 fflush(stdin)。 gets(password)。 fflush(stdin)。 while(m 3) { fp = fopen(rFile, r)。 if (!fp) { printf(不能打開(kāi)文件 !按任意鍵退出 !)。 scanf(%c,amp。h)。 fclose(fp)。 exit(0)。 } while (!feof(fp)) { iFlag = 0。 fscanf(fp, %s %s\n, real_account, real_password)。 if(strcmp(real_account, account) == 0) { iFlag = 1。 if (strcmp(real_password, password)==0) { iFlag = 2。 33 break。 } } } fclose(fp)。 if(iFlag == 0) { printf(您輸入的帳號(hào)不存在或密碼不正確 !\n請(qǐng)重新輸入 :\n)。 printf(請(qǐng)輸入您的帳號(hào) :)。 fflush(stdin)。 gets(account)。 fflush(stdin)。 printf(請(qǐng)輸入您的密碼 :)。 fflush(stdin)。 gets(password)。 fflush(stdin)。 m = m + 1。 } else { break。 } } if(iFlag == 0) { printf(您輸入帳號(hào)密碼不正確已經(jīng) 3次 ,您被強(qiáng)制退出系統(tǒng) (按任意鍵退出 )!)。 scanf(%c,amp。h)。 exit(0)。 } else if(iFlag != 0) { printf(登陸成功 )。 scanf(%c,amp。h)。 } } 人事部管理 主要的代碼如下: includeiostream 34 using namespace std。 class Personnel{ public: Personnel():t(1),boo(true),m(0),d(39。F39。){} /*構(gòu)造函數(shù)初始化 ,t=1表示沒(méi)有輸入出勤次數(shù), b=true表示職工出事?tīng)顟B(tài)是在職的, m=0表示初始工資為 0, d=39。F39。表示沒(méi)有輸入等級(jí)。 */ void worktime()。//出勤情況 void ifworking(int a)。//是否在職 void award()。//判斷貢獻(xiàn)等級(jí) void pand()。 ~Personnel(){} private: int t。//出勤次數(shù) bool boo。//在職判斷標(biāo)志 int m。//基本工資 int d。//記錄獎(jiǎng)金額 int k。//記錄扣款金額 int bh。//職工編號(hào) int money。 }。 void Personnel::worktime(){ int time。 coutinput the person`s worktimes in the month.\n。 cintime。 while(time30||time0){ coutInput error!\ninput again:。 cintime。 } t=time。 //根據(jù)出勤計(jì)算工資 if(t21)k=0。 else switch(t) { case 20:k=100。break。 case 19:k=200。break。 case 18:k=400。break。 default:k=800。break。 } cout扣款額 kendl。 } void Personnel::ifworking(int a){ 35 if(a==0) boo=false。 if(boo==false) coutThe person retires.\n。 else coutThe person keeps working.\n。 } void Personnel::award(){ char award。//記錄獎(jiǎng)勵(lì)等級(jí) coutinput the person`s level.\n。 coutA is 800.\tB is 600.\tC is 300.\t。 coutD is 200.\tE is 100.\n。 cinaward。 while(award39。A39。||award39。E39。){ coutInput error!\ninput again:。 cinaward。 } if(award=39。A39。)d=800。 else if(award=39。B39。)d=600。 else if(award=39。C39。)d=300。 else if(award=39。D39。)d=200。 else if(award=39。E39。)d=100。 cout獎(jiǎng)金額度: dendl。 } void Personnel::pand() { int g,d。 do{//職工編號(hào)的限制輸入 cout請(qǐng)輸入人員的編號(hào): endl。 cinbh。 g=bh/100。 d=bh%100。 }while(g10||g27||(g=10amp。amp。g=19amp。amp。(d1||d20)))。 if(g==12||g==15||g==18)m=4000。 else if(g==10||g==19)m=3800。 else if(g==11||g==24||g==16||g==17||g==20||g==21||g==26)m=3500。 else if(g==24||g==25||g==27)m=3200。 else m=3000。 cout基本工資: mendl。 }//基本工資的判斷 36 void Enter(){//登錄 coutWele to the Personnel!\n。 } int main(){ int a。//記錄是否離職 int n。//記錄功能選項(xiàng) Enter()。 //功能表的列舉 coutmenu is:\n。 cout0 is exit.\n1 is worktime.\n2 is ifworking.\n。 cout3 is award.\n4 is salary.\n。 coutinput what do you want to:。 cinn。 Personnel b。 while(1){ switch(n){ case 0:coutThank you for the Personnel\n。 coutExiting.....\n。 break。 case 1:()。break。 case 2:coutif the person does not work,input 0:。 cina。 (a)。 break。 case 3:()。break。 case 4:()。break。 default:break。 } if(a==0||n==0)break。 cout0 is exit.\n1 is worktime.\n2 is ifworking.\n。 cout3 is award.\n4 is salary.\n。 cinn。 } system(pause)。 return 0。 } 財(cái)務(wù)部管理 主要模塊的代碼如下: includeiostream using namespace std。 37 bool boo。 int huiz[1000][6]。//用數(shù)組表示匯總表 void f1() { Personnel[i].money=Personnel[i].m+Personnel[i].dPersonnel[i].k。 cout該職工的工資為: Personnel[i].moneyendl
點(diǎn)擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1