{$cfg_webname}
主页 > 计算机 > Delphi >

基于Delphi的图书管理系统的设计与实现

来源:wenku168.com  资料编号:WK1682207 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1682207
资料介绍


摘  要:图书馆作为一种信息资源的集散地,图书资料和读者繁多,包含大量信息数据的管理,若采取手工方式对图书资料和图书借阅情况进行管理,工作量大,整体管理效率低下,也不方便读者对图书资料的查阅。利用计算机强大的处理能力实现图书管理的自动化已经成为一种趋势。
  本文对MS SQL Server2000数据库管理系统、SQL语句的设计、Delphi应用程序开发技术进行了较深入的学习和应用,针对通常的图书管理流程,对图书管理系统进行了需求分析、功能模块划分和数据库模式分析工作,最终开发出一个可以使用的图书管理系统。
  系统的运行结果表明,所设计的图书管理系统可以满足读者,图书馆工作人员,系统管理员三者的共同需求。

关键词:数据库,Delphi,图书管理系统,SQL

毕业设计(论文)外文摘要

   The design and Implementation of Library Management System
           which based on Delphi

Abstract: As a collection of information resources,the readers and books of the library are various .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. Then using computers to achieve library's automated management has become a trend.
   The paper are based on MS SQL Server 2000 database management system , the design of SQL statesments and application program developing technique of Delphi . In this paper, the analyse and design process of the whole system is presented, including the system's requirement analysis, function modules design, database model analyse. Finally a library management system is designed, which can meet requirements of library.
   The result of running this system proves that it could meet the common needs of various kinds of users including readers, library staffs and system administrators.


Keywords: Database; Dephi; Library Management System; SQL. 
   
                              目  录

1 引言 1
1.1 课题的研究背景与意义 1
1.2 问题的定义与简介 1
1.3 可行性分析 2
1.4 论文各章介绍 3
2 需求分析 4
2.1 系统功能需求分析 4
2.2 数据流分析 5
2.3 数据字典 6
3 系统设计 9
3.1 系统总体设计 9
3.2 数据结构设计 11
3.3 开发工具说明 14
3.4 系统实现存在问题和解决方案 15
4 模块详细设计 16
4.1 主窗体设计 16
4.2 系统维护模块设计 17
4.3 读者管理模块详细设计 22
4.4 图书管理模块详细设计 28
4.5 图书流通模块详细设计 30
5 测试与调试 42
5.1 系统测试 42
5.2 系统运行与维护 43
5.3 调试 44
6 用户使用手册 45
6.1 新系统功能简介 45
6.2 开发环境和运行环境设计 46
7 系统评价 47
7.1 系统主要功能、特色/优点介绍 47
7.2 系统存在不足与改进方案 48
7.3 设计心得与收获 48
结  论 50
致  谢 51
参 考 文 献 52

论文各章介绍
  第2章内容主要是:系统功能需求分析包括系统功能要求和功能需求分析;数据流分析;数据字典。
  第3章主要内容是:系统总体结构;数据结构设计;开发环境和运行环境设计。
  第4章主要内容是:本系统各模块的详细设计。
  第5章主要内容是:系统测试;系统运行与维护;测试。
  第6章主要内容是:新系统功能简介;运行环境;系统操作手册。
  第7章主要内容是:系统主要功能、特色/优点介绍;系统存在不足与改进方案;将来可能提出的要求;设计心得与收获。
  最后是结论、致谢和参考文献。

系统功能简介
   图书管理系统主要由系统管理,读者管理,图书管理,图书流通,退出等几大模块组成。
  1.系统  包括用户登录、用户添加、用户删除、密码修改。
  (1)用户登录:对用户进行密码的验证,只有合法的用户才能使用本系统。
  (2)用户添加:管理员添加新用户(管理员)并设定他们的密码。
  (3)用户删除:管理员可以删除用户(管理员)信息。
  (4)密码修改:管理员可以修改用户(管理员)的密码。
  

推荐资料