图书馆信息管理系统毕业论文+ppt答辩+源程序.rar

RAR格式版权申诉手机打开展开

图书馆信息管理系统毕业论文+ppt答辩+源程序,摘 要本文论述的图书馆图书信息管理系统是每一个学校必不可少的管理系统,该系统主要解决了人工手动管理图书信息在实践的问题。本文论述了图书馆图书信息管理系统开发的目标和要求,并重点介绍了系统分析、系统设计、系统测试和系统实施的全过程。在描述系统分析和系统设计过程中,为了使该系统的开发过程具有规范化,为此,本文确定了开发系统...
编号:88-207928大小:1.76M
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 wanli1988go 发布

摘 要
本文论述的图书馆图书信息管理系统是每一个学校必不可少的管理系统,该系统主要解决了人工手动管理图书信息在实践的问题。
本文论述了图书馆图书信息管理系统开发的目标和要求,并重点介绍了系统分析、系统设计、系统测试和系统实施的全过程。在描述系统分析和系统设计过程中,为了使该系统的开发过程具有规范化,为此,本文确定了开发系统的指导思想:一、运用了规范化的设计思想。二、从实际应用出发,为求实用。三、以VB6.0的数据库应用程序的设计和开发为主,开发一个适应与大、中、小学校的图书管理系统。
本文分为五章编写,第一章是信息系统基础与简介,介绍信息系统的主要作用及设计方法流程。第二章是系统分析,系统分析是对系统的现状进行分析。根据系统的目标、需求分析和功能分析,制定和选择一个较好的系统方案,从而达到一个合理的优化系统。第三章是数据库设计和结构创建,数据库设计的全过程,可以相应地分成三个阶段:第一个阶段为数据库需求分析阶段,第二个阶段为建立概念性数据模型,第三个阶段为逻辑设计阶段。第四章是系统设计,系统设计的目的是最大限度地运用系统分析的结果,设计出能最大限度地满足要求的系统。第五章是系统测试和系统运行,系统测试的目的是为了找出错误,修正错误,使系统真正达到要求。
关键词: 数据库,SQL语言,图书管理,窗体,组件
Abstract
This paper addresses the library information management system is essential for every school management system, the system is mainly to solve the artificial hand information on practice management books.
This paper addresses the library information management systems development objectives and requirements, and focus on introducing systems analysis, system design, system testing and system implementation throughout the process. In describing analysis and system design process, in order for the system development process is standardized and, to that end, this paper established the guiding ideology of the system : First, the use of standardized design concepts. Second, from a practical application in mind, for the sake of practical. Third, to the VB6.0 database applications design and development-oriented, with the development of a large, primary and secondary schools in the library management system.
This article is divided into four chapters prepared, the first chapter is a systematic analysis, a systematic analysis of the status of the system for analysis. Under the system objectives, the needs analysis and functional analysis, system design and choice of a better programme, thereby achieving a reasonable optimization systems. Chapter II is a database design and structure, the whole process of database design can be correspondingly into three phases : the first phase of the database needs analysis phase, the second phase for the establishment of a conceptual data model for the third phase of the logic design stage. Chapter III is the system design, system design is to maximize the use of the analysis results, design can maximize the system to meet requirements. Chapter 4 is system testing and system operations, system testing is designed to identify deficiencies and correct mistakes and the system truly meet the requirements.

Keyword: Databases, SQL language,Library management, Chuangti,Components








书 目
摘 要 I
Abstract II
第一章 信息系统基础与简介 1
1.1管理信息系统概要 1
1.2 管理信息系统的基本功能 1
1.2.1数据的采集和输入 1
1.2.2数据的传输 2
1.2.3信息的存储 2
1.2.4信息的处理 2
1.2.5信息的输出 2
1.3管理信息系统的特征 2
1.4管理信息系统的结构 3
1.5信息系统的生命周期 3
第二章 系统分析 4
2.1确定系统目标 4
2.2系统需求分析 4
2.3系统功能分析 4
2.3.1功能分析 4
2.3.2功能分析图 5
第三章 数据库设计及流程图 6
3.1 数据库理论基础 6
3.1.1 数据库系统设计 6
3.1.2 数据库设计范式分析 8
3.1.3 数据库设计 10
3.2 系统流程图 13
3.2.1顶层流程图 13
3.2.2底层流程图 14
第四章 系统设计及代码 19
4.1登陆框 19
4.2主界面 21
4.3基本信息窗体 26
4.3.1图书信息窗体 26
4.3.2图书类别信息窗体 32
4.3.3出版社信息窗体 32
4.3.4班级信息窗体 32
4.3.5学生信息窗体 32
4.4基本处理窗体 33
4.4.1借书处理 33
4.4.2还书处理 33
4.5窗体查找 37
4.5.1查找学生信息 37
4.5.2查找图书信息 40
4.5.3查找借书信息 40
4.6设置窗体 40
4.6.1用户设置 40
4.6.2数据库备份 40
第五章 系统测试和系统运行 43
5.1测试计划 43
5.1.1测试方案 43
5.1.2测试项目 43
5.2、测试项目说明 44
5.2.1用户登录窗口的测试 44
5.2.2添加用户窗口的测试 44
5.2.3修改用户密码窗口的测试 44
5.2.4修改图书信息窗口的测试 44
5.2.5录入学生信息窗口的测试 45
5.2.6添加借书信息窗口的测试 45
5.2.7查询图书信息窗口的测试 45
4.2.8备份数据库的测试 45
5.3 测试计划评价 45
心得体会及致谢 46
编程心得 46
感谢 46
参考书目 47



参考书目
[1] 陈明,《visual basic 程序设计》,中央广播电视大学出版社,2002。
[2] 刘世峰,>,中央广播电视大学出版社,2004。
[3] 郑荣贵、黄平、谷会东,《VB6.0数据库开发与应用》,中科多媒体电子出版社,2002 。
[4] 伍俊良,《VB6控件应用实例教程》,北京希望电子出版社,2002。
[5]卢国俊,《VB6数据库开发》,电子工业出版社,2002。
[6] 边萌..