资源描述:
《计算机维修系统—计算机毕业设计(论文)》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、第60页计算机维修系统摘要本系统主要是用于辅助孟家沟港计算机中心对全港计算机的维修进行管理,使得计算机的维修脱离一种散乱的状况。系统使用后,可以对本月各种故障维修进行记录,并可在任何时候对历史维修记录进行统计。另外,在新的维修任务发生时,技术员还可以在历史资料时浏览发生故障的机器的历史维修情况,大大方便了技术员的维修工作。本系统使用目前比较流行的VB6.0编程语言进行编写,开发过程按软件工程的基本要求分为七个步骤,即可行性报告、需求分析、项目开发计划、概要设计、详细设计、测试计划、测试分析报告。在程序开发
2、的过程中,充分使用了VB6.0的优秀控件,例如:ListView、TreeView等控件,使得程序更加贴近系统操作人员。[关键词]微机管理 软件工程 VB 控件第60页ABSTRACTThissystemprimarilyistousedforlendingsupporttoMengJiaGouPortcomputercentersmaintaintheproceedingmanagementtothewholeportcomputers.Makecomputermaintainedtoescapefro
3、makindofmessycondition.Thesystemcanmaintaintothismontheverykindofbreakdownafterusingtheproceedingrecords,combiningcanmaintaintothehistoryinanytimetherecordproceedsthecovar-iance.Moreover,atmaintainthemissionoccurrencenewly,techn-iciancanalsoathistorydatah
4、ourviewoccurrencethehistoryofthemachineofthebreakdownmaintainsthecircumstance,consumedlyconvenientthetechnicianmaintainsthework.ThissystemusagecurrentcomparepopularofVB6.0plaitthedistancelanguageproceedplaitwrite,developthebasicrequestthatprocesspresssoft
5、wareengineeringisdividedintosevensteps,namelypossibilityreport,needanalysis,itemdevelopmentplan,essentialsdesign,detaileddesign,testplan,testanalysisrepor-t.Inproceduredevelopofprocess,usedtheVB6.0wellexcellenttocontrolpiece,forexample:TheListView,etc.ofT
6、reeViewcontr-olspiece,maketheprocedurecomeclosemorethesystemtooperatethepersonnel.[keyword]thecomputmanagementsoftwareengineeringVBcontrolspiece第60页目录绪论……………………………………………………………………………1第一章可行性分析报告…………………………………………………21.1引言……………………………………………………………………21.2可行性研究的前提
7、……………………………………………………21.3技术可行性分析………………………………………………………31.4经济可行性分析………………………………………………………41.5社会因素可行性分析…………………………………………………4第二章需求分析……………………………………………………………52.1需求概述………………………………………………………………52.2孟家沟港计算机维修管理系统的功能需求…………………………52.3孟家沟港计算机维修管理系统的性能需求…………………………62.4孟家沟港计算机维
8、修管理系统的数据需求…………………………72.4孟家沟港计算机维修管理系统的数据字典…………………………7第三章概要设计说明书…………………………………………………83.1编写目的………………………………………………………………83.2计算机维修流程图……………………………………………………83.3接口设计………………………………………………………………93.4数据结构设计…………………………………………………………10第四章