国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

教學輔助管理系統(tǒng)設計--課堂考勤管理模塊的實現(xiàn)[原創(chuàng)].doc

   
約45頁DOC格式手機打開展開

教學輔助管理系統(tǒng)設計--課堂考勤管理模塊的實現(xiàn)[原創(chuàng)],教學輔助管理系統(tǒng)設計--課堂考勤管理模塊的實現(xiàn)1.22萬字自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過校內(nèi)系統(tǒng)檢測,重復率低,僅在本站獨家出售,大家放心下載使用摘要 在信息管理技術飛速發(fā)展的今天,學校也必須引入信息管理系統(tǒng)來管理自己日益增長的各種信息。當然教學輔助管理系統(tǒng)也是很有需要的,尤其是其中的課堂考勤管理模塊。本文對基于c++語...
編號:150-423098大小:1.29M
分類: 論文>計算機論文

內(nèi)容介紹

此文檔由會員 淘寶大夢 發(fā)布

教學輔助管理系統(tǒng)設計--課堂考勤管理模塊的實現(xiàn)

1.22萬字
自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過校內(nèi)系統(tǒng)檢測,重復率低,僅在本站獨家出售,大家放心下載使用

摘要 在信息管理技術飛速發(fā)展的今天,學校也必須引入信息管理系統(tǒng)來管理自己日益增長的各種信息。當然教學輔助管理系統(tǒng)也是很有需要的,尤其是其中的課堂考勤管理模塊。
本文對基于C++語言的課堂考勤管理模塊的設計與實現(xiàn)進行了研究。首先闡述了課堂目前存在的問題,得出學校實現(xiàn)無紙化考勤的必要性和可行性,主要包括選題的意義、研究現(xiàn)狀及存在問題等理論知識。然后對課堂考勤模塊進行了需求分析和詳細設計,得出了設計和實現(xiàn)該模塊所用到的開發(fā)方法及實現(xiàn)技術,并對用到的開發(fā)環(huán)境、編碼語言以及數(shù)據(jù)庫技術等進行了介紹。
本文給出了基于教學輔助系統(tǒng)的課程考勤模塊的開發(fā)實例。該實例主要實現(xiàn)了課堂考勤管理模塊的一些功能。主要包括基本信息管理(課程信息及教師信息管理)、考勤管理、考勤查詢、考勤統(tǒng)計等模塊。因此本系統(tǒng)能幫助教師完成日常的考勤任務,具有很大的實用價值。
課堂考勤管理模塊的實現(xiàn),為實現(xiàn)教學輔助系統(tǒng)進行了有益的探索。
關鍵詞:課堂考勤模塊 C++ 教學輔助系統(tǒng)


The Design and Implementation of Class Attendance Management Module of Auxiliary Teaching Management System
Abstract In today's rapid development of information management technology, schools must introduce the management information system to manage their all kinds of growing information. Of course, teaching auxiliary management system is also very necessary, especially the Class attendance management module.
In this paper, the design and implementation of class attendance management module based on c + + language are studied. Firstly it expounds the problems existing in the class, and it is concluded the necessity and feasibility of check on work attendance on achieving paperless , mainly including the significance of topic selection, research status and existing problems .Then the class attendance module has carried on the demand analysis and detailed design, it is concluded that design and implementation of the module is needed what develop methods and implementation technology, and the development environment, coding language and database technique are introduced.
In this paper, it gives a development instance of the system based on the auxiliary teaching course attendance module. The instance is mainly realized some functions of the class attendance management module. It mainly includes basic information management, attendance management, query of check on work attendance, attendance statistics module, etc. So this system can help the teacher to complete the daily task of check on work attendance, it has great practical value.
The realization of the class attendance management module helps achieve the teaching assistant system carried on the beneficial exploration.
Key words class attendance module c++ teaching assistant system


目錄
第一章 引言 1
1.1 課題背景 1
1.2 課題意義 1
1.3 研究現(xiàn)狀 1
1.4 研究思路 2
1.5 研究內(nèi)容 2
第二章 課堂考勤模塊的實現(xiàn)技術 3
2.1 C++/CLI技術 3
2.2 ACCESS數(shù)據(jù)庫及數(shù)據(jù)庫訪問技術 4
2.3 Microsoft Visual Studio 2010開發(fā)環(huán)境簡介 4
第三章 系統(tǒng)分析 7
3.1 系統(tǒng)任務目標 7
3.2 系統(tǒng)需求分析 7
3.3 系統(tǒng)可行性分析 8
第四章 系統(tǒng)設計 9
4.1 系統(tǒng)總體設計 9
4.1.1 總體設計說明 9
4.1.2 總體設計層次模塊圖 9
4.1.3 系統(tǒng)E-R圖 10
4.2 系統(tǒng)模塊設計 12
4.2.1 登錄模塊設計 12
4.2.2 基本信息管理模塊設計 13
4.2.3 考勤管理模塊設計 14
4.2.4 查詢模塊設計 15
4.2.5 統(tǒng)計模塊設計 16
4.3 數(shù)據(jù)庫設計 16
第五章 系統(tǒng)實現(xiàn) 18
5.1 登錄模塊實現(xiàn) 18
5.1.1 實現(xiàn)方法 18
5.1.2 用戶登錄界面 18
5.1.3 主要代碼實現(xiàn) 18
5.2 系統(tǒng)主界面 19
5.3 基本信息管理模塊實現(xiàn) 20
5.3.1 課程信息管理 20
5.3.2 教師信息管理 24
5.4 考勤管理模塊實現(xiàn) 27
5.4.1 實現(xiàn)方法 27
5.4.2 考勤管理模塊界面 28
5.4.3 主要代碼實現(xiàn) 28
5.5 查詢模塊實現(xiàn) 31
5.5.1 按專業(yè)查詢 31
5.5.2 按課程名稱查詢 32
5.5.3 按學號查詢 33
5.6 統(tǒng)計模塊實現(xiàn) 34
5.6.1 按專業(yè)統(tǒng)計 34
5.6.2 按課程名稱統(tǒng)計 35
5.6.3 按學號統(tǒng)計 36
5.6.4 按教師號統(tǒng)計 37
結(jié)束語 39
致謝 40
參考文獻 41