学生成绩管理系统毕业论文.doc

约44页DOC格式手机打开展开

学生成绩管理系统毕业论文,中 文 摘 要使用计算机来管理学生成绩,不但可以节省时间和人力,更能全面、有效地掌握学生基本情况,及时获取最新的准确资料和信息。本软件是一个管理学生成绩的系统,功能与实现方面有相当的针对性和实用性。本文详细地介绍了“学生成绩管理系统”的设计思想,设计过程,本软件是在visual basic平台上...
编号:20-203766大小:1.53M
分类: 论文>计算机论文

内容介绍

此文档由会员 lihaiyou 发布

学生成绩管理系统毕业论文

中 文 摘 要

使用计算机来管理学生成绩,不但可以节省时间和人力,更能全面、有效地掌握学生基本情况,及时获取最新的准确资料和信息。本软件是一个管理学生成绩的系统,功能与实现方面有相当的针对性和实用性。本文详细地介绍了“学生成绩管理系统”的设计思想,设计过程,本软件是在Visual Basic平台上开发的,采用Access2000做为数据库,严格按照关系数据库原理思想的有关规定进行数据库的设计,数据操作语言采用SQL中的有关命令,能方便地实现对数据库的操作与管理。本文严格按照软件工程方法,从问题定义、可行性研究、需求分析、概要设计、详细设计、编码,软件的测试等方面对该软件进行了详细的说明,它是软件的一个非常重要的文档资料,是毕业设计的文字说明材料。


关 键 词: 学生成绩管理系统,关系数据库,Visual Basic语言,数据库

 

The students’ grade mange system         

Abstract
We use the computer to manage the students’ grade, which can not only save time and manpower, but also know well the students’ condition completely and obtain the latest accurate data and information. This software is a system that manages the students’ grade, and it is aim at function and realization. This text introduces the design idea and processes of the students’ grade manage system. This software is developed on the base of Visual Basic, uses the Access2000 as the database, and design the database strictly according to the relevant rule of the principle of it. The data operation language adopts the relevant command of SQL. This text is strictly based on the software engineering method, and details this software from the definition of the problem, the possibility research, the demand analysis, the essentials design, the detailed design, the code, the test of it and so on. It is a very important text file of the software, and also is the explanation material in word to the paper.     


Key words:  The students’ grade mange system, Access, Relation database, Visual Basic,Database


目   录
1 绪论……………………………………………………………………………………………8
1.1学生成绩管理系统发展及现状 ………………………………………………………8
1.2 成绩管理系统的发展目标 ……………………………………………………………9
2系统的分析与设计 …………………………………………………………………………10
2.1  开发背景…………………………………………………………………………………10
2.1.1计算机已成为我们学习和工作的得力助手 ……………………………………10
2.1.2计算机管理学生成绩信息的意义…………………………………………………10
2.2  系统需求…………………………………………………………………………………10
2.3  学生成绩管理系统的功能需求 ……………………………………………………10
2.4  学生成绩管理系统的可行性分析 …………………………………………………12
2.5  目标系统需求 …………………………………………………………………………12
2.6  数据库系统设计 ………………………………………………………………………12
2.6.1数据库介绍 ……………………………………………………………………………12
2.6.2数据库需求分析………………………………………………………………………13
2.6.3数据库设计 ……………………………………………………………………………14
2.6.4数据库的概念结构设计 ……………………………………………………………14
2.6.5数据库的逻辑结构设计 ……………………………………………………………16
2.7   系统详细设计与实现 ………………………………………………………………17
2.7.1连接数据库的设计与实现 …………………………………………………………17
2.7.2系统模块详细设计与实现 …………………………………………………………20
2.8  学生成绩管理系统的具体实现  …………………………………………………22
2.8.1系统开发环境 ………………………………………………………………………22
2.8.2界面要求     ………………………………………………………………………22
2.8.3 应用程序的具体实现  ……………………………………………………………23
3 测试与维护…………………………………………………………………………………37
3.1 测试的意义………………………………………………………………………………37
3.2 软件测试的目标 ………………………………………………………………………37
3.3 调试的结果………………………………………………………………………………37
3.4 运行维护…………………………………………………………………………………41
4 关键实现技术………………………………………………………………………………42
4.1 Visual C++技术 ………………………………………………………………………42
4.2 ODBC连接数据源技术 …………………………………………………………………43
4.3 Access数据库技术………………………………………………………………………43

5 小结……………………………………………………………………………………………45
致谢  ……………………………………………………………………………………………46
参考文献   ……………………………………………………………………………………48