网站地图| 免费获取|
免费论文网
  • 网站首页|
  • 论文范文|
  • 修改降重|
  • 职称论文|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 开题报告论文
搜索

当前位置:免费论文网 -> 论文下载 -> 论文下载 -> 图书管理系统的设计与实现
计算机论文| ASP设计| Delphi| VB设计| JSP设计| ASP.NET设计| VB.NET| java设计| VC| pb| VS| dreamweaver| c#.net| vf| VC++| 计算机论文范文| 论文下载| 自动化论文

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

本文ID:LW19756 字数:15290,页数:47 价格:¥50.00 → 信用说明

以下为论文简介,扫一扫付款马上可获取全文,付款金额见标题右下角。付款后请把付款结果截图及本篇论文的网址或者论文ID发给客服,客服核实后,马上将论文发到您的邮箱或者在线传送给您。客服QQ:17304545 点击这里给我发消息   微信:17304545 扫一扫 扫一扫
本站会员可自行下载:下载地址 图书管理系统的设计与实现 (收费:5000 积分)  如何获取积分?
图书管理系统的设计与实现

文档字数: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

图书管理系统的设计与实现由免费论文网(www.jaoyuw.com)会员上传。
原创论文流程 相关论文
上一篇:基于JSP技术的宠物店网站 下一篇:基于J2EE的食品企业进销存系统的..
推荐论文 本专业最新论文
Tags:图书 管理系统 设计 实现 2011-05-17 08:16:21【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文


免费论文网提供论文范文,论文代发,原创论文

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

Copyright@ 2009-2023 免费论文网 版权所有