网站导航免费论文 原创论文 论文搜索 原创论文 网学软件 学术大家 资料中心 会员中心 问题解答 原创论文 大学论文导航 设计下载 最新论文 下载排行 原创论文 设计图标 Ppt模板 Flash素材 PSD素材 JS代码
返回网学首页
网学联系
最新论文 推荐专题 热门论文 素材专题
当前位置: 网学 > 编程文档 > VB > 正文

图书馆管理系统

来源:http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 16/02/11

【编者按】:网学网VB为您提供图书馆管理系统参考,解决您在图书馆管理系统学习中工作中的难题,参考学习。

包括论文,设计,论文字数:25026,页数:65

摘   要
随着现代科学技术的进步,人类社会正逐渐走向信息化,图书馆拥有丰富的文献信息资源,是社会系统的重要组成部分,在信息社会中作用愈来愈重要,我国图书馆计算机等信息技术的应用起步于20世纪70年代末期,随着改革开放的步伐得迅速发展,特别是90年代以后,我国图书馆信息网络建设取得了较大发展图书馆信息化建设迈向了一个新台阶。
图书馆管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强.数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。
因此本人结合开入式图书馆的要求,对SQL Server数据库、SQL语言原理、Visual Basic.net应用程序设计,数据库技术进行了较深入的学习和应用,主要完成对图书管理系统的需求分析、功能模块划分、数据库模式分析,并由此设计了数据库结构和应用程序。系统运行结果证明,本文所设计的图书管理系统可以满足借阅者、操做员(user)、图书馆工作人员(osa)和高级管理员(admini)三方面的需要。

关键词 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.
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.

Keywords  SQLlanguage; databasemodule ;bookmanagement; windowbody


目   录
摘要 I
Abstract II
第1章 绪论 1
1.1 课题背景 1
1.2 图书馆信息化管理 1
1.2.1 中国图书馆分类法 1
1.2.2 马克著录 2
1.2.3 Z39.50标准 2
1.2.4 读者管理 3
1.2.5 文献流通管理 3
第2章 开发工具简介 4
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
3.1.4 开发环境可行性 5
3.2 系统目标 6
3.2.1 合理的设计数据库 6
3.2.2 设计出友好的界面 6
3.2.3 实现基本功能和一些特殊功能的操作 6
3.3 基础信息维护 7
3.4 读者管理 8
3.5 图书管理 8
3.6 期刊管理 9
3.7 图书流通管理 10
3.8 期刊流通管理 11
3.9 统计分析管理 11
第4章 图书馆管理系统数据库分析 12
4.1 数据库 12
4.1.1 用户数据 12
4.1.2 元数据 12
4.1.3 索引 12
4.1.4 应用元数据 12
4.2 数据库管理系统 12
4.3 创建数据库 13
4.4 图书管理系统 13
4.5 图书馆管理系统E-R 14
4.6 图书馆管理系统数据表清单 14
第5章 实例制作介绍 16
5.1 实例功能图书馆 16
5.2 系统流程图 16
第6章 图书馆管理系统数据库设计 18
6.1 创建数据库 18
6.2 创建读者信息数据表 18
6.3 创建图书信息数据表 19
6.4 创建图书借阅数据表 19
6.5 创建其他关键数据表 20
6.6 创建主键及外键等表的约束 20
6.7 创建存储过程 22
第7章 程序开发 25
7.1 程序运行结果 25
7.2 创建工程 31
7.3 创建系统主窗体 32
7.4完成的读者类别设置功能 32
7.5 完成读者档案管理功能 34
7.6 完成图书类别功能 35
7.7 完成图书档案管理功能 35
7.8 完成图书征订功能 36
7.9 完成图书借阅功能 37
7.10 完成图书归还功能 38
7.11 完成图书罚款功能 38
7.12 编译并运行系统 39
结论 40
致谢 41
参考文献 42
附录A 43
附录B 50
附录C 54

图书馆管理系统......
  • 上一篇资讯: [VB]
  • 版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号