图书馆管理系统
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
目录
摘要................................................ I II Abstract ............................................... I V 引言.. (1)
第一章开发概述 (2)
1.1 课题的开发背景 (2)
1.2 课题开发的作用和意义 (2)
第二章系统需求分析 (4)
2.1 任务概述 (4)
2.2 功能需求分析 (4)
2.3性能需求 (5)
2.5可行性论证 (6)
第三章系统总体设计 (7)
3.1 新的业务流程 (7)
3.2 系统功能模块图 (7)
第四章系统详细设计 (9)
4.1 程序流程图 (9)
4.2系统功能模块设计 (10)
4.2.1接口,输入输出设计 (10)
4.2.2功能模块描述 (11)
4.2.3主要功能模块界面设计 (14)
4.3 数据库的设计 (15)
4.3.1数据字典 (15)
4.3.2 数据库的逻辑设计 (16)
4.3.3 数据库的物理设计 (19)
第五章系统的实现 (23)
5.1系统开发环境 (23)
5.2系统功能模块的实现 (23)
5.2.1登陆界面 (23)
5.2.2主界面 (24)
5.2.3系统管理模块 (24)
5.2.4图书管理模块 (25)
5.2.5读者管理模块 (25)
5.2.6借书管理模块 (26)
5.2.7借书查询界面 (26)
5.2.8还书管理模块 (27)
5.2.9还书查询界面 (27)
第六章系统测试 (28)
6.1 测试计划和要点 (28)
6.1.1 主模块测试要点 (28)
6.1.2 借书模块测试要点 (28)
6.1.3 读者模块测试要点 (28)
6.1.4 图书归还模块测试要点 (29)
6.2 测试用例 (29)
6.2.1 主模块测试用例 (29)
6.2.2 借书模块测试用例 (30)
6.2.3 读者管理模块测试用例 (30)
6.2.4 图书归还模块测试用例 (31)
6.3 测试结果及分析 (31)
结束语 (33)
参考文献 (34)
致谢 (35)
附录: (36)
摘要
系统在Visual Basic6.0环境下运用SQL Server 2000数据库连接采用“自上而下地总体规划,自下而上地应用开发”的策略开发系统的详细过程,提出实现图书馆信息管理、资源共享的基本目标,从而推动迈向数字化图书馆的步伐,并阐述系统结构设计和功能设计,系统主要分为八个模块:系统模块,用来实现用户的添加;图书管理模块,用来实现图书类别的管理,图书信息的添加、删除、修改、查询、图书报损;期刊管理模块:用来实现期刊类别的管理、期刊信息的添加、删除、修改、查询、期刊报损;读者管理,用来实现读者信息的添加、删除、修改、查询;借书管理模块:用来实现相关书籍借书信息的添加、删除、修改、查询;还书管理模块:用来实现相关书籍归还信息的添加、删除、修改、查询、对超期情况的罚款;系统帮助模块;其中借书与还书管理模块是系统的核心部分。管理员登陆系统可以通过对以上管理模块操作对相应的信息更新,管理。而使图书馆管理系统实现了高适应、高集成、高智能、高效率的系统特点。
关键词:图书馆管理、借书、SQL Server 2000
Abstract
System in Visual Basic6.0 Environment SQL Server 2000 database connection using a "top-down master plan, application development from the bottom up" strategy developed for the detailed procedure, the realization of library information management, resource sharing of basic goals, thus promoting the pace towards the digital library and describes the system structure design and functional design, The system consists of eight modules: system modules used to implement the user to add; book management module, used to implement the types of management books, books of information to add, delete, modify, query, book reports loss; Series Management Module: The to achieve the type of management journal, periodical information to add, delete, modify, query, journal reported loss; reader management, to achieve the reader information to add, delete, modify, query; charging management module:Books library used to implement information to add, delete, modify, query; also book management module: used to achieve the return of information related books to add, delete, modify, query, on the extended situation fine; system to help module; which, by Books and book management module is also the core of the system. Administrator login system management module can operate above the corresponding update, management. Ershi library management system to achieve a high adaptation, high integration, high intelligence, high efficiency of the system characteristics.
Key word:book gradually、Library、SQL Server 2000