畢業(yè)設(shè)計(jì) 圖書館管理系統(tǒng)論文vb.doc
約26頁DOC格式手機(jī)打開展開
畢業(yè)設(shè)計(jì) 圖書館管理系統(tǒng)論文vb,圖書館管理系統(tǒng)論文全文26頁約8000字圖文并茂論述詳盡摘要圖書館管理管理系統(tǒng)是典型的信息管理系統(tǒng)(mis),其開發(fā)主要包括后臺(tái)數(shù)據(jù)庫(kù)的建立和維護(hù)以及前端應(yīng)用程序的開發(fā)兩個(gè)方面。對(duì)于前者要求建立起數(shù)據(jù)一致性和完整性強(qiáng)、數(shù)據(jù)安全性好的庫(kù)。而對(duì)于后者則要求應(yīng)用程序功能完備,易使用,安全性好等特點(diǎn)。該系統(tǒng)我采用的是c/s模式...
內(nèi)容介紹
此文檔由會(huì)員 孤星逐月 發(fā)布
圖書館管理系統(tǒng)論文
全文26頁 約8000字 圖文并茂 論述詳盡
摘 要
圖書館管理管理系統(tǒng)是典型的信息管理系統(tǒng)(MIS),其開發(fā)主要包括后臺(tái)數(shù)據(jù)庫(kù)的建立和維護(hù)以及前端應(yīng)用程序的開發(fā)兩個(gè)方面。對(duì)于前者要求建立起數(shù)據(jù)一致性和完整性強(qiáng)、數(shù)據(jù)安全性好的庫(kù)。而對(duì)于后者則要求應(yīng)用程序功能完備,易使用,安全性好等特點(diǎn)。該系統(tǒng)我采用的是C/S模式,它實(shí)現(xiàn)的功能為:對(duì)圖書信息、借閱者信息、總體借閱情況信息的管理和統(tǒng)計(jì)、工作人員和管理人員信息查看及維護(hù)。圖書館管理員可以瀏覽、查詢、添加、刪除、修改、統(tǒng)計(jì)圖書的基本信息;瀏覽、查詢、統(tǒng)計(jì)、添加、刪除和修改圖書借閱者的基本信息,瀏覽、查詢、統(tǒng)計(jì)圖書館的借閱信息,但不能添加、刪除和修改借閱信息,這部分功能應(yīng)該由圖書館工作人員執(zhí)行,但是,刪除某條圖書借閱者基本信息記錄時(shí),應(yīng)實(shí)現(xiàn)對(duì)該圖書借閱者借閱記錄的級(jí)聯(lián)刪除,并且還應(yīng)具有生成催還圖書報(bào)表.
關(guān)鍵詞:圖書館管理系統(tǒng),數(shù)據(jù)庫(kù),應(yīng)用程序,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的特點(diǎn) 4
1.2.2 VB語言的基本概念 4
第二章 技術(shù)知識(shí)的簡(jiǎn)介 5
第三章 圖書館管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 6
3.1 、問題的提出 6
3.2 、可行性的分析文檔 6
3.3 、軟件說明 6
3.3.1 系統(tǒng)基本目標(biāo) 6
3.3.2 系統(tǒng)結(jié)構(gòu)設(shè)計(jì) 6
3.3.3 該設(shè)計(jì)需要完成的主要功能 7
3.4 、數(shù)據(jù)庫(kù)設(shè)計(jì) 9
3.4.1 數(shù)據(jù)庫(kù)設(shè)計(jì) 9
3.4.2、數(shù)據(jù)庫(kù)結(jié)構(gòu)的實(shí)現(xiàn) 10
3.5、圖書館管理信息系統(tǒng)的實(shí)現(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
參 考 文 獻(xiàn) 23
部分參考文獻(xiàn)
[2].劉韜 駱娟 何旭洪 Visual Basic數(shù)據(jù)庫(kù)系統(tǒng)開發(fā)實(shí)例導(dǎo)航 2003.8
[3].薩師煊 王珊 數(shù)據(jù)庫(kù)系統(tǒng)概論 高等教育出版社 2004.4
[4].Harold Abelson Gerald Jay Sussman Julie Sussman 計(jì)算機(jī)程序的構(gòu)造和解釋 2004.2
全文26頁 約8000字 圖文并茂 論述詳盡
摘 要
圖書館管理管理系統(tǒng)是典型的信息管理系統(tǒng)(MIS),其開發(fā)主要包括后臺(tái)數(shù)據(jù)庫(kù)的建立和維護(hù)以及前端應(yīng)用程序的開發(fā)兩個(gè)方面。對(duì)于前者要求建立起數(shù)據(jù)一致性和完整性強(qiáng)、數(shù)據(jù)安全性好的庫(kù)。而對(duì)于后者則要求應(yīng)用程序功能完備,易使用,安全性好等特點(diǎn)。該系統(tǒng)我采用的是C/S模式,它實(shí)現(xiàn)的功能為:對(duì)圖書信息、借閱者信息、總體借閱情況信息的管理和統(tǒng)計(jì)、工作人員和管理人員信息查看及維護(hù)。圖書館管理員可以瀏覽、查詢、添加、刪除、修改、統(tǒng)計(jì)圖書的基本信息;瀏覽、查詢、統(tǒng)計(jì)、添加、刪除和修改圖書借閱者的基本信息,瀏覽、查詢、統(tǒng)計(jì)圖書館的借閱信息,但不能添加、刪除和修改借閱信息,這部分功能應(yīng)該由圖書館工作人員執(zhí)行,但是,刪除某條圖書借閱者基本信息記錄時(shí),應(yīng)實(shí)現(xiàn)對(duì)該圖書借閱者借閱記錄的級(jí)聯(lián)刪除,并且還應(yīng)具有生成催還圖書報(bào)表.
關(guān)鍵詞:圖書館管理系統(tǒng),數(shù)據(jù)庫(kù),應(yīng)用程序,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的特點(diǎn) 4
1.2.2 VB語言的基本概念 4
第二章 技術(shù)知識(shí)的簡(jiǎn)介 5
第三章 圖書館管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 6
3.1 、問題的提出 6
3.2 、可行性的分析文檔 6
3.3 、軟件說明 6
3.3.1 系統(tǒng)基本目標(biāo) 6
3.3.2 系統(tǒng)結(jié)構(gòu)設(shè)計(jì) 6
3.3.3 該設(shè)計(jì)需要完成的主要功能 7
3.4 、數(shù)據(jù)庫(kù)設(shè)計(jì) 9
3.4.1 數(shù)據(jù)庫(kù)設(shè)計(jì) 9
3.4.2、數(shù)據(jù)庫(kù)結(jié)構(gòu)的實(shí)現(xiàn) 10
3.5、圖書館管理信息系統(tǒng)的實(shí)現(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
參 考 文 獻(xiàn) 23
部分參考文獻(xiàn)
[2].劉韜 駱娟 何旭洪 Visual Basic數(shù)據(jù)庫(kù)系統(tǒng)開發(fā)實(shí)例導(dǎo)航 2003.8
[3].薩師煊 王珊 數(shù)據(jù)庫(kù)系統(tǒng)概論 高等教育出版社 2004.4
[4].Harold Abelson Gerald Jay Sussman Julie Sussman 計(jì)算機(jī)程序的構(gòu)造和解釋 2004.2