资源描述:
《网吧计费管理系统毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要网吧计费管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。本系统主要完成对网吧计费信息的管理,包括添加、修改、删除,查询,打印信息以用户管理等六个方面。系统可以完成对各类信息的浏览、查询、添加、删除、修改等功能。系统的核心是添加、修改和删除三者之间的联系,每一个表的修改都将联动的影响其它的表,当完成添加或删除操作时系统会自动地完成合同信息的修改。查询功能也是系统的
2、核心之一。此外,系统有完整的用户添加、删除和密码修改功能,并具备报表打印功能。本论文包括需求分析、系统功能、系统设计、程序设计、系统测试及存在问题等方面,较为系统地介绍了“网吧计费管理系统”课题开发的整个过程。关键词:网吧计费,数据库,管理系统ABSTRACTNetBarTimeFeeManagementSystemisatypicalapplicationofmanaginginformationsystem(knowasMIS),whichmainlyincludesdevelopingtheapplicationinter
3、faceoffront-endandbuildingupandmaintainingthedatabaseofback-end.Theformershouldmakethefunctionofapplicationintegratedandtheusageiseasy,thelatterrequiredadatabasewithpowerfulconsistencyandintegrality,andnicesecurity.Thissystemmainlycompletesthemanagementtonetbar’sinfo
4、rmation;includesixaspectssuchasadding,modifying,deleting,searching,printinginformationandthecustomermanagement.Thesystemcancompletetobrowse,search,add,delete,modifyetc.toeachkindofthefunctionofinformation.Thecoreofthesystemisthecontactofincrease,modificationanddelete
5、,themodificationsofeachformwillaffecttootherforms,thesystemwillcompletethemodificationofcontractofitselfwhilebeingtocompletetoincreaseordeletetheoperation.Inquiringaboutthefunctionofsearchingalsoistheoneofthesystematicnucleus.Thesystemcontainstheintegrityfunctionofus
6、ersincrease,deleteandtheciphermodification,andthereportformtoprint.Thisthesisincludesrequirementanalysis,systemfunction,systemsdesign,programmingandthesystemtestsandexiststheaspectssuchasquestionetc,andcomparativelysystematicallyintroducedthewholecourseof"NetBarTimeF
7、eeManagementSystem"subjectdevelopment.Keyword:NetBarTimeFeeDatabaseMIS目录1.绪论………………………………………………………………………………11.1论文研究主要内容21.2国内外现状22.关键技术介绍42.1 关键性开发技术的介绍42.1.1 SQLServer数据库介绍52.1.2 VB概述62.1.3ADO对象72.1.4SQL语言82.2搭建环境93.系统概述与需求分析104.详细分析设计134.1系统功能设计134.2模型流程图144.3模型业务流程
8、图164.4数据流图174.5数据字典174.6系统E-R图194.7数据库设计205.系统的实现255.1登录模块实现255.2系统管理功能实现265.3信息管理实现285.4查询信息实现295.5操作功能305.6系统帮助326.系统的运行与维护346.1系