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

vb图书馆管理系统(源代码+论文)

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:
  核心提示:如有需要请联系 QQ:306826066图书馆管理系统摘要随着现代科学技术的进步,人类社会正逐渐走向信息化,图书馆拥有丰富的文献信息资源,是社会系统的重要组成部分,在信息社会中作用愈来愈重要,我国图...

如有需要请联系 QQ:306826066

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

图书馆管理系统 
  
随着现代科学技术的进步,人类社会正逐渐走向信息化,图书馆拥有丰富的文献信息资源,是社会系统的重要组成部分,在信息社会中作用愈来愈重要,我国图书馆计算机等信息技术的应用起步于20世纪70年代末期,随着改革开放的步伐得迅速发展,特别是90年代以后,我国图书馆信息网络建设取得了较大发展图书馆信息化建设迈向了一个新台阶。 
图书馆管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强.数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。 

[版权所有:http://think58.com]


因此本人结合开入式图书馆的要求,对SQL Server数据库、SQL语言原理、Visual Basic.net应用程序设计,数据库技术进行了较深入的学习和应用,主要完成对图书管理系统的需求分析、功能模块划分、数据库模式分析,并由此设计了数据库结构和应用程序。系统运行结果证明,本文所设计的图书管理系统可以满足借阅者、操做员(user)、图书馆工作人员(osa)和高级管理员(admini)三方面的需要。

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

关键词 SQL语言;数据库组件;图书管理;窗体 
library management system
Abstract
Along with the technical advance in modern science, mankind society head for gradually the information turns, the library owns the abundant cultural heritage information resources, using the importance of the social system to constitute the part, in information society the function is more and more important, our country technical and applied start in information in etc. in calculator in library in 20 centuries 70's last phase, is liberal to develop quickly along with the step that reform, especially 90's hereafter, our country library information network developments obtained the big development library information turns developments headed into a new step.

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


The book management system is a typical information management system (MIS), its development mainly includes the application procedure of establishment and maintenance and head of backstage database to develop two aspects. Start to build up the data consistency and the integrity to the former request strong, the data safety good database .But then request applying procedure function is complete to the latter, easy usage etc. characteristics.
So oneself combine to open into the request of type library, apply program design to the SQL server databaseVisual Basic.netdatabase technique carried on more thorough study and application, mainly completing the need to manage the system to book analysis, function mold piece divide the line, database mode analysis, and designed database structure from here and applied procedure. he system circulates a result certificate, the book designed by this text management the system can satisfy to borrow to read, hold to do a member(user), library of staff member(osa) and deluxe managing person(admini)'s three aspects. [来源:http://www.think58.com]

Keywords SQLlanguage; databasemodule ;bookmanagement; windowbody
  
摘要 I
Abstract II
1 绪论 1
1.1 课题背景 1
1.2 图书馆信息化管理 1

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


1.2.1 中国图书馆分类法 1
1.2.2 马克著录 2
1.2.3 Z39.50标准 2
1.2.4 读者管理 3
1.2.5 文献流通管理 3
2 开发工具简介 4

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


2.1 VB简介 4
2.2 VB发展 4
3 图书馆管理系统需求分析 5
3.1 可行性分析 5
3.1.1 技术可行性 5
3.1.2 经济可行性 5
3.1.3 管理可行性 5
[资料来源:http://THINK58.com]

3.1.4 开发环境可行性 5
3.2 系统目标 6
3.2.1 合理的设计数据库 6
3.2.2 设计出友好的界面 6
3.2.3 实现基本功能和一些特殊功能的操作 6
3.3 基础信息维护 7

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


3.4 读者管理 8
3.5 图书管理 8
3.6 期刊管理 9
3.7 图书流通管理 10
3.8 期刊流通管理 11
3.9 统计分析管理 11
[资料来源:http://THINK58.com]

4 图书馆管理系统数据库分析 12
4.1 数据库 12
4.1.1 用户数据 12
4.1.2 元数据 12
4.1.3 索引 12
4.1.4 应用元数据 12 [资料来源:http://www.THINK58.com]
4.2 数据库管理系统 12
4.3 创建数据库 13
4.4 图书管理系统 13
4.5 图书馆管理系统E-R 14
4.6 图书馆管理系统数据表清单 14
5 实例制作介绍 16
[资料来源:www.THINK58.com]

5.1 实例功能图书馆 16
5.2 系统流程图 16
6 图书馆管理系统数据库设计 18
6.1 创建数据库 18
6.2 创建读者信息数据表 18
6.3 创建图书信息数据表 19

[资料来源:THINK58.com]


6.4 创建图书借阅数据表 19
6.5 创建其他关键数据表 20
6.6 创建主键及外键等表的约束 20
6.7 创建存储过程 22
7 程序开发 25
7.1 程序运行结果 25 [资料来源:www.THINK58.com]
7.2 创建工程 31
7.3 创建系统主窗体 32
7.4完成的读者类别设置功能 32
7.5 完成读者档案管理功能 34
7.6 完成图书类别功能 35
7.7 完成图书档案管理功能 35
7.8 完成图书征订功能 36 [资料来源:THINK58.com]
7.9 完成图书借阅功能 37
7.10 完成图书归还功能 38
7.11 完成图书罚款功能 38
7.12 编译并运行系统 39
结论 40
致谢 41
参考文献 42
附录A 43 [版权所有:http://think58.com]
附录B 50
附录C 54
1 绪论 
1.1 课题背景 
随着现代科学技术的进步,人类社会正逐渐走向信息化,图书馆拥有丰富的文献信息资源,是社会系统的重要组成部分,在信息社会中作用愈来愈重要,我国图书馆计算机等信息技术的应用起步于20世纪70年代末期,随着改革开放的步伐

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

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