图书馆管理系统(vb+sql).rar
图书馆管理系统(vb+sql),图书馆管理系统(vb+sql)1.2万字 20页论文+开题+任务书+翻译摘 要随着科学技术的不断提高,计算机科学日渐成熟,其强大的功能已为人们深刻认识,它已进入人类社会的各个领域并发挥着越来越重要的作用。作为计算机应用的一部分,使用计算机对图书资源信息进行管理,具有手工管理所无法比拟的优点.例如:检索迅速、查找方便、可...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 张阳阳 发布
图书馆管理系统(VB+SQL)
1.2万字 20页
论文+开题+任务书+翻译
摘 要
随着科学技术的不断提高,计算机科学日渐成熟,其强大的功能已为人们深刻认识,它已进入人类社会的各个领域并发挥着越来越重要的作用。作为计算机应用的一部分,使用计算机对图书资源信息进行管理,具有手工管理所无法比拟的优点.例如:检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等。这些优点能够极大地提高图书馆管理的效率,也是企业、学校的科学化、正规化管理,与世界接轨的重要条件。
图书馆管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强.数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。
本人所开发的图书馆管理系统,重点着眼于借书与还书的系统性便利管理。这次我做的图书馆管理系统主要技术应用到了微软公司的VISUAL BASIC,以及SQL SERVER2003。
关键字:图书管理,系统维护,信息管理,数据库,VISUAL BASIC
Abstract
Along with science and technology unceasing enhancement,the computer science is mature day after day,Its formidable function had profoundly known for the people,It entered the human society each domain and is playing the more and more vital role. As a computer application part,using the computer to carry on the management for the books resources information ,is having the merit which the manual administration center is unable to compare .Such as: Retrieves, more rapidly searching ,higher reliability, bigger reserves ,better secrecy , longer life, lower cost. These merits can enormously enhance the library management the efficiency, Also is the enterprise, the school scientific style, the standardized management ,important condition connects rails which with the world. Take will develop a set of library managements system in under each chapter of center we as an example ......
目 录
摘 要 1
Abstract 3
目 录 4
第一章 系统的功能以及叙述 5
第二章 图书馆管理系统的分析和设计 7
2.1 图书馆管理系统的分析和概要设计 7
第三章 图书馆管理系统的具体实现 11
3.1模块化的开发环境的简介 11
3.与数据库的连接性 11
3.2图书馆管理系统流通子模块中用到的数据库: 12
3.3系统模块的具体实现 12
3.4 利用DATA控件访问数据库 13
3.5.显示数据库中的内容 16
3.6下面举例对SQL语句进行详细说明: 16
第四章 结束语 19
致 谢 20
参考文献 21
参考文献
[1] 王亚芬主编.管理信息系统教程. 西安电子科技大学出版社.1989
[2] John.Wiley.And.Sons. My SQL Enterprise Solutions
[3] 萨师煊 王珊 等编. 数据库系统导论(第三版)[M]. 高等教育出版社,2000
1.2万字 20页
论文+开题+任务书+翻译
摘 要
随着科学技术的不断提高,计算机科学日渐成熟,其强大的功能已为人们深刻认识,它已进入人类社会的各个领域并发挥着越来越重要的作用。作为计算机应用的一部分,使用计算机对图书资源信息进行管理,具有手工管理所无法比拟的优点.例如:检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等。这些优点能够极大地提高图书馆管理的效率,也是企业、学校的科学化、正规化管理,与世界接轨的重要条件。
图书馆管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强.数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。
本人所开发的图书馆管理系统,重点着眼于借书与还书的系统性便利管理。这次我做的图书馆管理系统主要技术应用到了微软公司的VISUAL BASIC,以及SQL SERVER2003。
关键字:图书管理,系统维护,信息管理,数据库,VISUAL BASIC
Abstract
Along with science and technology unceasing enhancement,the computer science is mature day after day,Its formidable function had profoundly known for the people,It entered the human society each domain and is playing the more and more vital role. As a computer application part,using the computer to carry on the management for the books resources information ,is having the merit which the manual administration center is unable to compare .Such as: Retrieves, more rapidly searching ,higher reliability, bigger reserves ,better secrecy , longer life, lower cost. These merits can enormously enhance the library management the efficiency, Also is the enterprise, the school scientific style, the standardized management ,important condition connects rails which with the world. Take will develop a set of library managements system in under each chapter of center we as an example ......
目 录
摘 要 1
Abstract 3
目 录 4
第一章 系统的功能以及叙述 5
第二章 图书馆管理系统的分析和设计 7
2.1 图书馆管理系统的分析和概要设计 7
第三章 图书馆管理系统的具体实现 11
3.1模块化的开发环境的简介 11
3.与数据库的连接性 11
3.2图书馆管理系统流通子模块中用到的数据库: 12
3.3系统模块的具体实现 12
3.4 利用DATA控件访问数据库 13
3.5.显示数据库中的内容 16
3.6下面举例对SQL语句进行详细说明: 16
第四章 结束语 19
致 谢 20
参考文献 21
参考文献
[1] 王亚芬主编.管理信息系统教程. 西安电子科技大学出版社.1989
[2] John.Wiley.And.Sons. My SQL Enterprise Solutions
[3] 萨师煊 王珊 等编. 数据库系统导论(第三版)[M]. 高等教育出版社,2000