文档介绍:图书管理信息系统
摘要
这篇论文主要讲述关于图书馆管理信息系统的信息,特别是讨论了关于设计该系统时的思想、方法和过程,以及在细节上分析函数和方法的实现思想。在本论文中讲述的图书馆管理信息系统拥有一个交互式的界面、逻辑的数据库结构。并且在设计数据库时还考虑到了实体完整性约束、参照完整性约束、及尽量减少数据的冗余,在数据库里有包括表、过程、函数、触发器等5个数据库对象。许多涉及到图书、读者的信息的功能在本系统中都有实现。例如,你可以将新书的信息插入到数据库的图书基本情况表里;还可以对已经插入的关于图书的信息进行修改;更重要的是,读者可以从图书馆里借阅书籍。经过多次的测试和运行,本系统能实现其在设计时的所有功能。
【关键字】图书、读者、管理系统、数据库
BOOKS Management Information System
Abstract
This dissertation mainly talk about information about the system of library, particularly discusses the design thinking ,method and process of creating a library Management Information System and analyses the function and method of realization in detail. This system , which is implemented in our project talked about in this dissertation has a very interactive interface , a very logical database architecture. What has been taken into account most are entity integrity , reference integrity and reduction of data redundancy. There are 5 database objects in total, including tables , procedure , trigger and so on. Many kinds of functions related to book or reader closely have been implemented in our system .For example: you can insert the information of a new book into database, you can also alter the information which has been inserted , more important ,the reader can borrow book from the library.
After being tested many times ,the system can be run well !
【Keywords】Book、Reader、Management System、Database
目录
第一章系统概述 1
系统开发背景和意义 1
开发环境 1
第二章系统需求分析 1
任务概述 1
数据描述(数据流图+数据字典) 2
功能需求 6
6
第三章系统总体设计 7
新的业务流程 7
系统功能模块图 7
系统的流程图 8
第四章详细设计 10
程序流程图 10
程序输入输出描述 11
主模块 11
学生管理模块 12
图书管理模块 12
借阅管理模块 12
归还管理模块 12
管理措施设置模块 12
程序接口描述 12
外部接口 12
内部接口 12
数据库的设计 13
数据库的逻辑设计 13
第五章编码实现 14
程序编码 14
第六章测试分析报告 31
测试计划和要点 31
主模块测试要点 32
借阅模块测试要点 32
学生查询模块测试要点 32
图书查询模块测试要点 32
图书归还模块测试要点 32
测试用例 33
主模块测试用例 33
借阅模块测试用例