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

正文內(nèi)容

某某公司考勤管理系統(tǒng)設(shè)計(jì)畢業(yè)論文-資料下載頁

2025-06-26 16:42本頁面
  

【正文】 次數(shù)進(jìn)行統(tǒng)計(jì)。判斷是否有請(qǐng)假記、出差記錄代碼如下: // 判斷是否請(qǐng)假 (CRecordset::forwardOnly, select ID from LEAVE where\ PERSON=39。 + + 39。 and START_TIME + (%Y%m%d %H:%M:%S) + and END_TIME + (%Y%m%d %H:%M:%S) + )。 bLeave=(()0)。 // 判斷是否有請(qǐng)假記錄 ()。 // 關(guān)閉記錄集 // 判斷是否出差 (CRecordset::forwardOnly, select ID from ERRAND where\ PERSON=39。 + + 39。 and START_TIME + (%Y%m%d %H:%M:%S) + and END_TIME + (%Y%m%d %H:%M:%S) + )。 bErrand=(()0)。 // 判斷是否有出差記錄 ()。 // 關(guān)閉記錄集 if(bLeave) // 如果有請(qǐng)假記錄 nLeaveHDay++。 // 請(qǐng)假記錄加1 else if(bErrand) // 如果有出差記錄 { nErrandHDay++。 // 出差計(jì)數(shù)加1統(tǒng)計(jì)加班時(shí)間的代碼如下: // 統(tǒng)計(jì)加班時(shí)間 CRecordset rs_Q_overtime(amp。db)。 // 構(gòu)造Q_overtime記錄集 (CRecordset::forwardOnly, select sum(WORK_HOURS) as SUM from OVERTIME\ where PERSON=39。 + + 39。 and WORK_DATE + (%Y%m%d %H:%M:%S) + and WORK_DATE + (%Y%m%d %H:%M:%S) + )。 if(()0) // 有記錄 { // 提取加班時(shí)間 (SUM,strTmp)。 sscanf(strTmp,%d,amp。nOverHour)。 } else nOverHour=0。 // 無記錄 ()。 判斷是否有該月的考勤記錄表代碼如下:// 判斷是否已有該月考勤記錄 CStatRS rs_stat(amp。db)。 // 構(gòu)造統(tǒng)計(jì)數(shù)據(jù)表 // 設(shè)置過濾串 =PERSON=39。 + + 39。 and YEAR_MONTH=39。 + m_strTime + 39。 ()。 // 打開數(shù)據(jù)表 if(()==0) // 判斷是否有該月份考勤記錄 { // 獲取計(jì)數(shù) CCounterRS rs_counter(amp。db)。 // 構(gòu)造計(jì)數(shù)器表 = ID=39。S39。 // 設(shè)置過濾器,提取計(jì)數(shù)值 ()。 // 打開計(jì)數(shù)器記錄表 counter=。 // 提取計(jì)數(shù)值 counter++。 // 計(jì)數(shù)值加1 ()。 // 編輯計(jì)數(shù)器 =counter。 // 保存當(dāng)前計(jì)數(shù) ()。 // 提交修改 ()。 // 關(guān)閉計(jì)數(shù)器記錄表 // 追加統(tǒng)計(jì)記錄 ()。 =counter。 =m_strTime。 =。 =nWorkHour。 =nOverHour。 =nLeaveHDay。 =nErrandHDay。 =nLateTimes。 =nEarlyTimes。 =nAbsentTimes。 ()。 // 提交修改 } else { // 記錄已存在修改數(shù)據(jù) ()。 =nWorkHour。 =nOverHour。 =nLeaveHDay。 =nErrandHDay。 =nLateTimes。 =nEarlyTimes。 =nAbsentTimes。 ()。 // 提交修改 } ()。 // 關(guān)閉數(shù)據(jù)表 i++。 // 已統(tǒng)計(jì)員工數(shù)加1 (i)。 // 顯示統(tǒng)計(jì)進(jìn)度 ()。 // 跳到下一個(gè)員工記錄 } ()。 // 關(guān)閉員工表 CStatRS rs_stat(amp。db)。 // 構(gòu)造統(tǒng)計(jì)數(shù)據(jù)表 UpdateList(rs_stat)。 // 更新列表框}第五章 系統(tǒng)的有關(guān)配置5.1系統(tǒng)運(yùn)行環(huán)境整個(gè)軟件系統(tǒng)采用C/S模式,所有的數(shù)據(jù)處理都是在服務(wù)器端進(jìn)行。服務(wù)器端采用ACCESS數(shù)據(jù)庫系統(tǒng)和VC++組件來構(gòu)成公司考勤管理系統(tǒng),本系統(tǒng)的運(yùn)行環(huán)境如下: 硬件環(huán)境CPU:主頻200MHZ以上內(nèi)存:128MB以上硬盤:2GB以上顯示器:彩顯 軟件環(huán)境Windows XP/NT/2000系統(tǒng),Access 2000數(shù)據(jù)庫,采用C/S模式,以及把Visual C++作為開發(fā)工具 后臺(tái)數(shù)據(jù)庫配置本系統(tǒng)采用了Access2000作為系統(tǒng)數(shù)據(jù)庫。若要實(shí)現(xiàn)對(duì)數(shù)據(jù)庫的操作,先要與數(shù)據(jù)源進(jìn)行連接。在MFC中數(shù)據(jù)源的連接封裝于CDatabase類中。要使用CDatabase對(duì)象,在ODBC數(shù)據(jù)源管理器中必須已經(jīng)正確配置。在同一個(gè)應(yīng)用程序中使用多個(gè)連接對(duì)應(yīng)同一個(gè)數(shù)據(jù)源,連接方法如下:CDatabase m_database。If(!()){ //Test 表示欲打開的數(shù)據(jù)源的名稱If(!(_T(“Test”))) Assert(“不能打開數(shù)據(jù)源的連接!”)}//…………//關(guān)閉連接()。結(jié)論員工考勤管理工作是企事業(yè)單位不可缺少的一部分,也是企業(yè)管理的重要組成部分。它的管理對(duì)于企業(yè)的管理者來說都至關(guān)重要,所以員工考勤管理系統(tǒng)應(yīng)該能夠?yàn)槠髽I(yè)管理者提供完整,正確和靈活的考勤信息和快捷的出勤查詢手段。但一直以來人們使用傳統(tǒng)人工的管理模式,這種管理方式存在著許多缺點(diǎn),如:效率低、保密性差,另外時(shí)間一長,將產(chǎn)生大量的文件和數(shù)據(jù),這對(duì)于查找、更新和維護(hù)都帶來了不少的困難。所以利用計(jì)算機(jī)實(shí)現(xiàn)考勤信息管理的自動(dòng)化將勢在必行。 公司考勤管理系統(tǒng)突破了傳統(tǒng)的人工模式,具有手工管理所無法比擬的優(yōu)點(diǎn)。例如:檢索迅速、查找方便、可靠性高、存儲(chǔ)量大、保密性好、壽命長、成本低等。使得員工的出勤情況的記錄和統(tǒng)計(jì)工作變得簡單。經(jīng)過了兩個(gè)多月的學(xué)習(xí)和工作,我終于完成了《公司考勤管理系統(tǒng)》的論文。從開始接到論文題目到系統(tǒng)的實(shí)現(xiàn),再到論文文章的完成,每走一步對(duì)我來說都是新的嘗試與挑戰(zhàn),這也是我在大學(xué)期間完成的最大的項(xiàng)目。但是由于時(shí)間比較緊張,對(duì)于VC++語言和工具還不是非常熟悉,有些功能沒有得到很好的應(yīng)用,再加上開發(fā)經(jīng)驗(yàn)不足,有些方面做的不夠完善。因此,本系統(tǒng)的設(shè)計(jì)難免存在缺陷。為此,在以后的開發(fā)過程及系統(tǒng)的升級(jí)改造中值得推敲與修改。同時(shí)還應(yīng)加強(qiáng)對(duì)開發(fā)應(yīng)用程序的學(xué)習(xí),提高實(shí)際應(yīng)用及開發(fā)程序能力。參考文獻(xiàn):[1]鄭人杰 . 《軟件工程導(dǎo)論》 第二版.清華大學(xué)出版社, 2001[2]梁方明. 《Access2000 數(shù)據(jù)庫編程》第一版 北京希望電子出版社[3]蘇仕華 . 《c++程序設(shè)計(jì)實(shí)用教程》清華大學(xué)出版社 2006[4]孫鑫余安萍. 《VC++深入詳解》 電子工業(yè)出版社 2006[5]鄭莉 董淵等 《c++語言程序設(shè)計(jì)》 第三版 清華大學(xué)出版社 2003[6]致謝 本文是在指導(dǎo)老師XXX教授的精心指導(dǎo)下完成的。從論文的選題、文章結(jié)構(gòu)的構(gòu)筑到最后的定稿,都得到了老師的悉心指點(diǎn)和教導(dǎo)。在本次畢業(yè)設(shè)計(jì)中, 饒友蘭老師給予了指導(dǎo),并提供了很多與該研究相關(guān)的重要信息,培養(yǎng)了我們對(duì)科學(xué)研究的嚴(yán)謹(jǐn)態(tài)度和創(chuàng)新精神。我從指導(dǎo)老師XXX老師身上學(xué)到了很多東西。X老師認(rèn)真負(fù)責(zé)的工作態(tài)度,嚴(yán)謹(jǐn)?shù)闹螌W(xué)精神和深厚的理論水平都使我受益匪淺這將非常有利于我們今后的學(xué)習(xí)和工作。在此對(duì)導(dǎo)師表示衷心的感謝! Introduces of Visual C + + MFCNot only Visual C + + being one pile and translate an implement。It is a allround application develop environment , uses it you fully utilize having Windows application ing to develop out special field level39。s be geared to the needs of marriage partner characteristic property C + +. For being able to fully utilize these characteristic property, you must understand C + + programming language. Have grasped C + +, you must have fundamental Microsoft kind warehouse (MFC) adecker in hand right away. Owe adecker consumer interface part in having contained Windows API , make you be able to build Windows application very easily with be geared to the needs of marriage partner way and. This adecker applies to all editions Windows and each other are patible. You use code built by MFC to be pletely transplanting.What is MFC?If you need to build a Windows application, how do ought to start?Fine beginning is to begin from designing the consumer interface. The consumer that first, you ask what to decide can be put into use owing procedure and corresponding according to needing to e to interpose consumer interface a marriage partner. A little bit standard controlling of Windows consumer interface, have known well that very much if the button , menu , rolling strip and listing wait , this already is to those Windows consumers。Being needing to remember , a group choosing be obliged to as the programmer control and the screen deciding how them to be arranged to arrive at is listed in. Draft that you need to act as the once consumer interface on paper on tradition,till the element feels satisfied until to every. And this project paratively small to a few, a few big projects early phase prototype stage is allowed. Next step,it need to realize a code. Be any Windows when platform builds application, the programmer all has choosing two kinds: C or C + +. Use C , the programmer to be the upper write of level code in Windows application interface (API).That an interface is that are what the C function is posed of from several hundreds , these functions introduce that in having in Windows API guide book. NT , API are called Win32 API to Windows , are used for Windows 16 place API of with the difference in the person.Windows vocabularyIn
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1