《图书馆管理系统设计与实现毕业设计论文》.doc
文本预览下载声明
图书馆管理系统设计与实现
摘要 图书馆作为知识的聚集地,是我们获取知识的重要途径之一。现今,许多图书馆都是初步使用计算机进行信息管理,甚至有的图书馆都未使用计算机进行管理。如果图书馆使用人工进行管理,图书和用户资料繁多,手工处理工作量大,所以整体管理效率低下,同时对于读者而言,图书的查阅也是巨大的挑战。所以,使用计算机进行管理的模式势在必行。为了提高对图书管理的效率,本设计针对通常的图书管理流程设计了一个图书管理系统。
本系统主要采用SqlServer2010数据库作为后台数据库、visual C#编程语言作为前台开发工具进行开发的。通过对数据库的操作,实现图书管理、读者管理、借阅管理、挂失解挂、用户信息关系等功能。本系统可以实现图书馆的基本功能,对于小型图书馆来说,是一个很好的管理图书和读者的系统。
关键词 数据库 图书馆管理 visual C# SqlServer
Library managerment system DESIGN AND IMPLEMENTATION
Abstract The library as the hub of knowledge, one of the important ways to make us obtain knowledge.Nowadays, many libraries are preliminary information management with computers, and some didnt use computer to manage the library.But if the library using artificial management, books, and the user data is various, including a lot of data management, etc., the manual processing workload is big, so the overall management efficiency is low, at the same time readers access to it is also a huge challenge to books.So, it is imperative to use computer to manage mode.In order to improve the efficiency of books management, the design for books management process usually a books management system management system is designed. This system mainly USES SqlServer2010 database as the backend database, visual c # programming language as a front-end development tool for development.Through to the operation of the database, the realization of books management, reader management, library management, report the loss of the solution, the relationship between user information function.This system can realize the basic function of the library, for small library is a good management system of books and readers.
Key words The database Library management visual C# SqlServer
目录
1前言 3
1.1 问题的提出 3
1.2 开发的意义 4
2 图书管理系统分析 5
2.1 系统需求分析 5
2.2系统功能分析 5
2.3 系统用例图设计 6
2.4 系统流程图设计 6
3 数据库设计 8
3.1 数据库分析 8
3.2 数据库概念设计 8
3.3 数据库逻辑结构设计 12
4 系统设计与功能实现 16
4.1 数据库代码设计 16
4.2 登录模块设计 19
4.3 主窗体模块 21
4.4图书管理模块设计 25
4.5读者管理模块设计 29
5.系统测试 33
5.1登录系统 33
5.2添加图书信息 34
显示全部