【正文】
的重要組成部分。 特此聲明。 如 本畢業(yè)設(shè)計(論文)引起的法律結(jié)果完全由本人承擔(dān)。 畢業(yè)設(shè)計(論文) 基于 VC 的 考勤系統(tǒng)設(shè)計 與實現(xiàn) The Design and Implementation of Attendance System Based on VC 學(xué)生姓名 學(xué) 號 專業(yè)班級 指導(dǎo)教師 2020 年 5 月 作者聲明 本人聲明所呈交的論文是我個人在導(dǎo)師指導(dǎo)下進行的研究工作及取得的研究成果,除了文中特別加以標(biāo)注的地方外, 沒有任何剽竊、抄襲、造假等違反 學(xué)術(shù)道德、學(xué)術(shù)規(guī)范的行為,也沒有侵犯任何其他人或組織的科研成果及專利 。與我一同工作的同志對本研究所做的任何貢獻均已在論文中作了明確的說明并表示了謝意。 畢業(yè)設(shè)計(論文)成果歸武漢工程大學(xué)郵電與信息工程學(xué)院所有。 作者專業(yè): 作者學(xué)號: 作者簽名: ____年 ___月 ___日 摘 要 隨著現(xiàn)代科學(xué)技術(shù)的發(fā)展,越來越多的公司和企業(yè)對職工的考勤都實行了信息化管理,使用計算機系統(tǒng)代替復(fù)雜的手工方式來管理考勤事務(wù)。因此,考勤管理系統(tǒng)的設(shè)計與實現(xiàn)有著十分重要的意義。系統(tǒng)是使用 Visual C++開發(fā)平臺,使用 Microsoft Visual Studio 作為工具軟件,數(shù)據(jù)庫為 SQLSEVER 2020。 本論文共分為 5 章。第 5 章對全文的內(nèi)容作了總結(jié)。 Abstract The petition in the telemunication market has bee more and more fierce, which cause a result that the service provider pay more attention to the quality and the security of the work. The transmission work is the foundation of the whole munication work, but due to the mass construction earlier, the shortings are getting more and clearer, and the work optimization is the only way to solve the problem. System mainly includes the establishment of the background database, frontend application maintenance and development of two main modules, including basic information management module, attendance information management module, statistics module and system queries the user management module. System is to use Visual C + + development language, the use of Microsoft Visual Studio as a tool for software, database for SQLSEVER2020. System is currently more popular ODBC data access technology, and database tables for each of the field and operation of the class package, which allows applications to share all the various windows on the operation table, do not need to duplicate code, so that procedures more easy to maintain, so that objectoriented programming design concepts applied to database applications. This thesis is divided into 5 chapters. The first chapter briefly introduces the background of the topic, the significance and research methods。 the third chapter is the summary of the system design, analyzes the system demand analysis the system demand and the function of the database table and some design and the corresponding flow chart。 the fifth chapter summarizes the content. Key words: Visual C + +, SQLSever2020, MFC, attendance management, ODBC data access technology. 目 錄 引言 ................................................................................................................................... 1 第 1 章 緒論 ..................................................................................................................... 3 課題背景 ........................................................................................................ 3 本課題的研究意義 ........................................................................................ 3 本課題的研究方法 ........................................................................................ 3 第 2 章 開發(fā)工具 ............................................................................................................. 5 VISUAL C++ ............................................................................................. 5 SQL SERVER 2020 數(shù)據(jù)庫 ........................................................................... 5 ODBC 數(shù)據(jù)訪問技術(shù) ..................................................................................... 6 第 3 章 考勤系統(tǒng)的概要設(shè)計 ......................................................................................... 9 需求分析 ........................................................................................................ 9 系統(tǒng)需求 .................................................................................................. 9 功能需求 ................................................................................................. 9 功能概述 ...................................................................................................... 11 數(shù)據(jù)庫結(jié)構(gòu)設(shè)計 .......................................................................................... 11 第 4 章 考勤系統(tǒng)的詳細設(shè)計 ....................................................................................... 15 登陸功能 ...................................................................................................... 15