圖書管理系統(tǒng).doc
約16頁DOC格式手機(jī)打開展開
圖書管理系統(tǒng),摘要:本文介紹了在vb6.0環(huán)境下采用“自上而下地總體規(guī)劃,自下而上地應(yīng)用開發(fā)”的策略開發(fā)一個(gè)管理信息系統(tǒng)的過程。通過分析傳統(tǒng)的人工管理圖書館的不足,創(chuàng)建了一套行之有效的計(jì)算機(jī)管理圖書館的方案。文章詳細(xì)介紹了圖書管理信息系統(tǒng)的系統(tǒng)分析部分,包括可行性分析、組織機(jī)構(gòu)分析、管理職能分析、業(yè)務(wù)流程分析、數(shù)據(jù)流程分析、數(shù)據(jù)字典...


內(nèi)容介紹
此文檔由會員 piaoyi989102 發(fā)布
摘要:
本文介紹了在VB6.0環(huán)境下采用“自上而下地總體規(guī)劃,自下而上地應(yīng)用開發(fā)”的策略開發(fā)一個(gè)管理信息系統(tǒng)的過程。通過分析傳統(tǒng)的人工管理圖書館的不足,創(chuàng)建了一套行之有效的計(jì)算機(jī)管理圖書館的方案。文章詳細(xì)介紹了圖書管理信息系統(tǒng)的系統(tǒng)分析部分,包括可行性分析、組織機(jī)構(gòu)分析、管理職能分析、業(yè)務(wù)流程分析、數(shù)據(jù)流程分析、數(shù)據(jù)字典、處理描述等等;系統(tǒng)設(shè)計(jì)部分主要介紹了系統(tǒng)功能設(shè)計(jì)和數(shù)據(jù)庫設(shè)計(jì);系統(tǒng)實(shí)現(xiàn)部分列出了幾個(gè)主要的程序框圖,并附帶了一些主要的窗口和程序。
關(guān)鍵字:圖書管理系統(tǒng),VB6.0,sqlserver2000,信息系統(tǒng)
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任務(wù)概述 3
2.1.1 圖書管理系統(tǒng)完成的主要目標(biāo) 3
2.1.2用戶的特點(diǎn)
3 2.2需求規(guī)定 3
2.2.1對功能的規(guī)定 3
2.2.2讀者管理功能 4
2.2.3系統(tǒng)管理功能 4
第三章 概要設(shè)計(jì) 5
3.1總體設(shè)計(jì) 5
3.1.1系統(tǒng)目標(biāo)設(shè)計(jì) 5
3.1.2系統(tǒng)功能分析 5
3.2系統(tǒng)設(shè)計(jì)思想 5
3.3 系統(tǒng)模塊功能解析 6
第四章 詳細(xì)設(shè)計(jì) 7
4.1程序設(shè)計(jì)說明 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各功能模塊的實(shí)現(xiàn) 13
5.2 測試 19
5.2.1借閱卡管理測試 19
5.2.2書籍管理測試 19
5.2.3系統(tǒng)管理測試 19
結(jié)束語 20
致 謝 21
參考文獻(xiàn) 21
1、陶宏才.數(shù)據(jù)庫原理及設(shè)計(jì)[M].北京:清華大學(xué)出版社.2004. 2、陸麗娜.軟件工程 [M].北京:經(jīng)濟(jì)科學(xué)出版社.1999 3、郝志恒、 劉舫.Visual Basic 6.0 編程篇[M] 北京:電子工業(yè)出版社 2004 4、劉世峰. 數(shù)據(jù)庫基礎(chǔ)與應(yīng)用[M] 北京: 中央電大出版社 2003 5、吳斌、魯大林. Visual Basic+SQL Sever數(shù)據(jù)庫應(yīng)用系統(tǒng)開發(fā)[M] 北京:機(jī)械工程出版社 2008 6、邱李華 .SQL Server 2000 數(shù)據(jù)庫應(yīng)用教程[M] 北京:人民郵電出版社 2007 7、鐘軍 . Visual Basic數(shù)據(jù)庫高級實(shí)例導(dǎo)航[M] 北京:清華大學(xué)出版社 2003 8、趙松濤. Visual Basic+SQL Server 2000 系統(tǒng)開發(fā)實(shí)錄[M] 北京: 機(jī)械工業(yè)出版社 2007
本文介紹了在VB6.0環(huán)境下采用“自上而下地總體規(guī)劃,自下而上地應(yīng)用開發(fā)”的策略開發(fā)一個(gè)管理信息系統(tǒng)的過程。通過分析傳統(tǒng)的人工管理圖書館的不足,創(chuàng)建了一套行之有效的計(jì)算機(jī)管理圖書館的方案。文章詳細(xì)介紹了圖書管理信息系統(tǒng)的系統(tǒng)分析部分,包括可行性分析、組織機(jī)構(gòu)分析、管理職能分析、業(yè)務(wù)流程分析、數(shù)據(jù)流程分析、數(shù)據(jù)字典、處理描述等等;系統(tǒng)設(shè)計(jì)部分主要介紹了系統(tǒng)功能設(shè)計(jì)和數(shù)據(jù)庫設(shè)計(jì);系統(tǒng)實(shí)現(xiàn)部分列出了幾個(gè)主要的程序框圖,并附帶了一些主要的窗口和程序。
關(guān)鍵字:圖書管理系統(tǒng),VB6.0,sqlserver2000,信息系統(tǒng)
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任務(wù)概述 3
2.1.1 圖書管理系統(tǒng)完成的主要目標(biāo) 3
2.1.2用戶的特點(diǎn)
3 2.2需求規(guī)定 3
2.2.1對功能的規(guī)定 3
2.2.2讀者管理功能 4
2.2.3系統(tǒng)管理功能 4
第三章 概要設(shè)計(jì) 5
3.1總體設(shè)計(jì) 5
3.1.1系統(tǒng)目標(biāo)設(shè)計(jì) 5
3.1.2系統(tǒng)功能分析 5
3.2系統(tǒng)設(shè)計(jì)思想 5
3.3 系統(tǒng)模塊功能解析 6
第四章 詳細(xì)設(shè)計(jì) 7
4.1程序設(shè)計(jì)說明 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各功能模塊的實(shí)現(xiàn) 13
5.2 測試 19
5.2.1借閱卡管理測試 19
5.2.2書籍管理測試 19
5.2.3系統(tǒng)管理測試 19
結(jié)束語 20
致 謝 21
參考文獻(xiàn) 21
1、陶宏才.數(shù)據(jù)庫原理及設(shè)計(jì)[M].北京:清華大學(xué)出版社.2004. 2、陸麗娜.軟件工程 [M].北京:經(jīng)濟(jì)科學(xué)出版社.1999 3、郝志恒、 劉舫.Visual Basic 6.0 編程篇[M] 北京:電子工業(yè)出版社 2004 4、劉世峰. 數(shù)據(jù)庫基礎(chǔ)與應(yīng)用[M] 北京: 中央電大出版社 2003 5、吳斌、魯大林. Visual Basic+SQL Sever數(shù)據(jù)庫應(yīng)用系統(tǒng)開發(fā)[M] 北京:機(jī)械工程出版社 2008 6、邱李華 .SQL Server 2000 數(shù)據(jù)庫應(yīng)用教程[M] 北京:人民郵電出版社 2007 7、鐘軍 . Visual Basic數(shù)據(jù)庫高級實(shí)例導(dǎo)航[M] 北京:清華大學(xué)出版社 2003 8、趙松濤. Visual Basic+SQL Server 2000 系統(tǒng)開發(fā)實(shí)錄[M] 北京: 機(jī)械工業(yè)出版社 2007
TA們正在看...
- 2018深圳市中考英語真題打印版.doc
- 2018激光切割機(jī)作業(yè)指導(dǎo)書.doc
- 2018版思想道德修養(yǎng)與法律基礎(chǔ)習(xí)題庫.doc
- 2018版思想道德修養(yǎng)與法律基礎(chǔ)習(xí)題庫資料.doc
- 2018版思想道德修養(yǎng)與法律基礎(chǔ)緒論和第一章題庫思...doc
- 2018版思想道德修養(yǎng)與法律建設(shè)練習(xí)題.doc
- 2018版毛中特復(fù)習(xí).doc
- 2018版毛概第十三章中國特色大國外交.doc
- 2018版滬教版牛津英語三年級下冊重要考點(diǎn)講解與訓(xùn)...doc
- 2018版浙江省通用技術(shù)——學(xué)考總復(fù)習(xí)1.doc