本科毕业设计题目:高等学校机电专业实验室的设备管理系统
本科毕业设计专题题目:矿山机械实验室设备管理系统的建立
摘 要
随着计算机技术的发展,数十年前的那种手工操作已经远远不能跟上近代教育普及过程中设备管理信息化的需要。利用计算机运算速度快、准确的特性,使用计算机来处理设备管理过程中的信息,就不会发生信息遗漏的情形。通过此软件可以大大提高设备的管理效率,简化了传统的工作模式,从而使实验室的管理更加合理化和科学化。
本软件主要以中国矿业大学机电学院实验设备信息为背景设计,界面简洁、使用方便。该系统使用VB和Access编写,综合了两者的长处,实现了丰富的功能。本系统包含的功能有:数据管理如设备信息的添加、删除、修改、设备的借出与归还、数据查询、数据打印等基本功能;还有设备的迁移、用户管理如添加用户、删除用户、修改用户密码;系统维护包括备份、还原数据库文件;设备管理;查看、添加、创建设备视图的功能;以及常用外部工具如Word,计算器,记事本等工具的快速调用。
此软件的设计过程中充分考虑到了与用户的交互性,设计了大量的对话框来提醒用户的操作。总体来看,此系统操作方便,运行稳定,达到预计的效果。
关键词:VB ;Access ;软件设备管理系统;用户管理 ;机械视图
With the development of computer technology, the manual operation which used for decades has already couldn’t keep up with the needs of equipment management informationization. Considering the characteristic of computer, such as the quick speed, the exactitude, the situation such as the omission of information will not happen when the computer deals with the information during the equipment management. This software can greatly improve the efficiency of equipment management, meanwhile, it can simplify the traditional working mode, which made the management more rationalize and scientific.
This software was designed mainly based on the equipment information of School of Mechanical Engineering of China University of Mining And Technology. The show is pithy, and it’s easy to use. This system was designed by Visual Basic 6.0 and Access2000, colligated the advantages of the two softwares, carried out abundant functions. The functions of this software includes: data management such as equipment information increase, deletion, revision, the loaning and the restoring of the equipment, data inquiry, data printing and so on; the migration; the user management such as increase users, deletion users, the revision of the password; system maintenance including data backuping, restoring; equipment management; viewing, increase, establishment the mechanism views; the speedy transfer of the common tools of the Windows such as the Word, calculator, notepad.
It is fully considered the exchange with the users during the process of the software, so I designed a lot of dialog box to remind the operation. In a word, this system can operate expediently, run stably, and achieve the intending purpose.
Keyword: VB; Access; software; the equipments management system; the user management; mechanism view
目 录
1 绪论. 1
1.1国内外矿山机械实验室及其管理的概况. 1
1.2主要大型实验设备介绍. 1
1.3实验室管理现状与存在的问题. 4
1.4管理体制的讨论与改进. 5
2 设备管理系统的功能需求分析. 7
2.1设备管理系统的背景. 7
2.2开发管理系统的必要性. 7
2.3设备管理系统的功能分析. 8
3 主要技术介绍. 8
3.1 Visual Basic 6.0概述及所用关键控件介绍. 8
3.1.1 Visual Basic 6.0概述. 8
3.1.2所用关键控件介绍. 11
3.2 Microsoft Access 2000数据库概述. 13
3.3所用SQL语句简介. 15
3.4数据库相关介绍. 17
3.4.1数据库系统组成. 17
3.4.2数据库管理系统的功能. 18
3.4.3数据库的访问. 18
3.4.4 ADO数据控件属性. 19
3.4.5 ADO数据控件方法. 20
3.4.6 ADO数据对象. 20
3.5其他数据库操作语句简介. 23
3.6 ADO对象编程的大致流程. 26
3.7 eDrawing介绍. 28
3.8 设备管理. 30
4设备管理系统的设计. 32
4.1系统功能模块的划分. 32
4.2系统流程分析. 33
4.3数据库设计. 34
4.4公用模块的设计. 36
4.5登录窗体的设计. 37
4.6系统主窗体的设计. 37
4.7子模块的设计. 38
4.7.1数据管理模块的设计. 39
4.7.2数据查询模块的设计. 44
4.7.3设备迁移. 49
4.7.4设备管理. 50
4.7.5设备机械视图. 52
4.7.6系统维护. 53
4.7.7用户管理. 55
4.7.8常用外部工具. 58
5技术难点及总结. 58
5.1技术难点回顾. 58
5.2总结. 59
参考文献. 61
翻译部分. 62
英文原文. 62
中文译文. 69
致谢. 74
摘 要
随着计算机技术的发展,数十年前的那种手工操作已经远远不能跟上近代教育普及过程中设备管理信息化的需要。利用计算机运算速度快、准确的特性,使用计算机来处理设备管理过程中的信息,就不会发生信息遗漏的情形。通过此软件可以大大提高设备的管理效率,简化了传统的工作模式,从而使实验室的管理更加合理化和科学化。
本软件主要以中国矿业大学机电学院实验设备信息为背景设计,界面简洁、使用方便。该系统使用VB和Access编写,综合了两者的长处,实现了丰富的功能。本系统包含的功能有:数据管理如设备信息的添加、删除、修改、设备的借出与归还、数据查询、数据打印等基本功能;还有设备的迁移、用户管理如添加用户、删除用户、修改用户密码;系统维护包括备份、还原数据库文件;设备管理;查看、添加、创建设备视图的功能;以及常用外部工具如Word,计算器,记事本等工具的快速调用。
此软件的设计过程中充分考虑到了与用户的交互性,设计了大量的对话框来提醒用户的操作。总体来看,此系统操作方便,运行稳定,达到预计的效果。
关键词:VB ;Access ;软件设备管理系统;用户管理 ;机械视图
ABSTRACT
With the development of computer technology, the manual operation which used for decades has already couldn’t keep up with the needs of equipment management informationization. Considering the characteristic of computer, such as the quick speed, the exactitude, the situation such as the omission of information will not happen when the computer deals with the information during the equipment management. This software can greatly improve the efficiency of equipment management, meanwhile, it can simplify the traditional working mode, which made the management more rationalize and scientific.
This software was designed mainly based on the equipment information of School of Mechanical Engineering of China University of Mining And Technology. The show is pithy, and it’s easy to use. This system was designed by Visual Basic 6.0 and Access2000, colligated the advantages of the two softwares, carried out abundant functions. The functions of this software includes: data management such as equipment information increase, deletion, revision, the loaning and the restoring of the equipment, data inquiry, data printing and so on; the migration; the user management such as increase users, deletion users, the revision of the password; system maintenance including data backuping, restoring; equipment management; viewing, increase, establishment the mechanism views; the speedy transfer of the common tools of the Windows such as the Word, calculator, notepad.
It is fully considered the exchange with the users during the process of the software, so I designed a lot of dialog box to remind the operation. In a word, this system can operate expediently, run stably, and achieve the intending purpose.
Keyword: VB; Access; software; the equipments management system; the user management; mechanism view
目 录
1 绪论. 1
1.1国内外矿山机械实验室及其管理的概况. 1
1.2主要大型实验设备介绍. 1
1.3实验室管理现状与存在的问题. 4
1.4管理体制的讨论与改进. 5
2 设备管理系统的功能需求分析. 7
2.1设备管理系统的背景. 7
2.2开发管理系统的必要性. 7
2.3设备管理系统的功能分析. 8
3 主要技术介绍. 8
3.1 Visual Basic 6.0概述及所用关键控件介绍. 8
3.1.1 Visual Basic 6.0概述. 8
3.1.2所用关键控件介绍. 11
3.2 Microsoft Access 2000数据库概述. 13
3.3所用SQL语句简介. 15
3.4数据库相关介绍. 17
3.4.1数据库系统组成. 17
3.4.2数据库管理系统的功能. 18
3.4.3数据库的访问. 18
3.4.4 ADO数据控件属性. 19
3.4.5 ADO数据控件方法. 20
3.4.6 ADO数据对象. 20
3.5其他数据库操作语句简介. 23
3.6 ADO对象编程的大致流程. 26
3.7 eDrawing介绍. 28
3.8 设备管理. 30
4设备管理系统的设计. 32
4.1系统功能模块的划分. 32
4.2系统流程分析. 33
4.3数据库设计. 34
4.4公用模块的设计. 36
4.5登录窗体的设计. 37
4.6系统主窗体的设计. 37
4.7子模块的设计. 38
4.7.1数据管理模块的设计. 39
4.7.2数据查询模块的设计. 44
4.7.3设备迁移. 49
4.7.4设备管理. 50
4.7.5设备机械视图. 52
4.7.6系统维护. 53
4.7.7用户管理. 55
4.7.8常用外部工具. 58
5技术难点及总结. 58
5.1技术难点回顾. 58
5.2总结. 59
参考文献. 61
翻译部分. 62
英文原文. 62
中文译文. 69
致谢. 74
本毕业设计很完整,可以直接使用,不过由于作者要求我们不能免费提供下载,忘见谅
你可以选择花钱卖或者给我们分享一些好论文,我们可以提供给你
如果需要请联系我们
QQ:379054574