1 / 67
文档名称:

毕业设计计算机论文.doc

格式:doc   大小:416KB   页数:67页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计计算机论文.doc

上传人:435638 2020/11/28 文件大小:416 KB

下载得到文件列表

毕业设计计算机论文.doc

相关文档

文档介绍

文档介绍:: .
图书管理系统
摘 要
图书馆作为一个信息资源的集散地,包含很多信息数据的管理。若图书馆采取手工的方式对图书资料和图书借阅情况进行人工管理的话,由于信息数据的繁多,会使手工处理的工作量非常大,同时也就影响了图书馆整体的管理效率。因此,人们希望使用一个有效的图书管理系统,用以提高图书馆的日常工作效率。在这样的背景下,本文针对图书管理的一般流程,以C/S模式设计出了一个图书借阅管理系统,可满足大多数中小型的图书馆的管理要求。
本设计是建立在Visual C++及Access数据库平台开发基础上的,一个典型的信息管理系统(MIS)。在本文中,给出了该系统的整个系统分析、设计以及实现的过程,包括需求分析、功能模块的分析与设计、数据模式的分析与设计,最后是系统的VC实现。所设计的图书管理系统可以满足读者,
系统的运行结果表明,图书馆工作人员以及管理人员三者的共同需求。
关键词: 图书馆; 借阅; 权限; 管理系统
BOOK MANAGEMENT SYSTEM
ABSTRACT
Since volumes of book management activities have to take place daily in library, it will be a hard work and be low efficiency if only manual operations are adopted in the management. To upgrade their management efficiency, people would like to develop various Book Management Systems to help their daily work. In this paper, a book management system built in Client/Server model is designed, which can meet requirements of most library management for its integration of general library transaction management processes.
The design is a typical information management system (MIS), which based on Visual C++ and Access database platform development basis. In this paper, its development mainly including the system’s requirement analysis, function modules design, data model design and its VC implementation.
The running of the system proves that it could meet the common usage for various kinds of users including readers, library staffs and administrators.
Keywords: library; borrowing; authority; management system
目录
第一章 绪论 1
§ 1
§ 课题的背景 1
§ 课题的来源 1
§ 图书借阅管理的发展概况 1
第二章 系统解决方案 3
§ 设计方案的论证 3
§ 设计方案的选择 3
§ 设计工具的选择 4
§ 设计方案的说明 5
§ 设计意义 5
§ 系统总体描述 5
§ 系统角色类型 6
§ 系统规划 7
§ 预期目的 7
§ 技术要求 7
第三章 系统详细设计 9
§ 系统模块架构 9
§ 系统功能说明 10
§ 系统登陆模块 10
§ 读者管理模块 10
§ 图书管理模块 15
§ 图书借还模块 18
§ 管理员设置模块 23
§ 系统查询模块 24
§ 26
§