基于VB的新生报到注册系统
摘 要
随着信息技术在管理上越来越深入而广泛的应用,管理信息系统的实施在技术上已逐步成熟。管理信息系统是一个不断发展的新型学科,任何一个单位要生存要发展,要高效率地把内部活动有机地组织起来,就必须建立与自身特点相适应的管理信息系统。
本文介绍了在Visual Basic6.0环境下采用“自上而下地总体规划,自下而上地应用开发”的策略开发一个管理信息系统的过程。文章介绍了新生报到注册信息系统的系统分析部分,包括可行性分析、业务流程分析等;系统设计部分主要介绍了系统功能设计和数据库设计及代码设计;系统实现部分说明了几个主要模块的算法,本系统界面友好,操作简单,比较实用。
【关键字】:
管理信息系统,Visual Basic应用,ACCESS。
STUDENT MANAGEMENT INFORMATION SYSTEM BASED ON VISUAL BASIC
Abstract
With more and more widespread and profound application of information technology in management, the implement of management information system has become mature in technology step by step. Managing information system is a new subject. Enterprise needs existence and development, so enterprise activities should be organized efficiently and organically, which means tightening up the enterprise management and strengthening effective management of any resource (staff, finance, property, etc.) internal the enterprise, and also establishing a management information system fitting in with its own characteristics.
This article introduces the detailed process of exploring a management information system under the environment of visual foxpro, utilizing “Top-Bottom” overall plan and a strategy according to “Bottom-Top” application and exploitation. That is to establish a set of effective scheme for student management by computer, through analyzing disadvantages of student management by human resources. This article emphasizes on three sections. The system analysis section of student management information includes feasible analysis, management function analysis.The system design section mainly focuses on system function design and data base design and data number design. And the system realization section has provided several major function , together with the main windows and programs.
This economical and pragmatic system has explicit interface, with simple operation.
[Keywords] : MIS;visual basic application;Access
目 录
中文摘要 1
英文摘要 2
一、 系统概述 5
1.1 系统及需求分析 5
1.1.1 系统需求 5
1.1.2 可行性分析 5
1.2 系统设计的背景 5
1.3 系统的功能简介 7
1.4 系统开发的目标 8
二、 系统分析 9
2.1 业务流程分析 9
2.2 数据流程分析: 10
2.3 功能分析:功能层次图 14
三、 系统设计 15
3.1 软件模块结构设计 15
3.2 数据库设计 15
四、 系统的功能 21
4.1 系统登陆界面: 21
4.2 系统主界面: 23
4.3 用户管理模块: 33
五、 系统的实现 47
5.1 系统开发环境: 47
5.2 系统测试: 47
5.3 系统运行与维护: 47
六、 全文总结 48
致 谢 49
参考文献 50
一、 系统概述
本新生报到注册系统可以说是一个综合性的学校学生管理系统,这它集成了学生学籍管理系统、学生档案管理系统等多种功能,因而具有较强的实用性和先进性。
1.1 系统及需求分析
1.1.1 系统需求
通过调查,要求系统需要有以下功能:
(1) 由于操作人员的计算机知识普遍较差,要求有良好的人机界面;
(2) 由于该系统的使用对象多,要求有较好的权限管理;
(3) 原始数据修改简单方便,支持多条件修改
(4) 方便的数据查询,支持多条件查询;
(5) 在相应的权限下,删除数据方便简单,数据稳定性好;
(6) 数据计算自动完成,尽量减少人工干预;
1.1.2 可行性分析
由于本系统管理的对象单一,都是在校学生,且每个数据内容具有较强的关联性,涉及的计算过程不是很复杂。因此,比较适合于采用数据库管理。且学校用于学生管理的微机都是PIII以上的机器,在存储量、速度方面都能满足数据库运行的要求。在技术难度方面,由于有指导老师的指导和相关参考文献,特别是网上资料,特别是参考其它程序的功能,因此完全可以实现。