摘 要
我的毕业设计课题为“光盘管理系统”,该系统完成光盘相关信息的输入、保存和维护、是按照方便用户、容易操作、确保数据一致完整的原则进行设计。这次毕业设计的开发工具是VisualBasic6.0,操作平台是Windows2000Professional中文版,选用的数据库后台是SQLserver2000数据管理系统。该系统用于光盘出租或销售店,方便租盘、还盘、查找等操作,是出租光盘店的最佳助手。可以自定义光盘,方便添加新盘、管理光盘、管理会员。提供完善的租盘和还盘操作,完全独立的数据库系统,数据管理为您提供:光盘管理,用户管理.数据查询为您提供:租借情况,光盘查询,会员查询。
在我的论文中详细列出了该系统的设计开发过程包括可行性研究、需求分析、总体设计、详细设计、测试报告和关键技术分析等几个部分,并附有流程图、层次图和数据流图。
这次毕业设计,我非常感谢我的指导老师金华,她用知识和耐心帮助我克服各种困难完成本次毕业设计。
关键字VisualBasic6.0 SQLserver2000
Abstract
Mygraduatedesignlessonanimportationforis"dishmanagementsystem",thatsystemcompletingrelatedinformationindishinlight,keepinaccordancewithsupport,isaccordingtotheconvenientcustomer,easylyoperate,insurethedatacompleteprincipleproceedingdesign.ThistimegraduatethetoolofdevelopmentofthedesignisdatabasebackstagethatVisualBasic6.0,theoperationterraceisaWindows2000ProfessionalChineseversion,choosingtouseisaSQLserver2000datamanagementsystem.Thatsystemusedsforlightdishrentorsalestores,theconveniencerentsthedish,returnthedishandchecktoseeketc.operates,isingtorentthebestassistantofthelightdishstore.Canfromdefinitionlightdish,theconvenienceincreasesthenewdish,managethelightdishandmanagethemember.Theofferingrentsthedishperfectlywithreturnthedishoperates,completeindependentdatabasesystem,datamanagementprovideforyou:Lightdishmanagement,membermanagement.Thedatasearchprovidesforyou:Leasethecircumstance,lightdishsearch,membersearch.
Inmythesisdetailedlistthedesigndevelopmentprocessofthatsystemincludethepossibilityresearch,needtheanalysis,totaldesign,detaileddesign,testthereportwaitswithkeytechniqueanalysisseveralpart,andthefish-eyeflowchart,levelofstructurediagramflowsthediagramwithdata.
Thistimegraduatethedesign,Iappreciatemyleadingverymuchteacher金华,sheusetheknowledgewithhelppatientlyIovercomeeverykindofdifficultycompletesthisgraduatedesign.
目 录
第一章绪论------------------------------------------------------------1
第一节开发环境简介-------------------------------------1
第二节课题可行性分析----------------------------------1
第三章 需求分析------------------------------------------------------1
第一节 任务概述-----------------------------------------2
第二节 功能需求描述-----------------------------------2
第三节 系统数据分析-----------------------------------2
第二章总体设计------------------------------------------------------3
第一节 功能设计-----------------------------------------3
第二节 数据库设计--------------------------------------4
第三节 总体设计小结-----------------------------------6
第三章详细设计------------------------------------------------------7
第四章测试-----------------------------------------------------------13
第五章体会-----------------------------------------------------------13
第一章绪论
第一节开发环境简介
这次毕业设计用的开发工具是VisulalBasic6.0操作平台是Windows2000Professional中文版,选用的数据库后台是SQLserver2000数据管理系统。
VisulalBasic6.0是微软公司在原有VisulalBasic5.0基础上推出的功能更强的开发工具。VisulalBasic6.0增添了不少新功能,现在它已经拥有了更高级的数据库与Internet开发功能。在如今以面向对象为主流的可视化编程时代,VisulalBasic6.0占居了重要的位置,它使开更轻松、更容易。VisulalBasic6.0在数据库方面的应用已经很广泛,它提供了强大的数据库开发工具及方法,如支持SQL语言、远程数据对象库和远程数据控件等等。VisulalBasic6.0在Internet功能上的编程也更为强劲,它的编程语言配备了大量用来编制Web应用的开发功能,如服务器Web服务程序、客户端应用等,这些功能可以在VisulalBasic6.0的附加工具包中获得,而且这些功能集成得更好也更丰富。
VisulalBasic6.0具有较强的数据库处理功能,能对多种数据库进行读写操作。另外它提示的“可视化数据管理器”能帮助用户构造多种类型的数据库,同时提供了能自动生成SQL语句的功能和新的ActiveX数据对象(ADO)
VisulalBasic6.0适应当代应用程序的开发,是不可多得的忧秀开发软件。