畢業(yè)設(shè)計 圖書館管理系統(tǒng)論文vb.doc
約26頁DOC格式手機打開展開
畢業(yè)設(shè)計 圖書館管理系統(tǒng)論文vb,圖書館管理系統(tǒng)論文全文26頁約8000字圖文并茂論述詳盡摘要圖書館管理管理系統(tǒng)是典型的信息管理系統(tǒng)(mis),其開發(fā)主要包括后臺數(shù)據(jù)庫的建立和維護以及前端應用程序的開發(fā)兩個方面。對于前者要求建立起數(shù)據(jù)一致性和完整性強、數(shù)據(jù)安全性好的庫。而對于后者則要求應用程序功能完備,易使用,安全性好等特點。該系統(tǒng)我采用的是c/s模式...
![](http://img.queshao.com/images/pcgzh.gif)
![](http://preview.queshao.com/tobuy/22044.gif)
內(nèi)容介紹
此文檔由會員 孤星逐月 發(fā)布
圖書館管理系統(tǒng)論文
全文26頁 約8000字 圖文并茂 論述詳盡
摘 要
圖書館管理管理系統(tǒng)是典型的信息管理系統(tǒng)(MIS),其開發(fā)主要包括后臺數(shù)據(jù)庫的建立和維護以及前端應用程序的開發(fā)兩個方面。對于前者要求建立起數(shù)據(jù)一致性和完整性強、數(shù)據(jù)安全性好的庫。而對于后者則要求應用程序功能完備,易使用,安全性好等特點。該系統(tǒng)我采用的是C/S模式,它實現(xiàn)的功能為:對圖書信息、借閱者信息、總體借閱情況信息的管理和統(tǒng)計、工作人員和管理人員信息查看及維護。圖書館管理員可以瀏覽、查詢、添加、刪除、修改、統(tǒng)計圖書的基本信息;瀏覽、查詢、統(tǒng)計、添加、刪除和修改圖書借閱者的基本信息,瀏覽、查詢、統(tǒng)計圖書館的借閱信息,但不能添加、刪除和修改借閱信息,這部分功能應該由圖書館工作人員執(zhí)行,但是,刪除某條圖書借閱者基本信息記錄時,應實現(xiàn)對該圖書借閱者借閱記錄的級聯(lián)刪除,并且還應具有生成催還圖書報表.
關(guān)鍵詞:圖書館管理系統(tǒng),數(shù)據(jù)庫,應用程序,C/S
Abstract
The library manager system is a typical application of managing information system (known as MIS), which mainly includes building up data-base of back-end and developing the application interface of front-end. The former required consistency and integrality and security of data. The later should make the application powerful, easily used and security. I select C/S model for this system, which fuction include: the manage and stat of library, borrower, collectivity information; examination and maintenance of missionary and manager. Library manager can look through, query, append, delete, amend and conclude basic information of books; look through, query, conclude, append, delete and amend information of borrower; browse, query, conclude library information of borrowing, but can’t append, delete, amend it. Library missionary should perform this function. Additionally, when you delete some record of borrower’s basic information, you should delete their correlative record, and make up urgent report form of returning books.
Keyword: library manager system, database, application, C/S
目 錄
摘 要 I
Abstract II
目 錄 III
第一章 緒 論 1
1.1 配置與SQL Server2000的ODBC連接 1
1.2 VB概述 4
1.2.1 VB的特點 4
1.2.2 VB語言的基本概念 4
第二章 技術(shù)知識的簡介 5
第三章 圖書館管理系統(tǒng)的設(shè)計與實現(xiàn) 6
3.1 、問題的提出 6
3.2 、可行性的分析文檔 6
3.3 、軟件說明 6
3.3.1 系統(tǒng)基本目標 6
3.3.2 系統(tǒng)結(jié)構(gòu)設(shè)計 6
3.3.3 該設(shè)計需要完成的主要功能 7
3.4 、數(shù)據(jù)庫設(shè)計 9
3.4.1 數(shù)據(jù)庫設(shè)計 9
3.4.2、數(shù)據(jù)庫結(jié)構(gòu)的實現(xiàn) 10
3.5、圖書館管理信息系統(tǒng)的實現(xiàn) 12
3.5.1 主窗體的創(chuàng)建 12
3.5.2 系統(tǒng)用戶管理模塊的創(chuàng)建 14
3.5.3 讀者種類管理模塊的創(chuàng)建 15
3.5.4 讀者信息管理模塊的創(chuàng)建 16
3.5.5、書籍類別管理模塊的創(chuàng)建 17
3.5.6、書籍信息管理模塊的創(chuàng)建 18
3.5.7、借書信息管理模塊的創(chuàng)建 18
3.5.8、還書信息管理模塊的創(chuàng)建 19
3.6 、系統(tǒng)的編譯及生成 20
第四章、小結(jié) 21
致 謝 22
參 考 文 獻 23
部分參考文獻
[2].劉韜 駱娟 何旭洪 Visual Basic數(shù)據(jù)庫系統(tǒng)開發(fā)實例導航 2003.8
[3].薩師煊 王珊 數(shù)據(jù)庫系統(tǒng)概論 高等教育出版社 2004.4
[4].Harold Abelson Gerald Jay Sussman Julie Sussman 計算機程序的構(gòu)造和解釋 2004.2
全文26頁 約8000字 圖文并茂 論述詳盡
摘 要
圖書館管理管理系統(tǒng)是典型的信息管理系統(tǒng)(MIS),其開發(fā)主要包括后臺數(shù)據(jù)庫的建立和維護以及前端應用程序的開發(fā)兩個方面。對于前者要求建立起數(shù)據(jù)一致性和完整性強、數(shù)據(jù)安全性好的庫。而對于后者則要求應用程序功能完備,易使用,安全性好等特點。該系統(tǒng)我采用的是C/S模式,它實現(xiàn)的功能為:對圖書信息、借閱者信息、總體借閱情況信息的管理和統(tǒng)計、工作人員和管理人員信息查看及維護。圖書館管理員可以瀏覽、查詢、添加、刪除、修改、統(tǒng)計圖書的基本信息;瀏覽、查詢、統(tǒng)計、添加、刪除和修改圖書借閱者的基本信息,瀏覽、查詢、統(tǒng)計圖書館的借閱信息,但不能添加、刪除和修改借閱信息,這部分功能應該由圖書館工作人員執(zhí)行,但是,刪除某條圖書借閱者基本信息記錄時,應實現(xiàn)對該圖書借閱者借閱記錄的級聯(lián)刪除,并且還應具有生成催還圖書報表.
關(guān)鍵詞:圖書館管理系統(tǒng),數(shù)據(jù)庫,應用程序,C/S
Abstract
The library manager system is a typical application of managing information system (known as MIS), which mainly includes building up data-base of back-end and developing the application interface of front-end. The former required consistency and integrality and security of data. The later should make the application powerful, easily used and security. I select C/S model for this system, which fuction include: the manage and stat of library, borrower, collectivity information; examination and maintenance of missionary and manager. Library manager can look through, query, append, delete, amend and conclude basic information of books; look through, query, conclude, append, delete and amend information of borrower; browse, query, conclude library information of borrowing, but can’t append, delete, amend it. Library missionary should perform this function. Additionally, when you delete some record of borrower’s basic information, you should delete their correlative record, and make up urgent report form of returning books.
Keyword: library manager system, database, application, C/S
目 錄
摘 要 I
Abstract II
目 錄 III
第一章 緒 論 1
1.1 配置與SQL Server2000的ODBC連接 1
1.2 VB概述 4
1.2.1 VB的特點 4
1.2.2 VB語言的基本概念 4
第二章 技術(shù)知識的簡介 5
第三章 圖書館管理系統(tǒng)的設(shè)計與實現(xiàn) 6
3.1 、問題的提出 6
3.2 、可行性的分析文檔 6
3.3 、軟件說明 6
3.3.1 系統(tǒng)基本目標 6
3.3.2 系統(tǒng)結(jié)構(gòu)設(shè)計 6
3.3.3 該設(shè)計需要完成的主要功能 7
3.4 、數(shù)據(jù)庫設(shè)計 9
3.4.1 數(shù)據(jù)庫設(shè)計 9
3.4.2、數(shù)據(jù)庫結(jié)構(gòu)的實現(xiàn) 10
3.5、圖書館管理信息系統(tǒng)的實現(xiàn) 12
3.5.1 主窗體的創(chuàng)建 12
3.5.2 系統(tǒng)用戶管理模塊的創(chuàng)建 14
3.5.3 讀者種類管理模塊的創(chuàng)建 15
3.5.4 讀者信息管理模塊的創(chuàng)建 16
3.5.5、書籍類別管理模塊的創(chuàng)建 17
3.5.6、書籍信息管理模塊的創(chuàng)建 18
3.5.7、借書信息管理模塊的創(chuàng)建 18
3.5.8、還書信息管理模塊的創(chuàng)建 19
3.6 、系統(tǒng)的編譯及生成 20
第四章、小結(jié) 21
致 謝 22
參 考 文 獻 23
部分參考文獻
[2].劉韜 駱娟 何旭洪 Visual Basic數(shù)據(jù)庫系統(tǒng)開發(fā)實例導航 2003.8
[3].薩師煊 王珊 數(shù)據(jù)庫系統(tǒng)概論 高等教育出版社 2004.4
[4].Harold Abelson Gerald Jay Sussman Julie Sussman 計算機程序的構(gòu)造和解釋 2004.2
TA們正在看...
- qypy0001s-2013沈陽一品源飲品有限公司飲用泉水.doc
- qyqooo1s-2012遵義市開發(fā)區(qū)團澤鎮(zhèn)玉泉飲料廠果味飲...doc
- qyqs0001s-2012即食海蜇.doc
- qyqs0002s—2012即食海菜.doc
- qyrh0002s-2012貴陽伊然紅清真食品有限公司糍粑辣椒.doc
- 副局長嚴以用權(quán)堅持民主集中制專題研討座談發(fā)言稿.doc
- qywn0001s-2012調(diào)味醬.doc
- qywn0002s-2012醋精.doc
- qyxb0002s-2012短梗刺五加飲料.doc
- qyxb0003s—2012果蔬汁飲料.doc