免费获取|
论文天下网
  • 论文天下网 |
  • 原创毕业论文 |
  • 论文范文 |
  • 论文下载 |
  • 计算机论文 |
  • 论文降重 |
  • 毕业论文 |
  • 外文翻译 |
  • 免费论文 |
  • 开题报告 |
  • 心得体会 |

当前位置:论文天下网 -> 论文下载 -> 毕业论文下载

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

本文ID:19756 字数:15290,页数:47

下载地址 全文下载链接(充值:¥50.00元) 

论文字数:15290,页数:47

摘要
 
 图书管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的数据库。而对于后者则要求应用程序功能完备,易使用等特点。结合图书馆公共检索管理的要求,对MS SQL Server2000数据库管理系统、SQL语言原理、Power Builder 9.0应用程序设计,Power Builder 9.0数据库应用技术进行了较深入的学习和应用,主要完成对图书管理系统的需求分析、功能模块划分、数据库模式分析,并由此设计了数据库结构和应用程序。
 本设计所完成的图书管理系统软件是功能较完善的数据管理软件,数据操作方便高效。该软件采用功能强大的数据库软件开发工具进行开发,可在应用范围较广的Windows系列操作系统上使用。

关键词: 图书管理系统;数据库安全性;Power Builder 9.0;MS SQL Server2000
ABSTRACT

 Search public library management information system is a typical management information system (MIS), including the development of its database background to the establishment and maintenance, and front-end application development aspects. With regard to the former request to establish strong data consistency and integrity, data security a good database. For the latter request applications fully functional, easy to use and so on. Search the management of public libraries with the requirements of the MS SQL Server2000 database management system, SQL language principle, Power Builder 9.0 application design, Power Builder 9.0 database application technology for a more in-depth study and application of the completion of the main public library management information retrieval System requirements analysis, functional module of the database model analysis and design of this structure of the database and applications.
 The design by the Public Library Management Information Retrieval System Software is a function of a better system of data management software, with data to facilitate efficient operation of the advantages of the rapid. The software used a powerful database software development tools for development, has a good portability, the application of a wide range of Windows family of operating systems used.

Keywords: Public library management information retrieval system, Database security; Power Builder 9.0; MS SQL Server2000

目录

摘要 I
ABSTRACT II
第1章  引言 1
第2章  问题定义 2
 2.1  现行系统存在的问题 2
 2.2  项目目标 2
 2.3  项目范围 2
第3章  可行性研究 3
 3.1  现行系统调研 3
3.1.1  现行系统目标 3
 3.2  可行性分析 3
3.2.1  可行性分析的目的 3
3.2.2  技术可行性 4
3.2.3  操作可行性 4
3.2.4  法律可行性 4
第4章  需求分析 5
 4.1  图书管理系统功能描述 5
 4.2  图书管理系统性能描述 5
 4.3  图书管理系统逻辑模型 5
 4.4  图书管理系统安全性分析 7
4.4.1  数据安全性设计 7
4.4.2  管理员登录的安全性 7
第5章  总体设计 8
 5.1  设计思想 8
 5.2  图书管理系统模块图 8
 5.3  图书管理系统模块描述 9
5.3.1  信息查询模块描述 9
5.3.2  图书管理模块描述 10
5.3.3  初使化模块描述 10
5.3.4  初始化管理模块描述 10
 5.4  数据库设计 10
5.4.1  代码设计 10
5.4.2  数据库设计 11
 5.5  系统安全性设计 19
5.5.1  数据安全性设计 19
5.5.2  管理员登录的安全性 19
5.5.3  操作安全性 19
第6章  详细设计 20
 6.1  图书管理系统模块详细设计 20
6.1.1  用户管理模块功能 20
6.1.2  用户管理模块输入界面设计 20
6.1.3  系统管理模块输出界面设计 20
6.1.4  用户管理模块数据结构描述 21
6.1.5  用户管理模块流程 21
 6.2  查询模块详细设计 22
6.2.1  查询模块功能 22
6.2.2  查询模块输入界面设计 22
6.2.3  图书查询模块输出界面设计 22
6.2.4  图书查询数据结构描述 22
6.2.5  其它查询模块 23
 6.3  图书管理模块详细设计 24
6.3.1  书籍管理模块功能 24
6.3.2  书籍管理模块输入/输出界面设计 24
6.3.3  图书管理模块数据结构描述 25
6.3.4  书籍管理模块流程 25
 6.4  借阅、归还管理模块详细设计 25
6.4.1  借阅、归还信息管理模块功能 25
6.4.2  借阅信息管理模块输入/输出界面设计 26
6.4.3  借阅管理模块数据结构描述 27
第7章  编码 28
 7.1  编程工具的选择 28
 7.2  变量设计 28
7.2.1  变量名设计原则 28
7.2.2  变量设计 28
第8章  测试设计 31
 8.1  系统测试的基本原则 31
 8.2  图书管理系统单元测试 31
8.2.1  图书管理系统模块单元测试方案设计 31
 8.3  图书管理系统模块系统测试结论 32
8.3.1  软件能力 32
8.3.2  软件缺陷 32
8.3.3  软件限制 33
第9章  结束语 34
致谢 35
参考文献 36
附录 37

相关论文
上一篇:基于JSP技术的宠物店网站 下一篇:基于J2EE的食品企业进销存系统的..
推荐论文 本专业最新论文
Tags:图书 管理系统 设计 实现 2011-05-17 08:16:21【返回顶部】

相关栏目

教育管理论文
汉语言文学
学前教育论文
心理学论文
小学教育论文
现代教育技术
数学与应用数学
数学教育论文
工商管理
人力资源管理
财务会计
法律论文
行政管理论文
物流专业论文
电子商务论文
理工科论文
物理学论文
乡镇企业管理
电视制片管理
文化产业管理
物业管理论文
毕业论文下载
包装工程论文
印刷工程论文
工业工程论文
信息管理论文
生物工程论文
制药工程论文
电子信息工程
通信工程论文
电气工程论文
信息计算科学
药学专业毕业论文


关于我们 | 联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 原创毕业论文

 

论文天下网提供论文检测,论文降重,论文范文,论文排版,网站永久域名WWW.GEPUW.NET

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 893628136@qq.com

Copyright@ 2009-2022 GEPUW.NET 论文天下网 版权所有