文档介绍:分类号:XX
学校代码:XXXX
学号:XXXXX
XXXXXX本科生毕业论文
学生综合素质测评系统设计与实现
The overall quality of student evaluation system’s design and implementation
所在系(院): 信息技术学院
学生姓名: XXX
指导教师: XX
研究起止日期:XXXXXXX
学位论文独创性声明
本人郑重声明:
坚持以“求实、创新”的科学精神从事研究工作。
本论文是我个人在导师指导下进行的研究工作和取得的研究成果。
本论文中除引文外,所有实验、数据和有关材料均是真实的。
本论文中除引文和致谢的内容外,不包含其他人或其它机构已经发表或撰写过的研究成果。
其他同志对本研究所做的贡献均已在论文中作了声明并表示了谢意。
作者签名:
日期:
摘要
学生综合素质测评系统是学校管理的一个重要分支。开发学生综合素质测评系统的目的是实现学生综合素质测评的电子化、自动化,使测评结果做到更加客观、公正,减少人为因素。
本系统使用Visual C++编程语言,利用Visual C++ess数据库技术,以ADO的方式连接数据库,从软件设计和开发的角度提出了系统的总体设计目标和基本原则,阐述了系统的总体结构设计,该系统包括:系统管理、基本信息管理、综合测评、数据备份及帮助5个子模块,详细介绍了各个子模块的设计和功能特点,以及数据库和用户界面的设计。
关键词:综合测评; Visual C++; 数据库; ADO
Abstract
The overall quality of students management evaluation system is an important branch in school. The purpose of developing the overall quality of student evaluation system is that to make the evalution of students electronically and automatically , so that the result will be more objective, fair and reduce the human factors.
The system uses Visual C++ programming language, taking advantage of Visual C++ and Access database technology, Connecting to the database with the style of ADO(ActiveX Data Object).From the perspective of software design and development to proposed the design objectives and basic principles of the system, setting out the overall structure of the system design, the system including: system management, basic information management, integrated assessment, data backup and help 5 sub-modules, describing the various sub-modules of the design and features in detail, as well as the design of database and user interface.
Keywords: overall evaluation; Visual C++; database; ADO
目录
第一章绪论 1
课题研究背景 1
课题研究现状 1
课题研究目的 1
第二章需求分析 2
理解需求 2
分析需求 2
第三章系统设计 3
系统设计 3
系统功能结构 3
数据概念模型CDM设计 3
数据库设计 4
建立表 4
数据库的创建 5
数据库中添加表 5
Visual C++中开发数据库的特点 6
运行环境 7
第四章详细设计 8
公共类设计 8
主窗体设计 9
系统管理模块设计 11
用户登录