圖書管理系統(tǒng)設(shè)計(jì).rar
圖書管理系統(tǒng)設(shè)計(jì),1.7萬字 79頁摘 要圖書管理系統(tǒng)是典型的信息管理系統(tǒng)(mis),其開發(fā)主要包括后臺(tái)數(shù)據(jù)庫的建立和維護(hù)以及前端應(yīng)用程序的開發(fā)兩個(gè)方面。對(duì)于前者要求建立起數(shù)據(jù)一致性和完整性強(qiáng)、數(shù)據(jù)安全性好的庫。而對(duì)于后者則要求應(yīng)用程序功能完備,易使用等特點(diǎn)。因此本人結(jié)合開入式圖書館的要求,對(duì)ms sql server2...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 李嬌嬌 發(fā)布
圖書管理系統(tǒng)設(shè)計(jì)
1.7萬字 79頁
摘 要
圖書管理系統(tǒng)是典型的信息管理系統(tǒng)(MIS),其開發(fā)主要包括后臺(tái)數(shù)據(jù)庫的建立和維護(hù)以及前端應(yīng)用程序的開發(fā)兩個(gè)方面。對(duì)于前者要求建立起數(shù)據(jù)一致性和完整性強(qiáng)、數(shù)據(jù)安全性好的庫。而對(duì)于后者則要求應(yīng)用程序功能完備,易使用等特點(diǎn)。
因此本人結(jié)合開入式圖書館的要求,對(duì)MS SQL Server2000數(shù)據(jù)庫管理系統(tǒng)、SQL語言原理、Visual Basic 應(yīng)用程序設(shè)計(jì),Visual Basic 數(shù)據(jù)庫(Access)技術(shù)進(jìn)行了較深入的學(xué)習(xí)和應(yīng)用,主要完成對(duì)圖書管理系統(tǒng)的需求分析、功能模塊劃分、數(shù)據(jù)庫模式分析,并由此設(shè)計(jì)了數(shù)據(jù)庫結(jié)構(gòu)和應(yīng)用程序。系統(tǒng)運(yùn)行結(jié)果證明,本文所設(shè)計(jì)的圖書管理系統(tǒng)可以滿足借閱者、圖書館工作人員和高級(jí)管理員三方面的需要。
設(shè)計(jì)充分利用Visual Basic 6、MS SQL Server2000數(shù)據(jù)庫技術(shù)的強(qiáng)大力量,提高了編程效率和可靠性。
關(guān)鍵詞:數(shù)據(jù)庫 access Visual Basic6.0 圖書管理 窗體
Summary : The books administrative system is typical informations managements ~s systems(MIS), it develops main two respects of development including setting-up and maintenance and front application program of backstage supporter's database . Demand to set up the consistency of the data and integrality the storehouse of strong , data with good security to the former. Require to the latter that the function of the application program is complete , apt characteristic of using etc. . So combine and make the request of the entering type library in person, to MS SQL Server2000 data base management system, SQL language principle , Visual Basic use and design program, Visual Basic database technology has carried on the deeper study and application, finish demand analysis , function module dividing , database mode analysis to the books administrative system mainly, and has designed structure of the database and application program from this. The systematic operation result is proved, the books administrative system designed of this text can meet the needs of three respects of persons who borrow , library staff member and senior administrator . Design and fully utilize Visual Basic 6 , strong strength of MS SQL Server2000 database technology , has improved programming efficiency and dependability .
Keyword: The database access Visual Basic 6.0 taking care of books, window body
1 第一章 前言 5
2 第二章 需求分析說明 6
2.1 系統(tǒng)介紹 6
2.2 系統(tǒng)面向的用戶群體 6
2.3 三、系統(tǒng)的功能性需求 6
2.4 四、系統(tǒng)的非功能性需求 7
2.4.1 (一)用戶界面需求 7
2.4.2 (二)軟硬件環(huán)境需求 7
2.4.3 (三)軟件質(zhì)量需求 8
3 第三章 可行性分析報(bào)告 8
3.1 一、技術(shù)可行性 8
3.2 二、人員可能性 8
3.3 三、時(shí)間、設(shè)備可能性 8
3.4 四、系統(tǒng)工作量 9
3.5 五、代碼工作量 9
3.6 六、文檔要求 9
4 第四章 開發(fā)環(huán)境與項(xiàng)目規(guī)劃 9
4.1 一、開發(fā)環(huán)境 9
4.2 二、開發(fā)進(jìn)度安排 9
5 第五章 軟件界面設(shè)計(jì)標(biāo)準(zhǔn)與規(guī)范 10
5.1 一、編寫目的 10
5.2 二、界面設(shè)計(jì)思想 10
5.3 三、界面設(shè)計(jì)原則 10
5.4 四、界面設(shè)計(jì)樣式 10
5.5 五、常見提示信息樣式 11
5.6 六、常見錯(cuò)誤信息樣式 11
5.7 七、其他界面約定 11
6 第六章 軟件編碼設(shè)計(jì)標(biāo)準(zhǔn)與規(guī)范 12
6.1 一、對(duì)象命名約定 12
6.2 二、常量和變量命名約定 12
6.3 三、結(jié)構(gòu)化編碼約定 13
6.4 四、數(shù)據(jù)源的約定 15
6.5 五、數(shù)據(jù)庫訪問約定 15
6.6 六、其他約定 15
7 第七章 數(shù)據(jù)庫分析與設(shè)計(jì) 16
7.1 一、數(shù)據(jù)庫環(huán)境說明 16
7.2 二、數(shù)據(jù)庫命名標(biāo)準(zhǔn)與規(guī)范 16
7.3 三、數(shù)據(jù)庫邏輯設(shè)計(jì) 16
7.4 四、數(shù)據(jù)庫物理設(shè)計(jì) 17
7.4.1 (一)表、視圖匯總 17
7.4.2 (二)各表、視圖設(shè)計(jì)詳解 17
8 第八章 軟件體系結(jié)構(gòu)設(shè)計(jì)說明書 22
8.1 一、系統(tǒng)概述 22
8.2 二、設(shè)計(jì)約束 22
8.3 三、設(shè)計(jì)策略 22
8.4 四、系統(tǒng)概要設(shè)計(jì)說明書 23
8.4.1 (一)圖例說明 23
8.4.2 (二)系統(tǒng)總體結(jié)構(gòu)圖 23
8.4.3 (三)銷售子系統(tǒng)流程圖 24
8.4.4 (四)進(jìn)貨子系統(tǒng)流程圖 25
8.4.5 (五)退貨子系統(tǒng)流程圖 25
8.5 五、系統(tǒng)詳細(xì)設(shè)計(jì)說明書 25
8.5.1 (一)系統(tǒng)模塊匯總 25
8.5.2 (二)系統(tǒng)核心模塊詳解 27
8.5.3 (三)系統(tǒng)模塊詳解 42
9 第九章 用戶界面設(shè)計(jì)報(bào)告 62
9.1 一、界面設(shè)計(jì)規(guī)范 62
9.2 二、系統(tǒng)窗體匯總 62
9.3 三、主界面設(shè)計(jì) 64
9.4 四、子界面設(shè)計(jì) 64
9.5 五、界面資源設(shè)計(jì) 65
10 第十章 軟件測(cè)試分析報(bào)告 66
10.1 一、測(cè)試范圍與主要內(nèi)容 66
10.2 二、測(cè)試方法 66
10.3 三、測(cè)試報(bào)告 66
10.4 四、改進(jìn)建議與措施 67
11 第十一章 軟件使用說明書 67
11.1 一、軟件概述 67
11.2 二、系統(tǒng)安裝 68
11.3 三、使用說明 68
11.3.1 (一)系統(tǒng)登陸 68
11.3.2 (二)注銷與退出 69
11.3.3 (三)辦理進(jìn)貨登記 69
11.3.4 (四)辦理退貨登記 72
11.3.5 (五)銷售圖書 73
11.3.6 (六)會(huì)員管理 74
11.3.7 (七)員工管理 75
11.3.8 (八)書目檢索 75
11.3.9 (九)查看統(tǒng)計(jì)信息 75
11.3.10 (十)修改密碼 76
11.3.11 (十一)關(guān)于/幫助 77
12 第十三章 結(jié)束語 77
13 致 謝 78
14 參 考 文 獻(xiàn) 79
參 考 文 獻(xiàn)
1.《Visual Basic 程序設(shè)計(jì)》柳青 劉渝妍 何文華 編 高等教育出版社
2.《Visual Basic語言程序設(shè)計(jì)》(修定版)教育部考試中心 高等教育出版社
3.《Visual Basic 6.0 高級(jí)編程技巧》 李善茂 等著. 電子工業(yè)出版社.
4.《Visual Basic 6.0 中文版 提高與應(yīng)用》 譚浩強(qiáng) 主編. 電子工業(yè)出版社
1.7萬字 79頁
摘 要
圖書管理系統(tǒng)是典型的信息管理系統(tǒng)(MIS),其開發(fā)主要包括后臺(tái)數(shù)據(jù)庫的建立和維護(hù)以及前端應(yīng)用程序的開發(fā)兩個(gè)方面。對(duì)于前者要求建立起數(shù)據(jù)一致性和完整性強(qiáng)、數(shù)據(jù)安全性好的庫。而對(duì)于后者則要求應(yīng)用程序功能完備,易使用等特點(diǎn)。
因此本人結(jié)合開入式圖書館的要求,對(duì)MS SQL Server2000數(shù)據(jù)庫管理系統(tǒng)、SQL語言原理、Visual Basic 應(yīng)用程序設(shè)計(jì),Visual Basic 數(shù)據(jù)庫(Access)技術(shù)進(jìn)行了較深入的學(xué)習(xí)和應(yīng)用,主要完成對(duì)圖書管理系統(tǒng)的需求分析、功能模塊劃分、數(shù)據(jù)庫模式分析,并由此設(shè)計(jì)了數(shù)據(jù)庫結(jié)構(gòu)和應(yīng)用程序。系統(tǒng)運(yùn)行結(jié)果證明,本文所設(shè)計(jì)的圖書管理系統(tǒng)可以滿足借閱者、圖書館工作人員和高級(jí)管理員三方面的需要。
設(shè)計(jì)充分利用Visual Basic 6、MS SQL Server2000數(shù)據(jù)庫技術(shù)的強(qiáng)大力量,提高了編程效率和可靠性。
關(guān)鍵詞:數(shù)據(jù)庫 access Visual Basic6.0 圖書管理 窗體
Summary : The books administrative system is typical informations managements ~s systems(MIS), it develops main two respects of development including setting-up and maintenance and front application program of backstage supporter's database . Demand to set up the consistency of the data and integrality the storehouse of strong , data with good security to the former. Require to the latter that the function of the application program is complete , apt characteristic of using etc. . So combine and make the request of the entering type library in person, to MS SQL Server2000 data base management system, SQL language principle , Visual Basic use and design program, Visual Basic database technology has carried on the deeper study and application, finish demand analysis , function module dividing , database mode analysis to the books administrative system mainly, and has designed structure of the database and application program from this. The systematic operation result is proved, the books administrative system designed of this text can meet the needs of three respects of persons who borrow , library staff member and senior administrator . Design and fully utilize Visual Basic 6 , strong strength of MS SQL Server2000 database technology , has improved programming efficiency and dependability .
Keyword: The database access Visual Basic 6.0 taking care of books, window body
1 第一章 前言 5
2 第二章 需求分析說明 6
2.1 系統(tǒng)介紹 6
2.2 系統(tǒng)面向的用戶群體 6
2.3 三、系統(tǒng)的功能性需求 6
2.4 四、系統(tǒng)的非功能性需求 7
2.4.1 (一)用戶界面需求 7
2.4.2 (二)軟硬件環(huán)境需求 7
2.4.3 (三)軟件質(zhì)量需求 8
3 第三章 可行性分析報(bào)告 8
3.1 一、技術(shù)可行性 8
3.2 二、人員可能性 8
3.3 三、時(shí)間、設(shè)備可能性 8
3.4 四、系統(tǒng)工作量 9
3.5 五、代碼工作量 9
3.6 六、文檔要求 9
4 第四章 開發(fā)環(huán)境與項(xiàng)目規(guī)劃 9
4.1 一、開發(fā)環(huán)境 9
4.2 二、開發(fā)進(jìn)度安排 9
5 第五章 軟件界面設(shè)計(jì)標(biāo)準(zhǔn)與規(guī)范 10
5.1 一、編寫目的 10
5.2 二、界面設(shè)計(jì)思想 10
5.3 三、界面設(shè)計(jì)原則 10
5.4 四、界面設(shè)計(jì)樣式 10
5.5 五、常見提示信息樣式 11
5.6 六、常見錯(cuò)誤信息樣式 11
5.7 七、其他界面約定 11
6 第六章 軟件編碼設(shè)計(jì)標(biāo)準(zhǔn)與規(guī)范 12
6.1 一、對(duì)象命名約定 12
6.2 二、常量和變量命名約定 12
6.3 三、結(jié)構(gòu)化編碼約定 13
6.4 四、數(shù)據(jù)源的約定 15
6.5 五、數(shù)據(jù)庫訪問約定 15
6.6 六、其他約定 15
7 第七章 數(shù)據(jù)庫分析與設(shè)計(jì) 16
7.1 一、數(shù)據(jù)庫環(huán)境說明 16
7.2 二、數(shù)據(jù)庫命名標(biāo)準(zhǔn)與規(guī)范 16
7.3 三、數(shù)據(jù)庫邏輯設(shè)計(jì) 16
7.4 四、數(shù)據(jù)庫物理設(shè)計(jì) 17
7.4.1 (一)表、視圖匯總 17
7.4.2 (二)各表、視圖設(shè)計(jì)詳解 17
8 第八章 軟件體系結(jié)構(gòu)設(shè)計(jì)說明書 22
8.1 一、系統(tǒng)概述 22
8.2 二、設(shè)計(jì)約束 22
8.3 三、設(shè)計(jì)策略 22
8.4 四、系統(tǒng)概要設(shè)計(jì)說明書 23
8.4.1 (一)圖例說明 23
8.4.2 (二)系統(tǒng)總體結(jié)構(gòu)圖 23
8.4.3 (三)銷售子系統(tǒng)流程圖 24
8.4.4 (四)進(jìn)貨子系統(tǒng)流程圖 25
8.4.5 (五)退貨子系統(tǒng)流程圖 25
8.5 五、系統(tǒng)詳細(xì)設(shè)計(jì)說明書 25
8.5.1 (一)系統(tǒng)模塊匯總 25
8.5.2 (二)系統(tǒng)核心模塊詳解 27
8.5.3 (三)系統(tǒng)模塊詳解 42
9 第九章 用戶界面設(shè)計(jì)報(bào)告 62
9.1 一、界面設(shè)計(jì)規(guī)范 62
9.2 二、系統(tǒng)窗體匯總 62
9.3 三、主界面設(shè)計(jì) 64
9.4 四、子界面設(shè)計(jì) 64
9.5 五、界面資源設(shè)計(jì) 65
10 第十章 軟件測(cè)試分析報(bào)告 66
10.1 一、測(cè)試范圍與主要內(nèi)容 66
10.2 二、測(cè)試方法 66
10.3 三、測(cè)試報(bào)告 66
10.4 四、改進(jìn)建議與措施 67
11 第十一章 軟件使用說明書 67
11.1 一、軟件概述 67
11.2 二、系統(tǒng)安裝 68
11.3 三、使用說明 68
11.3.1 (一)系統(tǒng)登陸 68
11.3.2 (二)注銷與退出 69
11.3.3 (三)辦理進(jìn)貨登記 69
11.3.4 (四)辦理退貨登記 72
11.3.5 (五)銷售圖書 73
11.3.6 (六)會(huì)員管理 74
11.3.7 (七)員工管理 75
11.3.8 (八)書目檢索 75
11.3.9 (九)查看統(tǒng)計(jì)信息 75
11.3.10 (十)修改密碼 76
11.3.11 (十一)關(guān)于/幫助 77
12 第十三章 結(jié)束語 77
13 致 謝 78
14 參 考 文 獻(xiàn) 79
參 考 文 獻(xiàn)
1.《Visual Basic 程序設(shè)計(jì)》柳青 劉渝妍 何文華 編 高等教育出版社
2.《Visual Basic語言程序設(shè)計(jì)》(修定版)教育部考試中心 高等教育出版社
3.《Visual Basic 6.0 高級(jí)編程技巧》 李善茂 等著. 電子工業(yè)出版社.
4.《Visual Basic 6.0 中文版 提高與應(yīng)用》 譚浩強(qiáng) 主編. 電子工業(yè)出版社