学生管理系统的设计与实现(VB+ACCESS)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:


摘  要
 随着信息技术科学在管理上越来越深入而广泛的应用信息管理系统的实施在技术上已经逐步成熟。信息管理系统是一个不断发展的新型专业,任何一个单位要生存要发展,要高效率的把内部活动有机的组织起来,就必须建立自身特点相适应的管理信息系统。
随着近年来高校扩招政策的出台,高职学院的办学规模不断扩大,学生数量急剧增加,面对庞大的信息量,如何提高资源的利用率,做到信息的规范管理、科学统计和快速查询,已成为学生信息管理乃至整个学校管理的重点。针对目前学生多,手工管理困难的特征,开发此套学生信息管理系统来减轻我校的学生管理压力。
本论文就是针对学生管理系统的一个研制报告。详细描述了本系统的需求分析,系统设计,软件概要设计,详细设计和实现。学生信息管理系统实现的主要功能为:超级管理员有查看,添加,删除,修改学生基本信息和成绩信息的权限。普通用户有查看,打印权限。

关键字:学生信息管理,ODBC, VB6.0,ACCESS
Design and Implementation of the student management System
Abstract
As information technology subjects in more depth and extensive Application management information management systems implementation Technology has gradually matured. Information management system is a continuous development of a new profession, any one unit to survive, to develop and efficient internal campaign to organizing themselves, it is necessary to establish its own characteristics compatible with the management of information systems.
with the deepening of educational reform of our country and the issued expanding enrollment policy ,the number of enrolled students of higher technical institutes is increasing rapidly. How to increase the utilization rate and carry out normative management, reasonable statistic and fast search has become the focus of students’ information management department and even the focus of the whole college. In view of the current school students, the characteristics of the manual management difficulties, the development of student information management system, management has reduced the pressure on our school students .
This paper is a product of development and manufacturing Report Detailed description of the module needs analysis, system design, software design and a summary, detailed design and implementation .student information
Management system for the main function student:
 Super managers have such authority as access, addition , deletion modification
The general users can to access and print the information.

Keyword: student information management, ODBC, VB6.0, ACCESS

学生管理系统是根据学院设计的,根据功能操作的不同,具体分为以下两个部分。第一部分:管理员可以根据学院需要对相关学生的基本数据和成绩数据进行相应的增加,删除,修改,对维护过后的数据进行查看是否正确,并可以对相关的学生信息进行报表打印。第二部分:一般用户(例如老师,学生)可以进行查询相关学生的基本信息和成绩信息,查看学生所在系别的信息,同时也可以对学生信息进行报表打印操作。

本论文的组织结构如下所述:
第一章,    这一章主要介绍了系统开发的背景,本系统开发介绍与系统的使用范围和技术开发。着重阐述了系统的开发背景和系统的开发技术。
第二章,    从可行性角度进行研究,对系统开发中所涉及到的经济,法律,技术等可行性一一作了研究,证明系统开发是合法和必要的。同时还预计了将来系统开发或实现应用中可能存在的问题,并提供了解决方案。
第三章,    通过对用户对象的访问,以及对现有学生信息管理现状的研究,写出系统开发的技术需求,功能需求以及系统的数据流图。
第四章,    主要分模块对系统各模块功能进行设计,画出各个模块功能略图,作为详细设计和各模块功能的具体实现做好铺垫。同时简历系统数据库设计,简要介绍系统的集成开发环境。
第五章,    以第四章作为各模块设计的功能图,画出个功能模块实现的流程图,并依据个流程图编写出各功能的代码。
第六章,    该章介绍软件测试。

目   录   15000字
毕业设计(论文)任务书    I
摘  要    II
Abstract    III
第1章  系统简介    1
1.1 系统开发背景    1
1.2 系统简介及使用范围    1
1.3论文组织结构    1
第2章 可行性分析    3
2.1 经济可行性分析    3
2.2 技术可行性分析    3
2.2.1 visual basic应用程序组成及工作方式    3
2.2.1 Access 的功能特点    4
2.3法律可行性分析    5
2.4可能存在的问题    7
第3章 需求分析    8
3.1 c/s模式管理系统及特点    8
3.2 系统分析    8
3.2.1 组织结构分析    8
3.2.2 业务流程分析    10
3.2.3 数据流程分析    11
3.2.4 数据字典    12
第4章 数据库设计    15
4.1 数据库介绍    15
4.1.1 数据库概述    15
4.2 数据库设计    16
4.2.1 概念设计    16
4.2.2逻辑设计    18
4.2.3物理设计    19
4.3 建立数据库链接    21
第5章 详细设计    24
5.1系统功能模块图    24
5.2 系统程序文件设计与编写    25
第6章 系统测试与结果分析    36
6.1 系统测试方法与概述    36
6.2 系统功能测试    36
6.3 系统错误处理测试    37
6.3.1 系统测试出现的问题    37
6.3.2 系统测试出现问题的解决方法    37
第7章  结束语    38
附 录    39
附录A    39
附录B    39
参考文献    40
致 谢    42