智能化电子图书管理系统设计.doc
约42页DOC格式手机打开展开
智能化电子图书管理系统设计, 1.6万字本人今年最新原创的毕业设计,仅在本站独家提交,大家放心使用[摘 要]随着世界信息技术的不断发展,信息科学、计算机技术、通信技术己经在各行各业得到广泛的应用。图书馆作为一种信息资源的集散地,图书借阅频繁,用户管理多变,包含大量的信息数据,因此需要一个完善的智能化电子图书管理系统来实现...
内容介绍
此文档由会员 jiji888 发布
智能化电子图书管理系统设计
1.6万字
本人今年最新原创的毕业设计,仅在本站独家提交,大家放心使用
[摘 要]
随着世界信息技术的不断发展,信息科学、计算机技术、通信技术己经在各行各业得到广泛的应用。图书馆作为一种信息资源的集散地,图书借阅频繁,用户管理多变,包含大量的信息数据,因此需要一个完善的智能化电子图书管理系统来实现对图书书目、图书借阅、用户查询进行统一、实时管理,达到各类用户的需求,这也是目前图书馆的工作重点。图书管理系统是运用信息技术(Information Technology,简称 IT)对图书馆进行电子化管理而构建的信息管理系统。图书管理系统相较于传统的手工管理模式具有检索方便快捷、检索速度快、检索结果准确、存数据量储大、成本低、节省资源、且具有良好的人机交互界面等功能。
本系统经过实际的需求分析,采用了 Visual Basic 作为开发工具,后台数据库采用 Access,开发智能化电子图书管理系统。主要设计两大模块,即书库管理模块和读者借阅管理模块。系统基于C S结构,采用自顶而下的设计方法按系统需求逐次完成各模块的设计,包括书库图书信息管理,基础数据维护,书籍的添加、修改和删除,读者信息维护,图书借阅管理,图书归还管理,图书丢失管理,超期图书管理,打印图书验收报表等,每个模块都有相应的具体操作,使用方便,功能灵活。
关键词:图书管理系统 需求分析 数据库 C S结构
[Abstract]
With the continuous development of the world of information technology, information science and communication technology has been widely used in various industries.Library as a hub of information resources, borrow books frequently changing user management, contains a lot of information and data. Therefore,it requires a comprehensive intelligent electronic library management system to achieve bibliography of books, borrow books, unified user queries, real-time management, meet various needs of users, this is the focus of the current library.Library management system is the use of information technology for library management and build electronic information management system.Library management system compared to traditional manual management mode with quick and easy retrieva l, retrieva l speed and accuracy of search results, keep a large amount of data storage, low costs, save resources, and has good man-machine interface and other functions.
The system has been a real demand analysis, using Visual Basic as development tools, back-end database using Access, the development of intelligent electronic library management system.The main design of two modules, namely Readers library management module and management module.CS-based system architecture, the use of top-down design approach by successive system requirements to complete the design of each module, including library book information management, basic data maintenance, books to add, modify and delete reader information maintenance, library management, library return management, library management lost, overdue library management, inspection reports and other print books, each module has a corresponding specific operation, easy to use, functional and flexible.
Keywords:Library Management System Requirements Analysis Database C S Structure
目录
第1章 绪论 1
1.1课题背景 1
1.2系统开发的目的和意义 1
1.3国内外的研究现状 2
1.3.1国内研究现状 2
1.3.2国外研究现状 3
1.4本文的主要工作 3
1.5Visual Basic 6.0简介 3
第2章 系统分析 7
2.1需求分析 7
2.2业务流程分析 7
2.3系统功能分析 8
第3章 系统设计 11
3.1图书管理系统模块的总体设计 11
3.2设计数据库 11
3.2.1数据库简介 11
3.2.2数据库容量设计 12
3.2.3数据库安全性设计 12
3.2.4数据库概念结构设计 13
3.2.5数据库逻辑结构设计 14
3.2.6数据库的连接 16
3.3系统各模块应用程序的设计 17
3.3.1应用程序的总体设计 17
3.3.2新书订购管理 18
3.3.3读者借书管理 20
3.3.4读者还书管理 22
3.3.5读者登录模块程序设计 23
3.3.6超期图书提醒 23
第4章 图书管理系统界面实现 25
4.1建立系统主界面 25
4.1.1建立图书管理系统主界面 25
4.1.2建立主界面各模块子菜单 25
4.2建立系统用户管理界面 25
4.2.1用户登录 26
4.2.2密码修改 27
4.2.3用户添加 27
4.2.4用户删除 27
4.3建立读者管理模块 28
4.3.1读者种类管理 28
4.3.2读者信息管理 29
4.4建立系统书籍管理模块 31
4.4.1建立书籍类别管理模块 31
4.4.2建立书籍信息管理模块 32
4.5建立借还书籍管理模块 33
4.5.1建立借书信息管理模块 33
4.5.2建立还书管理模块 33
4.6报表设计 33
总结 35
致谢 36
参考文献 37
1.6万字
本人今年最新原创的毕业设计,仅在本站独家提交,大家放心使用
[摘 要]
随着世界信息技术的不断发展,信息科学、计算机技术、通信技术己经在各行各业得到广泛的应用。图书馆作为一种信息资源的集散地,图书借阅频繁,用户管理多变,包含大量的信息数据,因此需要一个完善的智能化电子图书管理系统来实现对图书书目、图书借阅、用户查询进行统一、实时管理,达到各类用户的需求,这也是目前图书馆的工作重点。图书管理系统是运用信息技术(Information Technology,简称 IT)对图书馆进行电子化管理而构建的信息管理系统。图书管理系统相较于传统的手工管理模式具有检索方便快捷、检索速度快、检索结果准确、存数据量储大、成本低、节省资源、且具有良好的人机交互界面等功能。
本系统经过实际的需求分析,采用了 Visual Basic 作为开发工具,后台数据库采用 Access,开发智能化电子图书管理系统。主要设计两大模块,即书库管理模块和读者借阅管理模块。系统基于C S结构,采用自顶而下的设计方法按系统需求逐次完成各模块的设计,包括书库图书信息管理,基础数据维护,书籍的添加、修改和删除,读者信息维护,图书借阅管理,图书归还管理,图书丢失管理,超期图书管理,打印图书验收报表等,每个模块都有相应的具体操作,使用方便,功能灵活。
关键词:图书管理系统 需求分析 数据库 C S结构
[Abstract]
With the continuous development of the world of information technology, information science and communication technology has been widely used in various industries.Library as a hub of information resources, borrow books frequently changing user management, contains a lot of information and data. Therefore,it requires a comprehensive intelligent electronic library management system to achieve bibliography of books, borrow books, unified user queries, real-time management, meet various needs of users, this is the focus of the current library.Library management system is the use of information technology for library management and build electronic information management system.Library management system compared to traditional manual management mode with quick and easy retrieva l, retrieva l speed and accuracy of search results, keep a large amount of data storage, low costs, save resources, and has good man-machine interface and other functions.
The system has been a real demand analysis, using Visual Basic as development tools, back-end database using Access, the development of intelligent electronic library management system.The main design of two modules, namely Readers library management module and management module.CS-based system architecture, the use of top-down design approach by successive system requirements to complete the design of each module, including library book information management, basic data maintenance, books to add, modify and delete reader information maintenance, library management, library return management, library management lost, overdue library management, inspection reports and other print books, each module has a corresponding specific operation, easy to use, functional and flexible.
Keywords:Library Management System Requirements Analysis Database C S Structure
目录
第1章 绪论 1
1.1课题背景 1
1.2系统开发的目的和意义 1
1.3国内外的研究现状 2
1.3.1国内研究现状 2
1.3.2国外研究现状 3
1.4本文的主要工作 3
1.5Visual Basic 6.0简介 3
第2章 系统分析 7
2.1需求分析 7
2.2业务流程分析 7
2.3系统功能分析 8
第3章 系统设计 11
3.1图书管理系统模块的总体设计 11
3.2设计数据库 11
3.2.1数据库简介 11
3.2.2数据库容量设计 12
3.2.3数据库安全性设计 12
3.2.4数据库概念结构设计 13
3.2.5数据库逻辑结构设计 14
3.2.6数据库的连接 16
3.3系统各模块应用程序的设计 17
3.3.1应用程序的总体设计 17
3.3.2新书订购管理 18
3.3.3读者借书管理 20
3.3.4读者还书管理 22
3.3.5读者登录模块程序设计 23
3.3.6超期图书提醒 23
第4章 图书管理系统界面实现 25
4.1建立系统主界面 25
4.1.1建立图书管理系统主界面 25
4.1.2建立主界面各模块子菜单 25
4.2建立系统用户管理界面 25
4.2.1用户登录 26
4.2.2密码修改 27
4.2.3用户添加 27
4.2.4用户删除 27
4.3建立读者管理模块 28
4.3.1读者种类管理 28
4.3.2读者信息管理 29
4.4建立系统书籍管理模块 31
4.4.1建立书籍类别管理模块 31
4.4.2建立书籍信息管理模块 32
4.5建立借还书籍管理模块 33
4.5.1建立借书信息管理模块 33
4.5.2建立还书管理模块 33
4.6报表设计 33
总结 35
致谢 36
参考文献 37