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

正文內(nèi)容

vb課程設(shè)計:工資管理系統(tǒng)-資料下載頁

2025-05-14 01:00本頁面

【導(dǎo)讀】的社會主義市場經(jīng)濟已經(jīng)成為企業(yè)發(fā)展的先決條件。建設(shè)一個科學(xué)高效的工資管理系統(tǒng)是。解決這一問題的必由之路。準(zhǔn)確記錄員工的工作情況,包括出勤出差,加班,福利等。析計算工作交由相應(yīng)的程序來處理,可以減少處理大量紙質(zhì)文件的時間。對單位人員的變動進(jìn)行添加和刪除。對職工的工資進(jìn)行計算、修改和查詢。款及方法制度計算并發(fā)放工資??偣べY,快速打印報表等,大大提高了企業(yè)工資管理的效率。工資信息管理模塊主要包括統(tǒng)計出勤信息,計算實發(fā)工資,查詢工資,導(dǎo)出工資表。添加主窗體后,設(shè)置主窗體的屬性。捷菜單中選擇”菜單編輯器”命令。在彈出的菜單編輯器對話框中添加需要的菜單,并且使用方向鍵為菜單分級。統(tǒng)”----“退出”菜單,關(guān)閉系統(tǒng)。輸入新的用戶名稱和密碼后,單擊“確定”按鈕,系統(tǒng)將會添加新的用戶。

  

【正文】 \n\n\t\t\t or :417682451)。 getch()。 break。 } } else{ printf(It is wrong!Please try to input again!\n)。 } } fp = fopen(,wb)。 Save()。 fclose(fp)。 clrscr()。 printf(\n\n\n\t\t\t Please enter every key to exit!\n)。 getch()。 return 0。 } void InitDialBook(void) { precord = 1。 printf(\n\n\t\t Please input your name:)。 gets(pname)。 printf(\n\t\t Please input your sex:)。 gets(psex)。 課程設(shè)計說明書 沈 陽 大 學(xué) printf(\n\t\t Please input your age:)。 gets(page)。 printf(\n\t\t Please input your address:)。 gets(paddr)。 printf(\n\t\t Please input your telephone:)。 gets(pphone)。 printf(\n\t\t Please input your :)。 gets(pqq)。 printf(\n\t\t Please input your indivitual name:)。 gets(pmeg)。 plink = NULL。 head = p。 fwrite(p,LEN,1,fp)。 fclose(fp)。 } void UserInterface(void) { clrscr()。 printf(\n\t\t************************************************\n)。 printf(\t\t Wele to use the system of address book management)。 printf(\n\t\t************************************************\n)。 printf(\n\n\t\t\t******Please select what you want to do!!******\n)。 printf(\t\t\t ++)。 printf(\t\t\t\t\t\t | 1 Add personal information |\n)。 printf(\t\t\t | 2 Inquire information|\n)。 printf(\t\t\t | 3 Show all of the information|\n)。 printf(\t\t\t | 4 Delete information |\n)。 printf(\t\t\t | 5 Revise information |\n)。 printf(\t\t\t | 0 Exit and Save |\n)。 printf(\t\t\t ++\n)。 } void Load(void) { fread(head,LEN,1,fp)。 p = head。 while(plink!=NULL){ p1 = (struct addbook*)malloc(LEN)。 課程設(shè)計說明書 沈 陽 大 學(xué) p1 = plink。 fread(p1,LEN,1,fp)。 p = plink。 } } void Add(void) { p1 = (struct addbook*)malloc(LEN)。 p1record = precord + 1。 clrscr()。 printf(\n\n\t\t\t\n)。 printf(\t\t\t\t\t Please input information\n)。 printf(\t\t\t\n)。 printf(\n\t\t\t The people is the number of %d in this file,precord+1)。 printf(\n\t\t\t Please input your name:)。 gets(p1name)。 printf(\n\t\t\t Please input your sex:)。 gets(p1sex)。 printf(\n\t\t\t Please input your age:)。 gets(p1age)。 printf(\n\t\t\t Please input your address:)。 gets(p1addr)。 printf(\n\t\t\t Please input your telephone:)。 gets(p1phone)。 printf(\n\t\t\t Please input your :)。 gets(p1qq)。 printf(\n\t\t\t Please input your indivitual name:)。 gets(p1meg)。 p1link = NULL。 plink = p1。 p = p1。 } void ShowAll(void) { s = head。 clrscr()。 printf(\n\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n)。 printf( num name sex age address telephone (indivitual name))。 課程設(shè)計說明書 沈 陽 大 學(xué) printf(\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n)。 do{ printf( %6d%8s%8s%7s%10s%10s%s% s\n,srecord,sname,ssex, sage,saddr,sphone,sqq,smeg)。 s = slink。 }while(s!=NULL)。 printf(\n\n\n\t\t\t Please enter every key to exit!)。 getch()。 return。 } void Find(void) { char c。 struct addbook who。 s = head。 clrscr()。 printf(\n\t\t Please input the name whose you want to search for)。 gets()。 while((slink!=NULL)amp。amp。(strcmp(sname,))) { s = slink。 } if((slink==NULL)amp。amp。(strcmp(sname,))) { printf(\%s\ It is not exist!\n,)。 printf(Please check the name,then to inquire again.\n)。 getch()。 return。 } clrscr()。 printf(\n\t\t\t\The information what you want to inquire is:\n)。 printf(\n******************************************************\n)。 printf(\t num name sex age address telephone (indivitual name))。 printf(\n******************************************************\n)。 printf(\t %6d%10s%8s%7s%8s%10s%s%s\n,srecord,sname,ssex,sage,sage, saddr,sphone,sqq,smeg)。 printf(\n\t\t delete(d)\revise(m)\show(s)\n)。 課程設(shè)計說明書 沈 陽 大 學(xué) printf(\n\t Please input your select(d/m/s):)。 scanf(%c,amp。c)。 switch(c) { case 39。D39。: case 39。d39。:Delete()。break。 case 39。M39。: case 39。m39。:Modify()。break。 } } void Modify(void) { getchar()。 printf(\n\t\t Please input the new name:)。 gets(sname)。 printf(\n\t\t Please input the new sex:)。 gets(ssex)。 printf(\n\t\t Please input the new age:)。 gets(sage)。 printf(\n\t\t Please input the new address:)。 gets(saddr)。 printf(\n\t\t Please input the new telephone:)。 gets(sphone)。 printf(\n\t\t Please input the new :)。 gets(sqq)。 printf(\n\t\t Please input the new indivitual name:)。 gets(smeg)。 printf(\n\t\t revise successfully!\n)。 getch()。 } void Delete(void) { int find_prev。 int find_record。 char del。 char del_member_name[15]。 struct addbook *p_del_prev。 strcpy(del_member_name,sname)。 課程設(shè)計說明書 沈 陽 大 學(xué) getchar()。 printf(Are you sure that deleting%s(Y/N)?,del_member_name)。 scanf(%c,amp。del)。 if(del==39。n39。||del==39。N39。) { return。 } find_prev = srecord 1。 find_reco
點擊復(fù)制文檔內(nèi)容
環(huán)評公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1