优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

图书管理系统的设计与实现(VB SQL2000)

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:

摘 要图书馆在正常运营中总是面对大量的读者信息、书籍信息以及两者相互作用产生的借书信息、还书信息。因此需要对读者资源、书籍资源、借书信息、还书信息进行管理,及时了解各个环节中信息的变更,有利于提高管理效率。随着现代计算机科学的发展,计算机信息系统越来越受到重视,对学校图书进行的管理工作已经逐渐改为由计算机完成。本文首先介绍开发工具Visual Basic,接着介绍了Visual Basic的数据访问技术,最后详细讲解了用Visual Basic开发的图书管理系统,这一部分主要包括数据库的建立和系统功能的实现(登陆,主界面,借阅管理,书籍管理,读者管理,读者查询,用户管理),最后做了开发总结。 [资料来源:http://www.THINK58.com]

关键词:图书管理系统,数据库,Visual Basic 内容来自think58 [资料来源:http://think58.com]

AbstractNowadays the society is an information society, when developing forward in economy, culture, etc., we need constantly study and keep touch with the others, in order to adapt to the development of the society.With the development of modern computer science, computer information systems take more attention, the supervisory work carries on which to the schoolbooks already gradually changed by the computer completes. The first presentation development tool Visual Basic, and then introduced the Visual Basic data access technologies, finally in detail explained development the Books management system using Visual Basic. This part including database creation and the system function realization (logging, the main interface, the borrows management, the books management, the reader manages, the reader inquires, user management), and finally the development summary. think58.com [资料来源:THINK58.com]

Keywords: Books management system, database, Visual Basic

think58.com [资料来源:THINK58.com]

[来源:http://think58.com]

目  录摘 要IAbstractII第1章引 言11.1 软件开发背景11.2 系统编写目的21.3 系统最终实现功能21.4 系统采用设计方法3第2章相关设计技术简介42.1 Visual Basic的历史42.2 Visual Basic常用术语解释52.3 Visual Basic的特点6第3章 数据访问技术73.1 Ado Data控件简介73.1.1 引入 Ado Data控件到VB项目73.1.2 控件的主要属性、事件和方法83.2 Ado Data控件直接操纵数据库113.2.1 连接数据源123.2.2 移动记录143.2.3 增、删、改记录153.3 SQL语言在VB中的应用163.3.1 SQL提供的实用函数163.3.2 利用SQL访问多个记录地方法16第4章 概要设计分析184.1 需求分析184.1.1 需求描述与分析184.1.2 需求分析的步骤184.2 可行性的分析194.3 数据库设计204.3.1 数据库204.3.2 索引214.3.3 后台数据库的建立22第5章 详细设计说明255.1开发使用的过程模型255.2 系统结构流程图265.3 系统功能的实现265.3.1 登陆265.3.2 主界面285.3.3 借阅管理285.3.4 书籍管理305.3.5 读者管理345.3.6 读者查询375.3.7 用户管理41总 结45致 谢46参考文献47 [资料来源:http://think58.com]

1.3 系统最终实现功能图书管理系统主要有5大类别的功能,分别是借阅管理,书籍管理,读者管理,读者查询,用户管理,当以读者身份进入该系统,只能使用图书查询功能。1)借阅管理实现的借书和还书功能。2)书籍管理:书库管理和图书类别设置功能。3)书籍管理:对图书进行查询,添加,删除,修改。4)读者管理:对读者进行查询,添加,删除,修改。5)读者查询可以对图书进行查找并可以对借阅情况进行查询。6)用户管理可以添加用户,并且可以修改用户密码。 think58 [资料来源:www.THINK58.com]

预览图:

think58.com

[资料来源:www.THINK58.com]

[来源:http://think58.com]

内容来自think58 [资料来源:http://THINK58.com]

[资料来源:http://www.THINK58.com]