vb图书管理系统论文.doc
约60页DOC格式手机打开展开
vb图书管理系统论文,2.3万字 60页摘 要本文以学校图书馆管理系统为开发背景,针对于传统的人工图书管理方式存在的一些问题进行了调查分析,并按照软件工程的理论、方法和规范;遵循实用性、系统性、逐步完善、逐步发展的原则;采用结构化生命周期法和原型法相结合进行图书管理系统的开发。系统以microsoft visual ba...
内容介绍
此文档由会员 915 发布
vb图书管理系统论文
2.3万字 60页
摘 要
本文以学校图书馆管理系统为开发背景,针对于传统的人工图书管理方式存在的一些问题进行了调查分析,并按照软件工程的理论、方法和规范;遵循实用性、系统性、逐步完善、逐步发展的原则;采用结构化生命周期法和原型法相结合进行图书管理系统的开发。系统以Microsoft Visual Basic 6.0 作为前台界面开发工具,Microsoft SQL Server 2000作为后台数据库支持,并且采用了当前最流行的C/S运算模式,使其既有直观友好的用户界面、高效稳定的性能,又能与校园网紧密结合,充分发挥校园网的强大功能。该系统运行于Windows平台上,具有图书编目、典藏、流通、查询以及读者管理和报表生成打印输出等功能,基本实现了图书管理的网络化、信息化和自动化。
关键字: C/S校园网 信息系统 图书管理 读者管理
Abstract and Keywords
This article depict the development for school library management system. I have made some inquisition and analysis aiming at some problems exist in artificial management for books. According to the theories , method and normal of software engineering and the principle of practicality . Systemicality gradual perfectness and gradual development, using the method of construction of life cycle combined with the prototype method. System used the Microsoft Visual Basic 6.0 conduct and actions as stage interface development tool, Microsoft SQL Server 2000 conduct and actions as backstage database support , and adopted the most popular C/S calculate the mode currently .So this system has intuitionistic and popular user’ interface , efficient and stable function . It is also closely combined with the campus net, so that the powerful function of campus net can be brought into full play. This system is designed running on the windows platform, It has functions of cataloging, collection, circulation, searching for books, readers management report print and so on. This system has fundamentally realized books management through network, informationalization and automation .
Keywords: C/S Campus Net Information systems
Books Management Readers Management
目录
第一章 前言 ……………………………………………………………………
第二章 管理信息系统 …………………………………………………………
2.1管理信息系统概述 ……………………………………………………
2.2 管理信息系统的结构 ………………………………………………
第三章 管理信息系统开发方法学 ……………………………………………
3.1 管理信息系统的开发原则 …………………………………………
3.2 管理信息系统的开发方法 …………………………………………
3.2.1 生命周期法 …………………………………………………
3.2.2 原形法 ………………………………………………………
3.2.3 面向对象法 …………………………………………………
3.3 图书馆管理系统开发方法的确定 …………………………………
第四章 系统的调查与分析 ……………………………………………………
4.1 系统初步调查 ………………………………………………………
4.2 可行性分析 …………………………………………………………
4.2.1技术可行性 ……………………………………………………
4.2.2经济可行性 ……………………………………………………
4.2.3管理可行性 ……………………………………………………
4.3 现行系统的详细调查 ………………………………………………
4.4 新系统逻辑方案的提出 ……………………………………………
第五章 系统设计 ………………………………………………………………
5.1系统的总体设计 ……………………………………………………
5.1.1系统功能结构的划分 …………………………………………
5.1.2系统环境的配置 ………………………………………………
5.1.2.1确定系统设备配置的拓扑结构 ………………………
5.1.2.2 机器选型 ………………………………………………
5.1.2.3 软件配置 ………………………………………………
5.1.3 确定系统的计算机处理流程 …………………………………
5.2 具体物理设计 ………………………………………………………
5.2.1 代码设计 ………………………………………………………
5.2.2 输出设计 ………………………………………………………
5.2.3 输入设计 ………………………………………………………
5.2.4 数据存储设计 …………………………………………………
5.2.4.1数据库设计的要求 ………………………………………
5.2.4.2数据库设计的开发过程 ………………………………
5.2.4.3 需求分析 …………………………………………………
5.2.4.4 概念设计 …………………………………………………
5.2.4.5 逻辑设计 …………………………………………………
5.2.4.6 物理设计 …………………………………………………
第六章 系统实施 ………………………………………………………………
6.1 程序设计 ……………………………………………………………
6.1.1 流通 ……………………………………………………………
6.1.2 读者管理 ………………………………………………………
6.2 系统测试 ……………………………………………………………
6.2.1 调试过程 ………………………………………………………
6.2.2 调试方法 ………………………………………………………
第七章 系统管理与维护 ………………………………………………………
第八章 结束语 …………………………………………………………………
参考文献 ………………………………………………………………………
参考文献:
[1] 王小铭,信息管理系统及其开发技术,电子工业出版社
[2] 刘遵仁、于忠清,SQL Server 中文版基础培训教程,人民邮电出版社
[3] 李振格,Visual Basic 6.0 中文版入门与提高,清华大学出版社
[4] 史嘉权,数据库系统教程,清华大学出版社
2.3万字 60页
摘 要
本文以学校图书馆管理系统为开发背景,针对于传统的人工图书管理方式存在的一些问题进行了调查分析,并按照软件工程的理论、方法和规范;遵循实用性、系统性、逐步完善、逐步发展的原则;采用结构化生命周期法和原型法相结合进行图书管理系统的开发。系统以Microsoft Visual Basic 6.0 作为前台界面开发工具,Microsoft SQL Server 2000作为后台数据库支持,并且采用了当前最流行的C/S运算模式,使其既有直观友好的用户界面、高效稳定的性能,又能与校园网紧密结合,充分发挥校园网的强大功能。该系统运行于Windows平台上,具有图书编目、典藏、流通、查询以及读者管理和报表生成打印输出等功能,基本实现了图书管理的网络化、信息化和自动化。
关键字: C/S校园网 信息系统 图书管理 读者管理
Abstract and Keywords
This article depict the development for school library management system. I have made some inquisition and analysis aiming at some problems exist in artificial management for books. According to the theories , method and normal of software engineering and the principle of practicality . Systemicality gradual perfectness and gradual development, using the method of construction of life cycle combined with the prototype method. System used the Microsoft Visual Basic 6.0 conduct and actions as stage interface development tool, Microsoft SQL Server 2000 conduct and actions as backstage database support , and adopted the most popular C/S calculate the mode currently .So this system has intuitionistic and popular user’ interface , efficient and stable function . It is also closely combined with the campus net, so that the powerful function of campus net can be brought into full play. This system is designed running on the windows platform, It has functions of cataloging, collection, circulation, searching for books, readers management report print and so on. This system has fundamentally realized books management through network, informationalization and automation .
Keywords: C/S Campus Net Information systems
Books Management Readers Management
目录
第一章 前言 ……………………………………………………………………
第二章 管理信息系统 …………………………………………………………
2.1管理信息系统概述 ……………………………………………………
2.2 管理信息系统的结构 ………………………………………………
第三章 管理信息系统开发方法学 ……………………………………………
3.1 管理信息系统的开发原则 …………………………………………
3.2 管理信息系统的开发方法 …………………………………………
3.2.1 生命周期法 …………………………………………………
3.2.2 原形法 ………………………………………………………
3.2.3 面向对象法 …………………………………………………
3.3 图书馆管理系统开发方法的确定 …………………………………
第四章 系统的调查与分析 ……………………………………………………
4.1 系统初步调查 ………………………………………………………
4.2 可行性分析 …………………………………………………………
4.2.1技术可行性 ……………………………………………………
4.2.2经济可行性 ……………………………………………………
4.2.3管理可行性 ……………………………………………………
4.3 现行系统的详细调查 ………………………………………………
4.4 新系统逻辑方案的提出 ……………………………………………
第五章 系统设计 ………………………………………………………………
5.1系统的总体设计 ……………………………………………………
5.1.1系统功能结构的划分 …………………………………………
5.1.2系统环境的配置 ………………………………………………
5.1.2.1确定系统设备配置的拓扑结构 ………………………
5.1.2.2 机器选型 ………………………………………………
5.1.2.3 软件配置 ………………………………………………
5.1.3 确定系统的计算机处理流程 …………………………………
5.2 具体物理设计 ………………………………………………………
5.2.1 代码设计 ………………………………………………………
5.2.2 输出设计 ………………………………………………………
5.2.3 输入设计 ………………………………………………………
5.2.4 数据存储设计 …………………………………………………
5.2.4.1数据库设计的要求 ………………………………………
5.2.4.2数据库设计的开发过程 ………………………………
5.2.4.3 需求分析 …………………………………………………
5.2.4.4 概念设计 …………………………………………………
5.2.4.5 逻辑设计 …………………………………………………
5.2.4.6 物理设计 …………………………………………………
第六章 系统实施 ………………………………………………………………
6.1 程序设计 ……………………………………………………………
6.1.1 流通 ……………………………………………………………
6.1.2 读者管理 ………………………………………………………
6.2 系统测试 ……………………………………………………………
6.2.1 调试过程 ………………………………………………………
6.2.2 调试方法 ………………………………………………………
第七章 系统管理与维护 ………………………………………………………
第八章 结束语 …………………………………………………………………
参考文献 ………………………………………………………………………
参考文献:
[1] 王小铭,信息管理系统及其开发技术,电子工业出版社
[2] 刘遵仁、于忠清,SQL Server 中文版基础培训教程,人民邮电出版社
[3] 李振格,Visual Basic 6.0 中文版入门与提高,清华大学出版社
[4] 史嘉权,数据库系统教程,清华大学出版社