实验设备管理系统的设计与实现.doc
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_05.gif)
《实验设备管理系统的设计与实现.doc》由会员分享,可在线阅读,更多相关《实验设备管理系统的设计与实现.doc(36页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、 西南科技大学毕业设计说明书(论文) 设计(论文)题目:实验管理系统的设计与实现 专 业: 信息管理与服务_准考证号:_ 4_姓 名: 马兴松_ 指导教师: 云贵全_ 2013年7月25日摘 要现今实验室管理一般都以办公人员进行批次记录,其的繁索给具有强烈时间观念的办公人员带来了诸多不便,实验室设备管理缺少一种完善的设备管理软件,为了对设备基本情况管理方便,开发人员完成了全面的调查与分析,同时与目标用户进行了多次深入沟通,并在次基础上着手开发实验室管理系统软件。通过课程设计,让学生能够全面了解数据库应用系统的整个开发过程,验证课堂教学中的理论,掌握数据库系统的基本概念,基本原理及应用技术,掌握
2、SQL语言,真正实现实践检真理。信息社会的高科技,商品经济化的高效益,使计算机的应用已普及到经济和社会生活的各个领域。实验室设备管理迫切需要与计算机联系,不仅可以减轻办公人员的工作同时更能让实验室设备系统管理。计算机虽然与人类的关系愈来愈密切,还有人由于计算机操作不方便继续用手工劳动。为了适应现代社会人们高度强烈的时间观念,实验室设备管理系统软件将会为实验室设备管理带来了极大的方便。在我们生活的21世纪里计算机技术已经在各行各业中发挥着不可替代的作用。当前越来越多的商业、企事业单位已经将计算机技术应用于日常的管理工作,以信息技术为主要标志的科技进步日新月异,高科技成果向现实生产力的转化越来越快
3、。实验设备管理系统根据实验设备的报修、报检、统计等,这样为实验设备的日常维护与管理提供了极大地方便,同时也进一步规范了实验设备的管理,为实验设备的管理向着信息化迈出了重要的步伐。本论文将介绍办实验管理系统的设计和开发过程,本系统采用Visual Studio作为开发工具,SQLServer作为后台数据库,这是经典的单机版数据库管理信息系统开发组合。通过参与此系统的开发,可以了解信息管理系统的需求分析、设计和实现的完整过程,掌握SQL Server数据库的基本管理方法、常用SQL语言的使用方法以及Visual Studio的数据库开发技术,积累有效的数据库应用系统实战经验。为日后的管理工作带来了
4、极大地便利。关键词: 实验设备管理系统;实验用品管理;设备ABSTRACTCurrent laboratory management generally to office staff for batch record, the complexity of cable for a strong concept of time is office workers brought inconvenience, laboratory equipment management lacks a kind of perfect equipment management software, in order
5、 to be convenient for equipment basic information management, developers, completed a comprehensive investigation and analysis, at the same time held several in-depth communication with the target user, and based on time to the laboratory management system software development.Through the curriculum
6、 design, let the students to fully understand the whole development process of database application system, verify the theory of classroom teaching, master the basic concept of database system, basic principle and application technology, grasp the SQL language, realize practice test truth.Informatio
7、n society the high-tech, goods of contract high benefit, make the application of computer has spread to various fields of economic and social life. Lab equipment management is an urgent need to contact the computer, not only can reduce the work of office personnel at the same time, more can let the
8、lab equipment management system. Although computer and human relations more and more close, and because the computer operation is not convenient to continue to use manual Labour. In order to adapt to the modern society people highly strong time concept, laboratory equipment management system softwar
9、e will have brought great convenience for laboratory equipment management.In the 21st century we live in computer technology have played an irreplaceable role in all walks of life. Currently more and more business, enterprises and institutions have computer technology was applied to the daily manage
10、ment work, information technology as the main symbol of rapid progress in science and technology and the transformation of high-tech achievements into real productivity faster and faster.Laboratory equipment management system according to the experimental equipment of the repair, inspection, statist
11、ics, etc., such as lab equipment routine maintenance and management provides a convenient greatly, and further standardize the management of experimental equipment and experimental equipment of management towards informatization is an important step.Do experiment management system this paper introdu
12、ces the design and development process, the system adopts Visual Studio as a development tool, used as background database, this is the classic stand-alone database management information system development portfolio. Through participate in the development of this system, we can understand the deman
13、d of information management system analysis, design, and implementation of a complete process, master the basic SQL Server database management method, the methods of use of SQL language and Visual Studio database development technology, efficient database application system of actual combat experien
14、ce. For future management work has brought great convenience.Keywords: Laboratory equipment management system; Experiment supplies management; equipment目 录第1章 系统概述11.1 实验设备管理系统开发背景11.2 任务概述11.3 项目开发计划21.4 模块设计2第2章 相关技术与开发工具简介32.1 Microsoft Visual Studio 2010简介32.2 Microsoft SQL Server 2008R24第3章 数据库
15、分析与设计63.1 数据库分析63.2 数据库设计63.2.1 数据库数据清单63.2.2 数据表63.3 办公用品管理系统数据库图8第4章 详细设计与实现94.1 登录模块94.1.1 简要说明94.1.2 程序逻辑94.1.3 界面设计104.2 管理界面模块114.3 功能模块设计及部分代码124.3.1 实验设备管理信息模块124.3.2设备报修信息管理模块164.3.4 实验设备报废管理模块194.3.5 用户管理模块22第5章 逻辑模型设计和优化255.1逻辑模型设计和优化25第6章 系统测试266.1 测试计划266.1.1 测试方案266.1.2 测试的原则266.2 测试结果
16、说明276.2.1 登录测试276.2.2 信息测试27结 论28致 谢29参考文献30第1章 系统概述1.1 实验设备管理系统开发背景近年来,随着计算机技术渗透到各个领域,利用计算机技术管理已成为实验设备管理的必然趋势。学校应注重培养技术应用性人才,使学生毕业后能够较快地适应工作环境,因此,学校的实验教学在培养学生的过程中起着不可忽视的作用。随着学校教学及实验室各项改革的深入,以往实验室设备的手工管理模式已越来越体现出问题与不足,由于设备的购入、借出及报废的情况比较频繁,有时借出的设备到年底就想不起来是谁借的了,每年年底实验室评估,有时难以做到帐物相符,要想做到随时查询某一台设备在哪里则更是
17、一件困难的事。因此,为了加强实验室教学建设,充分发挥实验仪器的利用率,一套实验设备管理信息系统的开发也就尤其重要。管理信息系统(MIS)是一门边缘学科,集管理科学、信息科学、系统科学、现代通信技术和电子计算机技术于一体。1985年,管理信息系统创始人,明尼苏达大学卡尔森管理学院的著名教授戴维斯(Gordon.B.Davis)给出了一个具有代表性的定义:“管理信息系统是一个利用计算机硬件和软件,手工作业、分析、计划、控制和决策模型以及数据库的用户机器系统。它能提供信息支持企业或组织的运行、管理和决策功能。”随着网络技术的出现,管理信息系统又有了新的必恭必敬,基于网络的管理信息系统不断出现,管理信
18、息系统的概念模型也发生了相应的变化,许多学者对管理信息系统给出了新的定义。例如劳顿认为:“管理信息系统是一个基于计算机的信息系统,它通过收集、处理、存储和扩散信息,来支持组织的管理、决策、合作、控制、分析活动,并使之可视化。”一套实验设备管理系统正是基于意义而开发设计出来的,它通过系统的记录实验设备的信息从而对设备进行日常的管理与维护。本系统主要具备对实验设备管理系统的报修、报废、统计、分类等进行管理。1.2 任务概述结构功能层次图实验设备管理系统设备管理设备报修信息设备报废信息新增设备管理设备用户管理图1.1 结构功能层次图1.3 项目开发计划表1.1 开发计划实施方案时间完成项目2013年
19、04月11日2013年04月25日系统分析、 数据库设计2013年04月26日2013年05月16日实现实验设备的增加、报修、报检2013年05月18日2013年05月25日详细设计、系统测试2013年05月26日2013年06月01日完成毕业设计总结1.4 模块设计1管理员模块:填写已分配的用户名,填写正确的密码,进入主控制程序2实验设备管理模块:实现对设备的添加,修改,删除,查询。3实验设备报修模块:实现设备的报修的基本操作。4实验设备报废模块:对实验设备进行报废记录与管理。第2章 相关技术与开发工具简介本系统使用开发软件Microsoft Visual Studio 2010进行开发,使
20、用Microsoft SQL Server 2008R2作为后台数据库设计,利用ASP.net语言编写代码,配合功能强大的SQL Server查询语言实现建立关系数据库、访问数据库、对数据库内容的更新。2.1 Microsoft Visual Studio 2010简介Visual Studio是微软公司推出的开发环境。是目前最流行的Windows平台应用程序开发环境。Visual Studio 2010版本于2010年4月12日上市,其集成开发环境(IDE)的界面被重新设计和组织,变得更加简单明了。Visual Studio 2010同时带来了 NET Framework 4.0、Micro
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 实验 设备管理 系统 设计 实现
![提示](https://www.taowenge.com/images/bang_tan.gif)
限制150内