1 / 41
文档名称:

vb+access图书管理系统(论文+系统+开题报告+答辩PPT+外文翻译).rar

格式:rar   页数:41
该文档为压缩包格式,解压后包含41个文件,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

vb+access图书管理系统(论文+系统+开题报告+答辩PPT+外文翻译).rar

上传人:做机械197216396 2014/6/1 文件大小:0 KB

下载得到文件列表

vb+access图书管理系统(论文+系统+开题报告+答辩PPT+外文翻译)
../vb
../../VB0202_vb0331图书管理系统
../../../图片
../../../../1.jpg [58.52 KB]
../../../../2.jpg [33.45 KB]
../../../../3.jpg [46.63 KB]
../../../../Thumbs.db [13.50 KB]
../../../图书管理vb源代码
../../../../book.exe [164 KB]
../../../../book.mdb [248 KB]
../../../../book.PDM [3.88 KB]
../../../../book.vbp [1.27 KB]
../../../../book.vbw [1.01 KB]
../../../../form1.frm [4.74 KB]
../../../../form1.frx [134.61 KB]
../../../../frmaddbookinfo.frm [6.54 KB]
../../../../frmaddreaderinfo.frm [7.15 KB]
../../../../frmaddreaderstyle.frm [4.06 KB]
../../../../frmadduser.frm [4.40 KB]
../../../../frmbackbookinfo.frm [10.26 KB]
../../../../frmbackbookinfo.log [47 B]
../../../../frmbookstyle.frm [2.72 KB]
../../../../frmborrowbook.frm [9 KB]
../../../../frmchangpwd.frm [2.58 KB]
../../../../frmfindbook.frm [7.85 KB]
../../../../frmfindbook.log [47 B]
../../../../frmfindborrowinfo.frm [5.53 KB]
../../../../frmfindborrowinfo.log [47 B]
../../../../frmfindreader.frm [6.23 KB]
../../../../frmfindreader.log [47 B]
../../../../frmmodifybookinfo.frm [6.59 KB]
../../../../frmmodifybookinfo.log [47 B]
../../../../frmmodifybookstyle.frm [6.50 KB]
../../../../frmmodifybookstyle.log [47 B]
../../../../frmmodifyreaderstyle.frm [6.56 KB]
../../../../frmmodifyreaderstyle.log [47 B]
../../../../frmreaderinfo.frm [6.55 KB]
../../../../frmreaderinfo.log [47 B]
../../../../login.frm [3.10 KB]
../../../../Module1.bas [330 B]
../../../../MSSCCPRJ.SCC [189 B]
../../../图书管理系统.doc [329 KB]
../../../外文翻译.doc [89 KB]
../../../开题报告.doc [66 KB]
../../../毕业设计答辩ppt.ppt [133 KB]

文档介绍

文档介绍:摘要
在图书管理系统用计算机管理图书是一种计算机应用技术的创新,。
图书管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。
关键字:图书,面向对象,软件工程
Abstract
In the library management system puter management books is puter application technology innovation, not on puter before the popularity of management books are books of account management manual approach to the operation. Libraries are now generally used as a tool puter The practical procedures for the management puter books to help librarians more effective management of the book.
Book Management System is a typical management information system (MIS), including the development of its background of the establishment and maintenance of the database front-end applications, as well as the development of both. The former set up the requirements for data integrity and consistency of strong data security a good library. For the latter applications require full-featured and easy to use and so on.
     Keywords: books, Object-Oriented Software Engineering
目录
第一章概述 1
1
1
2
第二章开发环境及实现技术介绍 3
3
3
第三章图书管理系统的设计和实现 5
5
5
7
9
12
15
19
22
25
第四章图书管理系统的运行说明 40
40
致谢 42
参考文献 43
第一章概述

在图书管理系统用计算机管理图书是一种计算机应用技术的创新,。

图书管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。
经过分析,我们使用 MICROSOFT公司的 VISUAL BASIC开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。

系统功能要求的分析
图书管理系统主要服务与图书管理人员,包含的功能模块主要有:
图书管理:图书类别管理,图书信息管理
读者管理:读者管理,读者信息管理.
图书借阅管理:借书管理,还书管理.
系统管理:添加管理员,修改密码,退出系统
第二章开发环境及实现技术介绍
2