{$cfg_webname}
主页 > 计算机 > VB >

学生信息管理系统的设计与实现(新品)(VB+Access)

来源:56doc.com  资料编号:5D96 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D96
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

摘  要
随着学校的规模不断扩大,学生数量急剧增加,有关学生的各种档案也成倍增长。面对庞大的信息量,有必要开发学生信息管理系统来提高学生管理工作的效率。通过这样的系统,可以做到信息的规范管理、科学统计和快速查询,从而减少管理方面的工作量。
本文的学生信息管理系统是典型的信息管理系统,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。
系统是采用VISUAL BASIC6.0开发的一个数据库管理系统,后台数据库采用ACCESS。说明书主要讲述了VISUAL BASIC6.0的基本功能及设计方法。紧接着以本系统为例,逐一介绍开发本系统的步骤:系统分析、系统设计、系统实现、系统维护。在系统分析中先后用数据流图、系统的功能结构图分析了系统所需的各种数据。在系统的设计中,详细的展现了系统的各个功能模块。所需的数据库表及表字段。菜单的设计等。在系统的实现中,给出了实现表单中相应的功能控件的事件及代码。以及菜单实现的方法。文章的最后则给出了本系统的主要功能运行界面图。

关键词:数据库,管理系统,VB,ADO
 
Student Information Management System
Abstract
    With the expanding of school and the sharp increasing of students, students' information becomes larger and larger. Facing the huge number of information, it is necessary to develop an information management system of students to improve the efficiency of work. It can provide standard management, science statistics and rapid inquiry of students' information.
In this paper, the Student information management system is typical of the information management system, including development of its key database background to the establishment and maintenance of front-end applications and the development of the two areas. Regarding the former requirement to establish data consistency and integrity of strong data security for good. As for the latter demanded the application functions, and easy-to-use features.
System adopts a data base management system that VISAUL BASIC6.0 developed. This design instruction has told the basic function of ACCESS and design method mainly .This design instruction has told the basic function of VISAUL BASIC6.0 and design method mainly. And then take this system as an example; recommend developing the step of this system one by one: Network analysis, designs system atically, realizes systematically, safeguards systematicallying. Successively with dataflow picture, data dictionary, function structure chart various kinds of datum analyticl system take of system in network analysis. In the design of the system, detailed each function module which has represented the system. Necessary database form and literary name section. Design of the menu, etc. In the realization of the system, provide and realize the incidents and codes of the corresponding function controlling part among forms. And the method that the menu realize. Provide the main function source code of this system at the end of the article.

Key words: Database, Management System, VB, ADO
 











目 录
任务书 I
摘  要 II
ABSTRACT III
第1章 绪  论 1
1.1项目开放背景 1
1.2项目开发的目的 1
1.3项目开发的目标 2
1.4项目提出的意义 2
1.5系统软件开发环境简介 3
第2章 学生信息管理系统分析 4
2.1 功能分析 4
2.2 系统运行分析 4
2.3 可行性分析 5
2.4系统业务流程分析 5
2.5系统数据流程分析 7
第3章 系统设计 9
3.1系统总体方案 9
3.2 功能模块设计 10
3.3 系统总体功能模块 10
3.3.1信息管理模块 10
信息管理模块见图3.3。 10
3.3.2 信息查询模块 11
3.3.3 用户管理模块 12
3.3.4系统管理模块 12
3.4 数据库概念结构设计 12
3.4.1设计局部ER模式 13
3.4.2设计全局ER模式 13
3.4.3全局ER模式的优化 13
(毕业设计)
3.5数据库的逻辑结构设计 14
3.6数据库物理设计 15
第4章 系统实现 18
4.1数据库与VB的连接 18
4.2登录模块 18
4.3学生基本信息管理 21
4.4 考试成绩管理 23
4.5班级管理 26
4.6家长管理 27
4.7课程管理 28
4.8学校信息管理 29
4.9学生信息查询 30
4.10学生成绩查询 31
4.11班级成绩查询 31
4.12 用户管理 32
第5章 结  论 33
参考文献 34
致 谢 35

推荐资料