教学辅助管理系统设计--课堂考勤管理模块的实现[原创].doc
约45页DOC格式手机打开展开
教学辅助管理系统设计--课堂考勤管理模块的实现[原创],教学辅助管理系统设计--课堂考勤管理模块的实现1.22万字自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用摘要 在信息管理技术飞速发展的今天,学校也必须引入信息管理系统来管理自己日益增长的各种信息。当然教学辅助管理系统也是很有需要的,尤其是其中的课堂考勤管理模块。本文对基于c++语...
内容介绍
此文档由会员 淘宝大梦 发布
教学辅助管理系统设计--课堂考勤管理模块的实现
1.22万字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用
摘要 在信息管理技术飞速发展的今天,学校也必须引入信息管理系统来管理自己日益增长的各种信息。当然教学辅助管理系统也是很有需要的,尤其是其中的课堂考勤管理模块。
本文对基于C++语言的课堂考勤管理模块的设计与实现进行了研究。首先阐述了课堂目前存在的问题,得出学校实现无纸化考勤的必要性和可行性,主要包括选题的意义、研究现状及存在问题等理论知识。然后对课堂考勤模块进行了需求分析和详细设计,得出了设计和实现该模块所用到的开发方法及实现技术,并对用到的开发环境、编码语言以及数据库技术等进行了介绍。
本文给出了基于教学辅助系统的课程考勤模块的开发实例。该实例主要实现了课堂考勤管理模块的一些功能。主要包括基本信息管理(课程信息及教师信息管理)、考勤管理、考勤查询、考勤统计等模块。因此本系统能帮助教师完成日常的考勤任务,具有很大的实用价值。
课堂考勤管理模块的实现,为实现教学辅助系统进行了有益的探索。
关键词:课堂考勤模块 C++ 教学辅助系统
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 研究现状 1
1.4 研究思路 2
1.5 研究内容 2
第二章 课堂考勤模块的实现技术 3
2.1 C++/CLI技术 3
2.2 ACCESS数据库及数据库访问技术 4
2.3 Microsoft Visual Studio 2010开发环境简介 4
第三章 系统分析 7
3.1 系统任务目标 7
3.2 系统需求分析 7
3.3 系统可行性分析 8
第四章 系统设计 9
4.1 系统总体设计 9
4.1.1 总体设计说明 9
4.1.2 总体设计层次模块图 9
4.1.3 系统E-R图 10
4.2 系统模块设计 12
4.2.1 登录模块设计 12
4.2.2 基本信息管理模块设计 13
4.2.3 考勤管理模块设计 14
4.2.4 查询模块设计 15
4.2.5 统计模块设计 16
4.3 数据库设计 16
第五章 系统实现 18
5.1 登录模块实现 18
5.1.1 实现方法 18
5.1.2 用户登录界面 18
5.1.3 主要代码实现 18
5.2 系统主界面 19
5.3 基本信息管理模块实现 20
5.3.1 课程信息管理 20
5.3.2 教师信息管理 24
5.4 考勤管理模块实现 27
5.4.1 实现方法 27
5.4.2 考勤管理模块界面 28
5.4.3 主要代码实现 28
5.5 查询模块实现 31
5.5.1 按专业查询 31
5.5.2 按课程名称查询 32
5.5.3 按学号查询 33
5.6 统计模块实现 34
5.6.1 按专业统计 34
5.6.2 按课程名称统计 35
5.6.3 按学号统计 36
5.6.4 按教师号统计 37
结束语 39
致谢 40
参考文献 41
1.22万字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用
摘要 在信息管理技术飞速发展的今天,学校也必须引入信息管理系统来管理自己日益增长的各种信息。当然教学辅助管理系统也是很有需要的,尤其是其中的课堂考勤管理模块。
本文对基于C++语言的课堂考勤管理模块的设计与实现进行了研究。首先阐述了课堂目前存在的问题,得出学校实现无纸化考勤的必要性和可行性,主要包括选题的意义、研究现状及存在问题等理论知识。然后对课堂考勤模块进行了需求分析和详细设计,得出了设计和实现该模块所用到的开发方法及实现技术,并对用到的开发环境、编码语言以及数据库技术等进行了介绍。
本文给出了基于教学辅助系统的课程考勤模块的开发实例。该实例主要实现了课堂考勤管理模块的一些功能。主要包括基本信息管理(课程信息及教师信息管理)、考勤管理、考勤查询、考勤统计等模块。因此本系统能帮助教师完成日常的考勤任务,具有很大的实用价值。
课堂考勤管理模块的实现,为实现教学辅助系统进行了有益的探索。
关键词:课堂考勤模块 C++ 教学辅助系统
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 研究现状 1
1.4 研究思路 2
1.5 研究内容 2
第二章 课堂考勤模块的实现技术 3
2.1 C++/CLI技术 3
2.2 ACCESS数据库及数据库访问技术 4
2.3 Microsoft Visual Studio 2010开发环境简介 4
第三章 系统分析 7
3.1 系统任务目标 7
3.2 系统需求分析 7
3.3 系统可行性分析 8
第四章 系统设计 9
4.1 系统总体设计 9
4.1.1 总体设计说明 9
4.1.2 总体设计层次模块图 9
4.1.3 系统E-R图 10
4.2 系统模块设计 12
4.2.1 登录模块设计 12
4.2.2 基本信息管理模块设计 13
4.2.3 考勤管理模块设计 14
4.2.4 查询模块设计 15
4.2.5 统计模块设计 16
4.3 数据库设计 16
第五章 系统实现 18
5.1 登录模块实现 18
5.1.1 实现方法 18
5.1.2 用户登录界面 18
5.1.3 主要代码实现 18
5.2 系统主界面 19
5.3 基本信息管理模块实现 20
5.3.1 课程信息管理 20
5.3.2 教师信息管理 24
5.4 考勤管理模块实现 27
5.4.1 实现方法 27
5.4.2 考勤管理模块界面 28
5.4.3 主要代码实现 28
5.5 查询模块实现 31
5.5.1 按专业查询 31
5.5.2 按课程名称查询 32
5.5.3 按学号查询 33
5.6 统计模块实现 34
5.6.1 按专业统计 34
5.6.2 按课程名称统计 35
5.6.3 按学号统计 36
5.6.4 按教师号统计 37
结束语 39
致谢 40
参考文献 41