图书馆信息管理系统设计与实现.doc
约62页DOC格式手机打开展开
图书馆信息管理系统设计与实现,2.4万字我自己原创的毕业设计,今年最新的,仅在本站独家提交,大家放心使用摘要:科学技术的飞速发展把人类社会推向了一个崭新的时代——信息时代。信息对社会经济发展的巨大推动作用,使其与物质、能源一起并列为现代社会的三大支柱。图书馆信息管理系统是图书馆不可缺的部分,图书馆信息管理系统应该能够为用...
内容介绍
此文档由会员 jiji888 发布
图书馆信息管理系统设计与实现
2.4万字
我自己原创的毕业设计,今年最新的,仅在本站独家提交,大家放心使用
摘要:科学技术的飞速发展把人类社会推向了一个崭新的时代——信息时代。信息对社会经济发展的巨大推动作用,使其与物质、能源一起并列为现代社会的三大支柱。图书馆信息管理系统是图书馆不可缺的部分,图书馆信息管理系统应该能够为用户提供充足的信息和快捷的查询手段。因此,图书馆的信息服务已成为21世纪的主导发展机制之一。图书馆信息管理系统开发的总体目的是在图书馆信息管理中实现管理的系统化、自动化及智能化,减少人们的工作量,提高工作效率及可靠性。
本系统选用Visual Basic 6.0作为开发工具,利用其提供的各种面向对象的开发工具,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。最后对系统进行了测试并做出分析和讨论。本系统选用Access 2010为后台数据库,主要用来解决系统运行中的数据访问、添加、查询、修改及保存工作。
本系统是对图书馆的图书、读者及工作人员进行全面信息管理的系统,可以有效地管理图书馆的图书资源,记录图书馆与读者之间的书籍使用情况,提高员工的工作效率;可以作为独立的系统使用,它包括借阅信息管理、书籍信息管理、读者信息管理、系统管理四个主要的功能模块本系统力,求给读者提供方便快捷的途径去及时了解书籍信息及个人的书籍使用情况。
关键词:图书信息管理系统 Visual Basic 6.0 Access 2010
Design and Implementation of Library Information Management System
Abstract:the rapid development of science and technology to human society to a new era -- the era of information. Information huge role in promoting social and economic development, making it the material, energy tied together as the three pillars of modern society.Library Information Management System is an indispensable part of the library, library information management system should be able to provide users with adequate information and inquiry means fast. Therefore, Library information service has become one of the leading development mechanism of the 21st century. The overall purpose of Library Information Management System is to achieve systematic management, automation and intelligence in the library information management, reduce people's workload, improve efficiency and reliability.
The system selected as a development tool for Visual Basic 6.0, using a variety of object-oriented development tools it provides, first create a prototype system application in a short time, then, Initial prototype system needs to constantly revise and improve user satisfaction until the formation of a viable system. Finally, the system was tested and make analysis and discussion. The system uses Access 2010 as the backend database, is mainly used to solve the data access system running, add, query, modify, and save your work.
This is a comprehensive information management system for books, readers and staff of the library system, Can effectively manage resource library books, record books and readers use the library, improve staff productivity; Can be used as stand-alone system, which includes loan information management, information management books, the reader information management, systems management four main functional blocks of the system power, seeking to provide readers with quick and easy way to keep abreast of information and personal books books use.
Keywords: management information system Visual Basic 6.0 Access 2010
目 录
第一章 绪论 1
1.1 图书馆信息管理系统的概述 1
1.1.1 系统开发的意义 1
1.1.2 系统现状分析及其存在的问题 2
1.1.3 系统可行性分析 3
1.2 论文的主要内容及本人的主要工作 4
第二章 相关的理论基础和技术 5
2.1 数据库概述 5
2.1.1 数据库的基本概念 5
2.1.2 关系数据库 6
2.1.3 Access数据库 7
2.1.4 Access数据库的优点 8
2.2 Visual Basic简介 9
2.2.1 Visual Basic 6.0 语言特点 9
2.2.2 Visual Basic 6.0术语简介 11
2.2.3 本设计中所使用的Visual Basic 6.0 控件及其属性简介 11
2.3 Visual Basic与图书馆信息管理系统的开发 11
第三章 图书馆信息管理系统 13
3.1 需求分析 13
3.1.1 系统需求 13
3.1.2 功能需求 14
3.1.3 性能需求 14
3.2 开发环境 15
3.2.1 可视化设计 15
3.2.2 事件驱动编程 16
3.3 系统总体分析 16
3.3.1 系统功能描述 16
3.3.2 管理员结构图 17
3.3.3 读者结构图 18
3.3.4 系统功能结构图 18
第四章 数据库设计 19
4.1 图书信息表 19
4.2 用户信息表 20
4.3 读者信息表 20
4.4 职工信息表 20
4.5 借阅信息表 21
4.6 数据表结构图 21
第五章 系统模块的具体设计 22
5.1 用户界面设计的原则 22
5.2 创建公用模块 23
5.3 系统各个具体界面的设计 24
5.3.1 登录界面设计 24
5.3.2 系统主界面设计 26
5.3.3 用户信息管理界面设计 28
5.3.4 图书信息管理界面设计 30
5.3.5 借书信息管理界面设计 32
5.3.6 使用帮助信息管理界面设计 32
5.4 系统维护与改进 33
第六章 总结与展望 34
致谢 35
参考文献 36
附录 37
2.4万字
我自己原创的毕业设计,今年最新的,仅在本站独家提交,大家放心使用
摘要:科学技术的飞速发展把人类社会推向了一个崭新的时代——信息时代。信息对社会经济发展的巨大推动作用,使其与物质、能源一起并列为现代社会的三大支柱。图书馆信息管理系统是图书馆不可缺的部分,图书馆信息管理系统应该能够为用户提供充足的信息和快捷的查询手段。因此,图书馆的信息服务已成为21世纪的主导发展机制之一。图书馆信息管理系统开发的总体目的是在图书馆信息管理中实现管理的系统化、自动化及智能化,减少人们的工作量,提高工作效率及可靠性。
本系统选用Visual Basic 6.0作为开发工具,利用其提供的各种面向对象的开发工具,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。最后对系统进行了测试并做出分析和讨论。本系统选用Access 2010为后台数据库,主要用来解决系统运行中的数据访问、添加、查询、修改及保存工作。
本系统是对图书馆的图书、读者及工作人员进行全面信息管理的系统,可以有效地管理图书馆的图书资源,记录图书馆与读者之间的书籍使用情况,提高员工的工作效率;可以作为独立的系统使用,它包括借阅信息管理、书籍信息管理、读者信息管理、系统管理四个主要的功能模块本系统力,求给读者提供方便快捷的途径去及时了解书籍信息及个人的书籍使用情况。
关键词:图书信息管理系统 Visual Basic 6.0 Access 2010
Design and Implementation of Library Information Management System
Abstract:the rapid development of science and technology to human society to a new era -- the era of information. Information huge role in promoting social and economic development, making it the material, energy tied together as the three pillars of modern society.Library Information Management System is an indispensable part of the library, library information management system should be able to provide users with adequate information and inquiry means fast. Therefore, Library information service has become one of the leading development mechanism of the 21st century. The overall purpose of Library Information Management System is to achieve systematic management, automation and intelligence in the library information management, reduce people's workload, improve efficiency and reliability.
The system selected as a development tool for Visual Basic 6.0, using a variety of object-oriented development tools it provides, first create a prototype system application in a short time, then, Initial prototype system needs to constantly revise and improve user satisfaction until the formation of a viable system. Finally, the system was tested and make analysis and discussion. The system uses Access 2010 as the backend database, is mainly used to solve the data access system running, add, query, modify, and save your work.
This is a comprehensive information management system for books, readers and staff of the library system, Can effectively manage resource library books, record books and readers use the library, improve staff productivity; Can be used as stand-alone system, which includes loan information management, information management books, the reader information management, systems management four main functional blocks of the system power, seeking to provide readers with quick and easy way to keep abreast of information and personal books books use.
Keywords: management information system Visual Basic 6.0 Access 2010
目 录
第一章 绪论 1
1.1 图书馆信息管理系统的概述 1
1.1.1 系统开发的意义 1
1.1.2 系统现状分析及其存在的问题 2
1.1.3 系统可行性分析 3
1.2 论文的主要内容及本人的主要工作 4
第二章 相关的理论基础和技术 5
2.1 数据库概述 5
2.1.1 数据库的基本概念 5
2.1.2 关系数据库 6
2.1.3 Access数据库 7
2.1.4 Access数据库的优点 8
2.2 Visual Basic简介 9
2.2.1 Visual Basic 6.0 语言特点 9
2.2.2 Visual Basic 6.0术语简介 11
2.2.3 本设计中所使用的Visual Basic 6.0 控件及其属性简介 11
2.3 Visual Basic与图书馆信息管理系统的开发 11
第三章 图书馆信息管理系统 13
3.1 需求分析 13
3.1.1 系统需求 13
3.1.2 功能需求 14
3.1.3 性能需求 14
3.2 开发环境 15
3.2.1 可视化设计 15
3.2.2 事件驱动编程 16
3.3 系统总体分析 16
3.3.1 系统功能描述 16
3.3.2 管理员结构图 17
3.3.3 读者结构图 18
3.3.4 系统功能结构图 18
第四章 数据库设计 19
4.1 图书信息表 19
4.2 用户信息表 20
4.3 读者信息表 20
4.4 职工信息表 20
4.5 借阅信息表 21
4.6 数据表结构图 21
第五章 系统模块的具体设计 22
5.1 用户界面设计的原则 22
5.2 创建公用模块 23
5.3 系统各个具体界面的设计 24
5.3.1 登录界面设计 24
5.3.2 系统主界面设计 26
5.3.3 用户信息管理界面设计 28
5.3.4 图书信息管理界面设计 30
5.3.5 借书信息管理界面设计 32
5.3.6 使用帮助信息管理界面设计 32
5.4 系统维护与改进 33
第六章 总结与展望 34
致谢 35
参考文献 36
附录 37