资源描述:
《图书管理系统毕业设计论文资料》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、摘要随着各图书馆的图书数量不断增多和图书馆规模的不断扩大,管理这些庞大的体系非常困难的,因为图书的情况是随时改变的,因此必需对图书进行动态的管理,而这对于一个管理人员来说是一件比较复杂的事情。本文介绍了管理信息系统的基本设计方法,详细阐述了整个应用系统的设计思路,并对各部分设计周期进行了详尽的分析,最终达成了一个完整的设计方案;本文的系统是一个图书管理系统,包括管理员界面和密码登录界面然后进入主菜单,主菜单包括了图书管理,读者管理,图书借阅管理等几个大的模块。该系统为单机版,相应的硬件设备也分为单机型的方案。适用于各个图书管理的信息管理。
2、系统基于好用、易用、美观的原则为用户定制了一套统一的人机界面。系统各模块按功能主要分为两大类:编辑类完成以编辑为主的功能,如增加、删除、修改等;浏览类完成以再现为主的功能,如查询、浏览等。关键词:VisualStudio2005;图书管理系统;数据库AbstractIncreasesunceasinglyalongwithvariouslibraries'books'quantitywiththelibraryscaleunceasingexpansion,managesthesehugesystemstobedifficult,beca
3、usethebookssituationismomentarilychanges,mustthereforetothebookscarryonthedynamicmanagement,butthisregardinganadministrativepersonnelisaquitecomplexmatter.Thisarticleintroducedmanagementinformationsystem'sbasicdesignmethod,elaboratedindetailtheentireapplicationsystem'sdes
4、ignmentality,andhascarriedontheexhaustiveanalysistovariouspartofdesigncycle,achievedacompletedesignproposalfinally;Thisarticlesystemisabooksmanagementsystemmanagementsystem,thenenteredthemainmenuincludingthemanagercontactsurfaceandthepassworddebarkationcontactsurface,them
5、ainmenuincludesthebooksmanagement,thereaderhasmanaged,booksborrowingmanagementandsoonseveralbigsubjects.Thissystemisthesingleplaneversion,thecorrespondinghardwareequipmentalsodividesintosingleplane'splan.Issuitableineachbooksmanagementinformationmanagement.Thesystembasedo
6、neasytouse,YiYong,theartisticprinciplehashadcustom-madeasetofunifiedman-machinecontactsurfacefortheuser.Systemvariousmodulesmainlydivideintotwobroadheadingsaccordingtothefunction:Theeditorclasscompleteseditsthefunctionprimarily,likeincreases,thedeletion,therevisionandsoon
7、;Thebrowsingclasscompletesreappearsthefunctionprimarily,likeinquiry,browsingandsoon.Keywords:VisualStudio2005,Booksmanagementsystemmanagementsystem,database目录摘要1第1章绪论51.1毕业设计主要内容、功能及技术指标51.2目前图书管理系统存在的问题51.3课题意义61.4论文的工作和安排6第2章可行性分析82.1问题描述82.2可行性分析研究92.2.1操作可行性92.2.2技术可行
8、性102.2.3经济可行性102.3结论意见10第3章系统总体设计113.1系统设计思想113.2系统功能模块图123.3系统流程图133.4程序流程图143.5功能模块设计183.6程序接口