范文字数:15788
关键词:数字化图书管理 查询 借阅 光盘添加 VB.Net
数字化图书共享平台
摘要
随着人类社会、计算机技术、通信技术和网络技术的迅速发展,人类对知识的需求也不断地增长。在这种形势下,书籍就渐渐地成为人们获取并增长知识的主要途径,而数字化图书馆这一新概念、新模式应运而生,并被视为21世纪信息产业主要的发展方向之一。这次设计的这个数字化图书管理系统,从图书的入库登记到查询浏览,从读者信息添加到查询,以及书本附带光盘的添加,形成了一个整体自动化管理模式,改善了图书馆的管理。本文介绍了在VB.NET环境下采用“自上而下地总体规划,自下而上地应用开发”的策略开发本系统的详细过程,提出实现图书馆信息管理、资源共享的基本目标,从而推动迈向数字化图书馆的步伐,并阐述系统结构设计和功能设计,从图书的入库登记到查询浏览,从读者信息添加到查询,书本附带光盘的添加形成了一个整体自动化管理模式,从软件工程的角度进行了科学而严谨的阐述。
Abstract
As human society, computer technology, communications technology and the rapid development of network technology, human demand for knowledge growing. Under such circumstances, the book gradually to increase access to and become the main way to knowledge, and the Digital Library of the new concept, the new model came into being, and is considered the 21st century the development of information industry one of the main. The graduation project, I am in my group of four where the background of the school library for the development, design of the digital library management system, from the Book of the storage register to the query browser, add the information from the reader to the query, as well as CD-ROM included with the addition of books, the overall automation of the formation of a management model to improve the management of our school library. VB.NET This article describes the environment in the adoption of the "top-down to the overall planning, bottom-up approach to application development" strategy to develop the detailed process of the system, the realization of the library information management, the basic objective of the sharing of resources, thereby promoting towards the pace of digital libraries and the system architecture design and functional design, from the storage register books to the query browser, add the information from the reader to query, add a book with CD-ROM attached to form an overall automated management, from software engineering angles of rigorous science.
Key words: Digital library management, inquiries, loan, CD-ROM add
目 录
引 言 4
第一章 系统总体设计 5
1.1系统概述 5
1.1.1 系统介绍 5
1.1.2 主要功能 5
1.1.3 可行性分析 6
1.2 开发背景 6
1.2.1 系统要求 6
1.2.2 数据字典 6
1.3 系统分析 8
1.3.1 系统流程分析 8
1.3.2 系统功能分析 8
1.3.3 系统结构 9
1.4 系统设计 9
1.4.1 设计目标 9
1.4.2 编码设计 10
1.4.3 输入设计 10
1.4.4 输出设计 10
1.4.5 系统安全和可靠性设计 10
1.5 数据库设计 11
第二章 系统设计相关原理 13
2.1 Visual Basic 技术简介 13
2.2 数据库的实现 13
2.3 ADO 16
第三章 系统详细设计 18
3.1 系统注册窗体设计 18
3.1.1 实现目标 18
3.1.2 开发流程 18
3.1.3 设计思路 19
3.2 查询 23
3.2.1 书籍信息查询窗体设计 24
3.2.2 读者信息查询窗体设计 27
3.3 关于窗体 30
第四章 结束语 31
4.1 系统效应 31
主要参考文献 33
数字化图书共享平台相关范文