计算机机房管理系统论文
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
摘要
本论文以西电基础教学实验中心学生上机管理系统为背景,论述了管理信息系统的概念,结构及系统开发的基本原理和方法。全文共分为绪论、开发方法的选择、系统分析、系统设计、系统实施、结束语等六章。首先论述了该系统的开发背景和系统的简单介绍;然后,讨论了结构化生命周期法、原型法和面向对象这三种开发方法的技术,根据需要选择合适的开发方法;结合本系统详细阐述了系统分析、系统设计的技术及应用,尤其在机房管理人员和上机人员的交流方面采用了C/S结构进行解决;此文还论述了在开发过程中遇到的问题及学到的东西。通过开发这个机房学生上机管理系统,进一步明确了开发研制一个管理信息系统的方法和思想,加深了对管理信息系统的认识,巩固了以前所学的信息系统开发方面的知识,提高了软件开发的水平,为今后在工作岗位上学好用好计算机打下了坚实的基础。
关键词:VISUAL BASIC 6.0 MIS 系统开发面向对象
Abstract
The paper is based on the student operate cumputer management of Basic Teaching Experiment Center of Xidian Uniersity,It discusses the concept and method about MIS(management information system) and the basic theory and method about system develop,The whole paper can be divided into six chapters including Introduction,the option of Developing Method,Systems Analysis,Systems Design,the Realication of System, Tag and so on.First of all,it discussis develop background and synopsis of this system;then,it discussis three technologies of developing methods,namely,it involves in the way of SDLC(StructuredDevelopment Life Cycle),the way of Prorotype,the way of OO(Object Oriented),and the way of this system;it elaborately expound the technologies and appviation of Systems Analysis and System Design,especially the communion between Management and Students by meas of C/S(Client/Server);it also discussis the question and the knowledge during develop this system;during develop this system, I understand the thinking and method of develop MIS. Advance the level of software develop, ground for future.
[Key Word] VISUAL BASIC 6.0 MIS(Management Information System) Development of system OO(Object Oriented)
目录
第1章绪论 (1)
1.1 系统开发的背景 (1)
1.1.1 管理信息系统的产生 (1)
1.1.2 管理信息系统的发展 (2)
1.2 系统简介 (2)
1.2.1 系统特点 (2)
1.2.2系统实用性 (3)
第2章开发方法的选择 (4)
2.1 软件工程方法概述 (4)
2.2 结构化生命周期法简介 (4)
2.3 快速原型法简介 (5)
2.4 面向对象的开发方法简介 (6)
2.5 本系统开发方法的选择 (7)
第3章系统分析 (9)
3.1 系统分析的概念 (9)
3.2 系统的初步调查 (9)
3.3 可行性研究 (9)
3.3.1 开发新系统的经济可行性 (9)
3.3.2开发新系统的技术可行性 (10)
3.3.3 开发新系统的组织管理可行性 (10)
3.3.4 操作可行性 (11)
3.4 系统的详细调查 (11)
3.5 新系统逻辑模型的提出 (11)
3.5.1 数据流图 (12)
3.5.2 数据字典 (12)
第4章系统设计 (16)
4.1 系统设计的概念 (16)
4.2 系统总体设计 (16)
4.2.1 系统总体布局方案的确定 (16)
4.2.2 系统总体功能结构的设计 (16)
4.3 系统详细设计 (16)
4.3.1 代码设计 (16)
4.3.2 数据库设计 (18)
4.3.3系统物理配置方案设计 (21)
4.3.4 用户界面设计 (21)
第5章系统实施 (25)
5.1 系统开发工具的选择 (25)
5.2 数据库产品的选择 (25)
5.3 开发平台的选择 (25)
5.4 程序设计 (25)
第6章结束语 (27)
6.1 所做工作及收获 (27)
6.2 进一步的展望 (27)
致辞 (28)
参考文献 (28)
附录 (29)