I
摘 要
随 着 信 息 技 术 在 管 理 上 越 来 越 深 入 而 广 泛 的 应 用 , 管 理 信
息 系 统 的 实 施 在 技 术 上 已 逐 步 成 熟 。 管 理 信 息 系 统 是 一 个 不 断
发 展 的 新 型 学 科 , 任 何 一 个 单 位 要 生 存 要 发 展 , 要 高 效 率 地 把
内 部 活 动 有 机 地 组 织 起 来 , 就 必 须 建 立 与 自 身 特 点 相 适 应 的 管
理 信 息 系 统 。
本 文 介 绍 了 在 Visual Basic6.0 环 境 下 采 用 “ 自 上 而 下 地
总 体 规 划 , 自 下 而 上 地 应 用 开 发 ” 的 策 略 开 发 一 个 管 理 信 息 系
统 的 过 程 。 通 过 分 析 某 一 学 校 学 生 管 理 的 不 足 , 创 建 了 一 套 行
之 有 效 的 计 算 机 管 理 学 生 的 方 案 。 文 章 介 绍 了 学 生 管 理 信 息 系
统 的 系 统 分 析 部 分 , 包 括 可 行 性 分 析 、 业 务 流 程 分 析 等 ; 系 统
设 计 部 分 主 要 介 绍 了 系 统 功 能 设 计 和 数 据 库 设 计 及 代 码 设 计 ;
系 统 实 现 部 分 说 明 了 几 个 主 要 模 块 的 算 法 , 本 系 统 界 面 友
好 , 操 作 简 单 , 比 较 实 用 。
【 关 键 字 】:
管 理 信 息 系 统 、 学 生 管 理 、 Visual Basic 应 用 。
II
Summary
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”
III
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、 student management、 visual basic application
IV
摘 要 ........................................................I
Summary .....................................................II
1.系统概述 ...................................................1
1.1 系统及需求分析.................................................................................1
1.1.1 系统需求..................................................................................1
1.1.2 可行性分析...............................................................................1
1.2 系统设计的背景..................................................................................5
1.3 系统的功能简介..................................................................................8
1.4 系统开发的目标................................................................................10
2. 系统分析 .................................................11
2.1 业务流程分析....................................................................................11
2.2 数据流程分析:................................................................................13
2.3 数据存储分析:实体联系图............................................................14
2.4 功能分析:功能层次图....................................................................16
3.系统设计 ..................................................17
3.1 软件模块结构设计............................................................................17
3.2 数据库设计......................................................................................18
4.系统的功能 ................................................23
4.1 系统登陆界面:..............................................................................23
4.2 系统主界面:..................................................................................26
4.3 用户管理模块:..............................................................................38
4.4 学生缴费管理模块:......................................................................43
5.系统的实现 ................................................55
5.1 系统开发环境:..............................................................................55
5.2 系统测试:........................................................................................55
5.3 系统运行与维护:...........................................................................58
5.4 系统的转换方案:..........................................................................59
6.全文总结 ..................................................60
致 谢 ......................................................61
参考文献 ....................................................62
1
1.系统概述
本学生信息管理系统可以说是一个综合性的学校学生管理系统,这它
集成了学生学籍管理系统、学生成绩管理系统、学生档案管理系统、学生
缴费管理系统等多种功能,因而具有较强的实用性和先进性。
1.1 系统及需求分析
1.1.1 系统需求
通过调查,要求系统需要有以下功能:
⑴ 由于操作人员的计算机知识普遍较差,要求有良好的人机界面;
⑵ 由于该系统的使用对象多,要求有较好的权限管理;
⑶ 原始数据修改简单方便,支持多条件修改
⑷ 方便的数据查询,支持多条件查询;
⑸ 在相应的权限下,删除数据方便简单,数据稳定性好;
⑹ 数据计算自动完成,尽量减少人工干预;
1.1.2 可行性分析
由于本系统管理的对象单一,都是在校学生,且每个数据内容具有较
强的关联性,涉及的计算过程不是很复杂。因此,比较适合于采用数据库
管理。且学校用于学生管理的微机都是 PIII 以上的机器,在存储量、速
度方面都能满足数据库运行的要求。在技术难度方面,由于有指导老师的
指导和相关参考文献,特别是网上资料,特别是参考其它程序的功能,因
此完全可以实现。