优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

vb计算机维修管理系统设计(论文+源代码)

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:
  核心提示:如有需要请联系 QQ:306826066摘 要 本系统主要是用于辅助孟家沟港计算机中心对全港计算机的维修进行管理,使得计算机的维修脱离一种散乱的状况。系统使用后,可以对本月各种故障维修进行记录,并可...
如有需要请联系 QQ:306826066
摘 要
本系统主要是用于辅助孟家沟港计算机中心对全港计算机的维修进行管理,使得计算机的维修脱离一种散乱的状况。系统使用后,可以对本月各种故障维修进行记录,并可在任何时候对历史维修记录进行统计。另外,在新的维修任务发生时,技术员还可以在历史资料时浏览发生故障的机器的历史维修情况,大大方便了技术员的维修工作。
本系统使用目前比较流行的VB6.0编程语言进行编写,开发过程按软件工程的基本要求分为七个步骤,即可行性报告、需求分析、项目开发计划、概要设计、详细设计、测试计划、测试分析报告。
在程序开发的过程中,充分使用了VB6.0的优秀控件,例如:ListView、TreeView等控件,使得程序更加贴近系统操作人员。
[关键词]微机管理 软件工程 VB 控件
 
ABSTRACT
This system primarily is to used for lending support to Meng Jia Gou Port computer centers maintain the proceeding management to the whole port computers.Make computer maintained to escape from a kind of messy condition.The system can maintain to this month every kind of breakdown after using the proceeding records, combining can maintain to the history in any time the record proceeds the covar- iance. Moreover, at maintain the mission occurrence newly, techn- ician can also at history data hour view occurrence the history of the machine of the breakdown maintains the circumstance, consumedly convenient the technician maintains the work. [资料来源:http://THINK58.com]
This system usage current compare popular of VB6.0 plait the distance language proceed plait write, develop the basic request that process press software engineering is divided into seven steps, namely possibility report , need analysis , item development plan, essentials design, detailed design, test plan, test analysis repor- t.
In procedure develop of process, used the VB6.0 well excellent to control piece, for example:The ListView, etc. of TreeView contr- ols piece, make the procedure come close more the system to operate the personnel.
[key word] the comput management software engineering VB controls piece
 
 
 
目 录
绪 论 …………………………………………………………………………… 1
第一章 可行性分析报告 ………………………………………………… 2
1.1引言…………………………………………………………………… 2
1.2可行性研究的前提…………………………………………………… 2
1.3技术可行性分析……………………………………………………… 3 [版权所有:http://think58.com]
1.4经济可行性分析……………………………………………………… 4
1.5社会因素可行性分析………………………………………………… 4
第二章 需求分析…………………………………………………………… 5
2.1需求概述 ………………………………………………………………5
2.2孟家沟港计算机维修管理系统的功能需求………………………… 5
2.3孟家沟港计算机维修管理系统的性能需求………………………… 6
2.4孟家沟港计算机维修管理系统的数据需求………………………… 7
2.4孟家沟港计算机维修管理系统的数据字典………………………… 7
第三章 概要设计说明书………………………………………………… 8
3.1编写目的……………………………………………………………… 8
3.2计算机维修流程图…………………………………………………… 8
3.3接口设计……………………………………………………………… 9
3.4数据结构设计…………………………………………………………10
第四章 详细设计说明书………………………………………………… 13
4.1编写目的………………………………………………………………13
[资料来源:www.THINK58.com]

4.2处理流程………………………………………………………………13
4.3总体结构和模块外部设计……………………………………………14
4.4系统模块功能详细设计………………………………………………15
第五章 代码设计……………………………………………………………21
5.1系统登录代码…………………………………………………………21
5.2系统操作代码…………………………………………………………26
5.3维修日志代码…………………………………………………………28
5.4机站配置代码…………………………………………………………47
5.5故障维修代码…………………………………………………………47
第六章 测试计划 ………………………………………………………… 52
6.1引言……………………………………………………………………52
6.2计划……………………………………………………………………52
6.3测试设计说明…………………………………………………………53
6.4测试评价准则…………………………………………………………53
第七章 测试分析报告 ……………………………………………………54
[来源:http://think58.com]

7.1引言……………………………………………………………………54
7.2测试概要………………………………………………………………54
7.3测试结果………………………………………………………………56
7.4软件功能的结论………………………………………………………56
参考文献………………………………………………………………………57
致 谢………………………………………………………………………58
 
绪 论
孟家沟港计算机维修管理系统是我在矿大成教院学习四年做为毕业设计独立开发的针对本单位应用的小型数据库管理系统。在开发这个系统的过程中始终得到指导老师的关心和同学们的帮助,使我对三年所学的知识应运到实际开发有了更加深刻的领悟。
在开发的过程中,对VB6.0语言进行了大量的学习,这也是我在四年学习后锻炼出的自学能力的体现。从对VB6.0一无所知,到对这门语言的入门与深入,这一切都来自四年

[资料来源:www.THINK58.com]