图书馆管理系统设计与实现题目:图书馆管理系统设计与实现院系:软件学院专业:软件工程姓名:普谛斟学号:133111078指导:潘老师职称:硕士2015年12月17日图书馆管理系统设计与实现图书馆管理系统设计与实现摘要:随着现代社会信息技术的不断进步,社会正越来越信息化,图书馆拥有丰富的文献信息资源,是社会学习的重要组成部分,在当今的社会中作用愈来愈重要,我国图书馆信息技术的应用起步于20世纪70年代末期,随着信息时代的迅速发展,特别是90年代以后,图书馆信息技术应用建设取得了较大发展,图书馆信息化建设成功的向前迈了一大步。本设计做的系统就是针对我校的图书馆书籍进行管理,主要工作是实现了图书信息功能,图书借还功能等。图书信息功能是实现了图书的数字管理,能方便管理员快速查看图书信息;借书功能;还书功能;管理员可以查看借书还书历史和违规书籍信息;查看书籍具体信息,统计图书的借还情况、查看哪类的书籍最受学生欢迎。管理员可以查看书籍的具体信息以及在图书馆的存储状态,本系统就是为了学校管理员能够更加方便的管理图书馆,节省图书馆的资源。【关键词】图书管理系统SQLServer2008、VisualStudio2010、C#LibrarymanagementsystemdesignandimplementationAbstract:withtheprogressofmodernscienceandtechnology,humansocietyisgraduallytowardbecominganinformationbasedsociety,thelibraryhasabundantliteratureinformationresources,isanimportantpartofsocialsystem,moreandmoreimportantroleininformationsociety,library,suchascomputers,informationtechnologyapplicationinChinastartedinthelate1970s,alongwiththerapiddevelopmentofthepaceofreformandopeninguphave,especiallyafterthe90s,thelibraryinformationnetworkconstructioninChinahasachievedgreatdevelopmentlibraryinformatizationconstructiontoanewlevel.Thisdesignofsystemisaimedatouruniversitylibrarybooksonmanagement,mainworkistorealizethefunctionofbookinformation,booksborrowingfunction,etc.Bookinformationfunctionistoachievethedigitalmanagementofbooks,convenienttoadministratorstoquicklyseebookinformation;Libraryfunctions;Returnthebookfeatures;Administratorscanviewbooksalsohistorybooksandbooksinformation;Checkthebooksinformation,statisticsborrowedbooks,seewhatkindofbooksisthemostpopularwiththestudents.Administratorscanviewthedetailsofthebooksandstorageconditioninthelibrary,thissystemismoreconvenientforschooladministratorstomanagethelibraryandsavetheresourcesofthelibrary.【keywords】Booksmanagementsystem、managementsystemSQLServer2008、VisualStudio2010、C#图书馆管理系统设计与实现第1章概论.....................................................................................................................................31.1研究背景及意义................................................................................................................41.2开发运行环境介绍............................................................................................................41.2.1VisualStudio2010...........................................................................................4第2章系统需求分析.....................................................................................................................52.1系统功能分析....................................................................................................................52.2系统模块设计....................................................................................................................52.3系统功能模块图...............................................................................................................52.3.1图书功能分析设计图............................................................................................52.3.2读者功能分析设计图............................................................................................52.3.3借阅模块功能分析设计图....................................................................................62.3.4总功能设计图........................................................................................................62.4系统实体E-R图................................................................................................................62.4.1管理员实体E-R图................................................................................................62.4.2读者实体E-R图....................................................................................................72.4.3图书实体E-R图....................................................................................................72.4.4总E-R图................................................................................................................72.5数据库设计........................................................................................................................82.5.1读者信息表............................................................................................................82.5.2图书信息表............................................................................................................82.5.3管理员表................................................................................................................92.5.4借书表....................................................................................................................92.5.5还书表....................................................................................................................9第3章系统功能实现.....................................................................................................................103.1登录界面..........................................................................................................................103.2图书管理界面..................................................................................................................113.3读者管理界面...........................................