您现在的位置:多问网软件下载毕业设计论文计算机毕业设计VB毕业设计计算机维修管理系统设计与实现下载

计算机维修管理系统设计与实现

  • 名称:计算机维修管理系统设计与实现
  • 类型:VB毕业设计
  • 授权方式:免费版
  • 更新时间:06-09 23:40:24
  • 下载要求:无需注册
  • 下载次数:254
  • 语言简体中文
  • 大小:0 Bytes
  • 推荐度:3 星级
计算机维修管理系统设计与实现简介

标签:VB毕业设计论文,VB毕业论文,VB源代码,毕业设计下载, 本站提供计算机维修管理系统设计与实现免费下载,http://www.duowen123.com

摘    要
本系统主要是用于辅助孟家沟港计算机中心对全港计算机的维修进行管理,使得计算机的维修脱离一种散乱的状况。系统使用后,可以对本月各种故障维修进行记录,并可在任何时候对历史维修记录进行统计。另外,在新的维修任务发生时,技术员还可以在历史资料时浏览发生故障的机器的历史维修情况,大大方便了技术员的维修工作。
本系统使用目前比较流行的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.
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)故障信息的存储:
     调度员将故障部门的故障信息存储到本系统中,在数据库中产生一条记录。
(3)故障信息的传递:
     将故障信息分派到技术员,并接受技术员反馈的故障信息,然后存储起来。
(4)故障维修单的生成和打印:
     将已存储的故障报修信息生成故障维修单打印出来交给指派的技术员。
(5)故障信息的统计
这一功能是在一项项故障维修记录的基础上,根据各项工作的维修情况,进行工时、维修质量等信息的统计。(所有权: 毕业设计网 )











目    录

绪  论 …………………………………………………………………………… 1
第一章 可行性分析报告 ………………………………………………… 2
1.1引言…………………………………………………………………… 2
1.2可行性研究的前提…………………………………………………… 2
1.3技术可行性分析……………………………………………………… 3
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
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
7.1引言……………………………………………………………………54
7.2测试概要………………………………………………………………54
7.3测试结果………………………………………………………………56
7.4软件功能的结论………………………………………………………56
参考文献………………………………………………………………………57
致    谢………………………………………………………………………58

VB(165)

,大小:0 Bytes
相关热词搜索: tag: VB毕业设计,VB毕业设计论文,VB毕业论文,VB源代码,毕业设计下载,毕业设计论文 - 计算机毕业设计 - VB毕业设计
上一篇:财务(收支)管理系统的设计与实现
《计算机维修管理系统设计与实现》相关下载
下载评论
联系我们 | 网站地图 | 范文大全 | 管理资料 | 驾照考试 | 教学资料 | 名言大全 | 软件下载
Copyright @ 多问网 all rights reserved
学生评语_教案设计_小学语文试卷
1 2 3 4 5 6 7 8 9 10 11 12