安徽工贸职业技术学院
Vocactional & Technical
College of Industry & Trade 毕 业 论 文
学生信息管理系
Student information management system
所在系院: 计 算 机 技 术 系 专业班级: 计 算 机 应 用 技 术 2 班 学生学号: 2010030228 学生姓名: 茆强 指导教师: 王倩
2013年 3 月 4 日
- 1 - - 1 -
Anhui 安徽工贸职业技术学院
学生信息管理系统
【摘要】
随着信息技术在管理上越来越深入而广泛的应用,管理信息系统的实施在技术上已逐步成熟。管理信息系统是一个不断发展的新型学科,任何一个单位要生存要发展,要高效率地把内部活动有机地组织起来,就必须建立与自身特点相适应的管理信息系统。
本文介绍了在Visual Basic6.0环境下采用“自上而下地总体规划,自下而上地应用开发”的策略开发一个管理信息系统的过程。通过分析某一学校学生管理的不足,创建了一套行之有效的计算机管理学生的方案。文章介绍了学生管理信息系统的系统分析部分,包括可行性分析、业务流程分析等;系统设计部分主要介绍了系统功能设计和数据库设计及代码设计;系统实现部分说明了几个主要模块的算法,本系统界面友好,操作简单,比较实用。
【关键字】
管理信息系统、学生管理、Visual Basic应用。
- 1 - - 1 -
安徽工贸职业技术学院
[Abstract]
With the application of information technology in management more and more thorough and widespread, management information systems implementation, technology has gradually matured. Management information system is a continuous development of new disciplines, any one unit to survive and develop, efficient activities of the internal organization of organic, it must establish a management information system fitting in with its own characteristics.
This paper introduces the adoption of the \-down to the overall planning in the Visual Basic6.0 environment, from the bottom of Shangdi application development\strategy to develop a management information system process. Through the analysis of a school student management insufficiency, founded a set of effective scheme for student management by computer. The system analysis section of student management information system, including feasibility analysis, business process analysis; system design part mainly introduced the system function design and the database design and the code design; the system realization part explained several main modules algorithm, this system friendly interface, simple operation, more practical.
Keyword.
Management information system, student management, Visual Basic application
- 1 - - 1 -
安徽工贸职业技术学院
目录
第一章 绪论 ???????????????????????????????????2
1.1 课题背景 ???????????????????????????????????2
第二章.系统概述 ?????????????????????????????????3
2.1 系统及需求分析????????????????????????????????3 2.1.1 系统需求 ?????????????????????????????????3 2.1.2可行性分析 ????????????????????????????????3 2.2 系统的功能简介????????????????????????????????4 2.2.1 项目规划 ?????????????????????????????????4 2.2.2系统管理模块?? ?????????????????????????????4 2.2.3班级管理模块 ???????????????????????????????5 2.2.4学生档案管理模 ??????????????????????????????5 2.2.5课程管理模块 ???????????????????????????????5 2.2.6成绩管理模块 ???????????????????????????????5 2.3 系统开发的目标 ???????????????????????????????5
第三章. 系统分析 ????????????????????????????????6
3.1业务流程分析 ?????????????????????????????????6 3.2数据流程分析 ????????????????????????????????7 3.3数据存储分析:实体联图 ???????????????????????????7 3.4功能分析:功能层次图?????????????????????????????8
第四章.系统设计 ?????????????????????????????????9
4.1模块结构设计 ?????????????????????????????????9 4.1.1系统方案确定????????????????????????????????9 4.1.2软件结构设计 ???????????????????????????????9 4.2数据库设计 ?????????????????????????????????10
第五章.系统的功能 ???????????????????????????????12
5.1系统登陆界面?????????????????????????????????12 5.2进入界面???????????????????????????????????14 5.2.1系统管理 ?????????????????????????????????14 5.2.2档案管理 ?????????????????????????????????15
结论 ????????????????????????????????????????19 致谢 ????????????????????????????????????????20 参考文献??????????????????????????????????????21
- 1 - - 1 -
安徽工贸职业技术学院
引言
信息社会的高科技,商品经济化的高效益,使计算机的应用已普及到经济和社会生活的各个领域。计算机虽然与人类的关系愈来愈密切,还有人由于计算机操作不方便继续用手工劳动。为了适应现代社会人们高度强烈的时间观念,学生管理系统软件为教学办公室带来了极大的方便。该软件是以汉语编程语言为实现语言,其功能在系统内部有源代码直接完成。通过操作手册,使用者可以了解本软件的基本工作原理。操作人员只需输入一些简单的汉字、数字,即可达到自己的目的。现今班级的繁索给具有强烈时间观念的行政人员带来了诸多不便,教学办公室缺少一种完善的班级软件,为了对学生档案的管理方便,因此进行本设计。
因此,管理系统软件目前已有比较完善的管理与使用功能,并且是计算机行业中用POWERBUILDER编程来完成的软件成员。研制,学生管理系统软件是为了满足教学办公室对学生管理的方便,以现代化的创新思维模式去工作。
- 1 - - 1 -