毕业设计机房管理系统论文

上传人:cn****1 文档编号:496851412 上传时间:2023-03-01 格式:DOC 页数:51 大小:1.23MB
返回 下载 相关 举报
毕业设计机房管理系统论文_第1页
第1页 / 共51页
毕业设计机房管理系统论文_第2页
第2页 / 共51页
毕业设计机房管理系统论文_第3页
第3页 / 共51页
毕业设计机房管理系统论文_第4页
第4页 / 共51页
毕业设计机房管理系统论文_第5页
第5页 / 共51页
点击查看更多>>
资源描述

《毕业设计机房管理系统论文》由会员分享,可在线阅读,更多相关《毕业设计机房管理系统论文(51页珍藏版)》请在金锄头文库上搜索。

1、机房管理系统摘 要随着计算机技术的高速发展,管理信息系统的开发和应用仍然是计算机技术最广泛的应用领域之一。为此各学校,培训中心等单位建立起了机房供学生上机,机房的规范化管理也随之提上了日程。本文主要介绍了我们的毕业设计课题机房上机管理系统的各项功能及其实现过程。本论文以我校机房学生上机管理系统为背景,论述了该管理信息系统的结构,系统开发的基本原理,过程和方法。 全文详细阐述了系统的需求分析、系统分析、系统设计、程序界面的建立及程序代码的编写、总结与展望、致谢、参考文献等五章内容。在系统分析中,就可以通过具体的分析工具对所要完成的功能进行分析。在系统分析的过程中,运用了E-R图和业务流图对系统的

2、功能进行了分析,相应绘制出数据字典并进行数据库的建立;系统的用户界面十分简洁、实用,它主要实现管理员如何对普通用户进行授权,学生业余上机只能通过输入会员卡号、密码方可使用该计算机。系统由管理员一手操纵,它可对各计算机信息和用户信息进行查询、修改、删除、录入等操作。在办理新的会员信息及查看、修改、删除所有会员的信息,可通过输入查询条件,显示符合条件的会员记录以及显示这个会员的全部信息,并由管理员对其进行相应的操作,其它功能操作与此相同。结合本系统详细阐述了系统分析,系统设计的技术及应用,尤其在机房管理人员和交流方面采用了以Visual Basic6.0为开发语言 和SQL Server2000

3、作为后台数据库以及c/s结构进行解决。通过开发这个机房管理系统,进一步明确了开发研究一个管理信息系统的方法和思想,加深了对管理信息系统的认识,巩固了以前所学的信息系统开发方面的知识,提高了软件开发的水平,为今后在工作岗位上学好用好计算机打下了坚定的基础。关键字:管理系统、Visual Basic 6.0.、SQL Server2000AbstractWith the high-speed development of the computer technology, development and application of the management information system

4、 remain one of the most extensive applications of computer technology. Units such as every school for this reason, the training center,etc. set up the computer lab for students to operate the computer, the standardized management of the computer lab is thereupon brought into schedule too. This text

5、has mainly introduced our graduation project subject -Every function of the administrative system that the computer lab operates the computer and realizing the course. Thesis this operate the computer with student, computer lab of our school, administrative system as background, describe structure o

6、f the management information system this, basic principle that system develop, course and method. Systematic demand analysis that the full text has been explained in detail, contents of chapter five such as network analysis, systematic design, setting-up and writing, summary, prospect, thanking, ref

7、erences of procedure code of procedure interface. In network analysis, can analyze functions finished through the concrete analysis tool. In the course of network analysis, have used E-R picture and business to flow and pursue to analyze the function of the system, draw out the data dictionary and c

8、arry on the setting-up of the database correspondingly; Systematic users interface is very succinct, practical, it mainly realizes how the administrator authorizes ordinary users, student it is can only through input membership card No., password can use this computer for spare time not to operate t

9、he computer. The system is handled all alone by the administrator, it can inquire, revise, delete, input etc. and operate to every computer information and users information. Handling new members information and information of looking over, revising, deleting all members, can through input condition

10、 of inquiring, reveal eligible member record and reveal the all message of member, and the administrator carries on corresponding operation to it, it is the same as this that other functions are operated. Combining this system has explained network analysis in detail, technology and application that

11、 the system is designed, have especially adopted and regarded Visual Basic6.0 as and developed language and SQL Server2000 to form as backstage supporters database and c/s in view of administrative staff of computer lab and exchanging Construct and solve.Through developing this computer lab administ

12、rative system, further developing the method for studying a piece of the management information system clearly and thought, have strengthened the understanding of the management information system, develop knowledge after consolidating the information system studied in the past, heighten the level o

13、f software development, go to school handy kind computer lay firm foundation in work position in the future. Key words: Administrative system , Visual Basic 6.0. ,Sql Server2000 目 录摘 要IAbstractII第1章 绪 论11.1 软件开发背景11.2 功 能 概 述21.3 系 统 特 点31.4 编 写 目 的31.5 意 义4第2章 相关技术介绍52.1 Visual Basic概述52.2 Visual B

14、asic 特点52.3 SQL Server 2000数据库52.4 高级数据访问对象ADO介绍62.4.1 OLEDB和通用数据访问72.4.2 OLEDB体系结构概述72.4.3 ActiveX数据对象(AD0)92.4.5 ADO体系结构112.5在Visual Basic中添加ADO对象的引用13第3章 可行性分析143.1 可行性研究143.1.1 基本要求143.1.2 功能需求143.1.3外部功能143.1.4 具备条件153.1.5 可行性研究的方法153.2 可行性分析153.3 社会因素的可行性163.4 结论16第4章 软件设计184.1 总体设计184.1.1 项目规

15、划184.1.2 系统基本情况描述184.1.3 数据分析与编码设计194.1.4 数据库设计204.2 系统数据模块流程图254.3 功能模块设计274.3.1 功能分析274.3.2 主要模块代码38总 结72致 谢73参考文献74第1章 绪 论1.1 软件开发背景随着科学技术的不断提高,计算机科学日渐成熟,其强大的功能已为人们深刻认识,它已进入人类社会的各个领域并发挥着越来越重要的作用。作为计算机应用的一部分,使用计算机对单位的各项事务进行科学化的管理有着无法比拟的优点。例如:查找方便、迅速、可靠性高、存储量大、保密性好、寿命长、成本低等。这些优点能够极大地提高公司的工作效率,也是公司管理科学化、正规化并与世界接轨的重要条件。生产技术的进步,社会活动的复杂化,特别是电子信息技术的迅速发展与广泛应用,使得各种管理工作越来越依赖于对信息的管理。信息作为一种资源,使得人们的工作、生活以及思维方式发生了重大的变革,为企业的生产与经营提供了日益完善的手段。信息的采集、传输、加工和利用成为人们特别是信息工作者的主要活动。企业经理的百分之八十的时间用于信息的传输与处理,一些西方发达国家从事信息处理工作的人数多,在二十世纪八十年代就已经占职工总数的百分之五十以上,而美国1993年政府报告“国家信息基础结构:行动计划”中指出“2/3的美国劳动者从事与信息有关的工作,其余1/3工作在高度依赖

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 建筑/环境 > 施工组织

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号