图书管理系统.doc
约16页DOC格式手机打开展开
图书管理系统,摘要:本文介绍了在vb6.0环境下采用“自上而下地总体规划,自下而上地应用开发”的策略开发一个管理信息系统的过程。通过分析传统的人工管理图书馆的不足,创建了一套行之有效的计算机管理图书馆的方案。文章详细介绍了图书管理信息系统的系统分析部分,包括可行性分析、组织机构分析、管理职能分析、业务流程分析、数据流程分析、数据字典...
内容介绍
此文档由会员 piaoyi989102 发布
摘要:
本文介绍了在VB6.0环境下采用“自上而下地总体规划,自下而上地应用开发”的策略开发一个管理信息系统的过程。通过分析传统的人工管理图书馆的不足,创建了一套行之有效的计算机管理图书馆的方案。文章详细介绍了图书管理信息系统的系统分析部分,包括可行性分析、组织机构分析、管理职能分析、业务流程分析、数据流程分析、数据字典、处理描述等等;系统设计部分主要介绍了系统功能设计和数据库设计;系统实现部分列出了几个主要的程序框图,并附带了一些主要的窗口和程序。
关键字:图书管理系统,VB6.0,sqlserver2000,信息系统
Abstract:This article introduces the detailed process of exploring a management information system under the environment of VB6.0, utilizing “Top-Bottom” overall plan and a strategy according to “Bottom-Top” application and exploitation. That is to establish a set of effective scheme for library management by computer, through analyzing disadvantages of traditional library management by human resources. This article emphasizes on three sections. The system analysis section of library management information includes feasible analysis, organizing organs analysis, management function analysis, technological process of business analysis, technological process of data analysis, data dictionary, disposal description and the like. The system design section mainly focuses on system function design and data base design. And the system realization section has provided several major program charts, together with the main windows and programs.
Key words: library management system, VB6.0,information system www.maidang.cn
目录
第一章 绪论 2
第二章 需求分析 3
2.1任务概述 3
2.1.1 图书管理系统完成的主要目标 3
2.1.2用户的特点
3 2.2需求规定 3
2.2.1对功能的规定 3
2.2.2读者管理功能 4
2.2.3系统管理功能 4
第三章 概要设计 5
3.1总体设计 5
3.1.1系统目标设计 5
3.1.2系统功能分析 5
3.2系统设计思想 5
3.3 系统模块功能解析 6
第四章 详细设计 7
4.1程序设计说明 7
4.1.1用户登录模块 7
4.1.2用户添加模块 7
4.1.3书籍查询模块 8
4.1.4图书借阅模块 9
4.1.5图书归还模块 10
4.1.6新书入库模块 11
第五章 编码与测试 13
5.1各功能模块的实现 13
5.2 测试 19
5.2.1借阅卡管理测试 19
5.2.2书籍管理测试 19
5.2.3系统管理测试 19
结束语 20
致 谢 21
参考文献 21
1、陶宏才.数据库原理及设计[M].北京:清华大学出版社.2004. 2、陆丽娜.软件工程 [M].北京:经济科学出版社.1999 3、郝志恒、 刘舫.Visual Basic 6.0 编程篇[M] 北京:电子工业出版社 2004 4、刘世峰. 数据库基础与应用[M] 北京: 中央电大出版社 2003 5、吴斌、鲁大林. Visual Basic+SQL Sever数据库应用系统开发[M] 北京:机械工程出版社 2008 6、邱李华 .SQL Server 2000 数据库应用教程[M] 北京:人民邮电出版社 2007 7、钟军 . Visual Basic数据库高级实例导航[M] 北京:清华大学出版社 2003 8、赵松涛. Visual Basic+SQL Server 2000 系统开发实录[M] 北京: 机械工业出版社 2007
本文介绍了在VB6.0环境下采用“自上而下地总体规划,自下而上地应用开发”的策略开发一个管理信息系统的过程。通过分析传统的人工管理图书馆的不足,创建了一套行之有效的计算机管理图书馆的方案。文章详细介绍了图书管理信息系统的系统分析部分,包括可行性分析、组织机构分析、管理职能分析、业务流程分析、数据流程分析、数据字典、处理描述等等;系统设计部分主要介绍了系统功能设计和数据库设计;系统实现部分列出了几个主要的程序框图,并附带了一些主要的窗口和程序。
关键字:图书管理系统,VB6.0,sqlserver2000,信息系统
Abstract:This article introduces the detailed process of exploring a management information system under the environment of VB6.0, utilizing “Top-Bottom” overall plan and a strategy according to “Bottom-Top” application and exploitation. That is to establish a set of effective scheme for library management by computer, through analyzing disadvantages of traditional library management by human resources. This article emphasizes on three sections. The system analysis section of library management information includes feasible analysis, organizing organs analysis, management function analysis, technological process of business analysis, technological process of data analysis, data dictionary, disposal description and the like. The system design section mainly focuses on system function design and data base design. And the system realization section has provided several major program charts, together with the main windows and programs.
Key words: library management system, VB6.0,information system www.maidang.cn
目录
第一章 绪论 2
第二章 需求分析 3
2.1任务概述 3
2.1.1 图书管理系统完成的主要目标 3
2.1.2用户的特点
3 2.2需求规定 3
2.2.1对功能的规定 3
2.2.2读者管理功能 4
2.2.3系统管理功能 4
第三章 概要设计 5
3.1总体设计 5
3.1.1系统目标设计 5
3.1.2系统功能分析 5
3.2系统设计思想 5
3.3 系统模块功能解析 6
第四章 详细设计 7
4.1程序设计说明 7
4.1.1用户登录模块 7
4.1.2用户添加模块 7
4.1.3书籍查询模块 8
4.1.4图书借阅模块 9
4.1.5图书归还模块 10
4.1.6新书入库模块 11
第五章 编码与测试 13
5.1各功能模块的实现 13
5.2 测试 19
5.2.1借阅卡管理测试 19
5.2.2书籍管理测试 19
5.2.3系统管理测试 19
结束语 20
致 谢 21
参考文献 21
1、陶宏才.数据库原理及设计[M].北京:清华大学出版社.2004. 2、陆丽娜.软件工程 [M].北京:经济科学出版社.1999 3、郝志恒、 刘舫.Visual Basic 6.0 编程篇[M] 北京:电子工业出版社 2004 4、刘世峰. 数据库基础与应用[M] 北京: 中央电大出版社 2003 5、吴斌、鲁大林. Visual Basic+SQL Sever数据库应用系统开发[M] 北京:机械工程出版社 2008 6、邱李华 .SQL Server 2000 数据库应用教程[M] 北京:人民邮电出版社 2007 7、钟军 . Visual Basic数据库高级实例导航[M] 北京:清华大学出版社 2003 8、赵松涛. Visual Basic+SQL Server 2000 系统开发实录[M] 北京: 机械工业出版社 2007