1 / 30
文档名称:

毕业设计(论文)-VB6.0机房学生上机管理系统设计.doc

格式:doc   页数:30
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计(论文)-VB6.0机房学生上机管理系统设计.doc

上传人:3346389411 2013/4/2 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-VB6.0机房学生上机管理系统设计.doc

文档介绍

文档介绍:摘要
本论文以西电基础教学实验中心学生上机管理系统为背景,论述了管理信息系统的概念,结构及系统开发的基本原理和方法。全文共分为绪论、开发方法的选择、系统分析、系统设计、系统实施、结束语等六章。首先论述了该系统的开发背景和系统的简单介绍;然后,讨论了结构化生命周期法、原型法和面向对象这三种开发方法的技术,根据需要选择合适的开发方法;结合本系统详细阐述了系统分析、系统设计的技术及应用,尤其在机房管理人员和上机人员的交流方面采用了C/S结构进行解决;此文还论述了在开发过程中遇到的问题及学到的东西。通过开发这个机房学生上机管理系统,进一步明确了开发研制一个管理信息系统的方法和思想,加深了对管理信息系统的认识,巩固了以前所学的信息系统开发方面的知识,提高了软件开发的水平,为今后在工作岗位上学好用好计算机打下了坚实的基础。
关键词:VISUAL BASIC 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 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 munion 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 MIS(Management Information System) Development of system OO(Object Oriented)
目录
第1章绪论………………………………………………………1
系统开发的背景…………………………………………………1
管理信息系统的产生…………………………………………1
管理信息系统的发展…………………………………………2
系统简介…………………………………………………………2
系统特点………………………………………………………2
……………………………………………………3
第2章开发方法的选择…………………………………………4
软件工程方法概述………………………………………………4
结构化生命周期法简介…………………………………………4
快速原型法简介…………………………………………………5
面向对象的开发方法简介…………………………