国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

智能化電子圖書管理系統(tǒng)設(shè)計(jì).doc

  
約42頁DOC格式手機(jī)打開展開

智能化電子圖書管理系統(tǒng)設(shè)計(jì), 1.6萬字本人今年最新原創(chuàng)的畢業(yè)設(shè)計(jì),僅在本站獨(dú)家提交,大家放心使用[摘 要]隨著世界信息技術(shù)的不斷發(fā)展,信息科學(xué)、計(jì)算機(jī)技術(shù)、通信技術(shù)己經(jīng)在各行各業(yè)得到廣泛的應(yīng)用。圖書館作為一種信息資源的集散地,圖書借閱頻繁,用戶管理多變,包含大量的信息數(shù)據(jù),因此需要一個(gè)完善的智能化電子圖書管理系統(tǒng)來實(shí)現(xiàn)...
編號(hào):99-481595大小:1.66M
分類: 論文>計(jì)算機(jī)論文

內(nèi)容介紹

此文檔由會(huì)員 jiji888 發(fā)布

智能化電子圖書管理系統(tǒng)設(shè)計(jì)

1.6萬字
本人今年最新原創(chuàng)的畢業(yè)設(shè)計(jì),僅在本站獨(dú)家提交,大家放心使用

[摘 要]
隨著世界信息技術(shù)的不斷發(fā)展,信息科學(xué)、計(jì)算機(jī)技術(shù)、通信技術(shù)己經(jīng)在各行各業(yè)得到廣泛的應(yīng)用。圖書館作為一種信息資源的集散地,圖書借閱頻繁,用戶管理多變,包含大量的信息數(shù)據(jù),因此需要一個(gè)完善的智能化電子圖書管理系統(tǒng)來實(shí)現(xiàn)對(duì)圖書書目、圖書借閱、用戶查詢進(jìn)行統(tǒng)一、實(shí)時(shí)管理,達(dá)到各類用戶的需求,這也是目前圖書館的工作重點(diǎn)。圖書管理系統(tǒng)是運(yùn)用信息技術(shù)(Information Technology,簡(jiǎn)稱 IT)對(duì)圖書館進(jìn)行電子化管理而構(gòu)建的信息管理系統(tǒng)。圖書管理系統(tǒng)相較于傳統(tǒng)的手工管理模式具有檢索方便快捷、檢索速度快、檢索結(jié)果準(zhǔn)確、存數(shù)據(jù)量?jī)?chǔ)大、成本低、節(jié)省資源、且具有良好的人機(jī)交互界面等功能。
本系統(tǒng)經(jīng)過實(shí)際的需求分析,采用了 Visual Basic 作為開發(fā)工具,后臺(tái)數(shù)據(jù)庫采用 Access,開發(fā)智能化電子圖書管理系統(tǒng)。主要設(shè)計(jì)兩大模塊,即書庫管理模塊和讀者借閱管理模塊。系統(tǒng)基于C S結(jié)構(gòu),采用自頂而下的設(shè)計(jì)方法按系統(tǒng)需求逐次完成各模塊的設(shè)計(jì),包括書庫圖書信息管理,基礎(chǔ)數(shù)據(jù)維護(hù),書籍的添加、修改和刪除,讀者信息維護(hù),圖書借閱管理,圖書歸還管理,圖書丟失管理,超期圖書管理,打印圖書驗(yàn)收?qǐng)?bào)表等,每個(gè)模塊都有相應(yīng)的具體操作,使用方便,功能靈活。
關(guān)鍵詞:圖書管理系統(tǒng) 需求分析 數(shù)據(jù)庫 C S結(jié)構(gòu)



[Abstract]
With the continuous development of the world of information technology, information science and communication technology has been widely used in various industries.Library as a hub of information resources, borrow books frequently changing user management, contains a lot of information and data. Therefore,it requires a comprehensive intelligent electronic library management system to achieve bibliography of books, borrow books, unified user queries, real-time management, meet various needs of users, this is the focus of the current library.Library management system is the use of information technology for library management and build electronic information management system.Library management system compared to traditional manual management mode with quick and easy retrieva l, retrieva l speed and accuracy of search results, keep a large amount of data storage, low costs, save resources, and has good man-machine interface and other functions.
The system has been a real demand analysis, using Visual Basic as development tools, back-end database using Access, the development of intelligent electronic library management system.The main design of two modules, namely Readers library management module and management module.CS-based system architecture, the use of top-down design approach by successive system requirements to complete the design of each module, including library book information management, basic data maintenance, books to add, modify and delete reader information maintenance, library management, library return management, library management lost, overdue library management, inspection reports and other print books, each module has a corresponding specific operation, easy to use, functional and flexible.
Keywords:Library Management System Requirements Analysis Database C S Structure


目錄

第1章 緒論 1
1.1課題背景 1
1.2系統(tǒng)開發(fā)的目的和意義 1
1.3國內(nèi)外的研究現(xiàn)狀 2
1.3.1國內(nèi)研究現(xiàn)狀 2
1.3.2國外研究現(xiàn)狀 3
1.4本文的主要工作 3
1.5Visual Basic 6.0簡(jiǎn)介 3
第2章 系統(tǒng)分析 7
2.1需求分析 7
2.2業(yè)務(wù)流程分析 7
2.3系統(tǒng)功能分析 8
第3章 系統(tǒng)設(shè)計(jì) 11
3.1圖書管理系統(tǒng)模塊的總體設(shè)計(jì) 11
3.2設(shè)計(jì)數(shù)據(jù)庫 11
3.2.1數(shù)據(jù)庫簡(jiǎn)介 11
3.2.2數(shù)據(jù)庫容量設(shè)計(jì) 12
3.2.3數(shù)據(jù)庫安全性設(shè)計(jì) 12
3.2.4數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計(jì) 13
3.2.5數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計(jì) 14
3.2.6數(shù)據(jù)庫的連接 16
3.3系統(tǒng)各模塊應(yīng)用程序的設(shè)計(jì) 17
3.3.1應(yīng)用程序的總體設(shè)計(jì) 17
3.3.2新書訂購管理 18
3.3.3讀者借書管理 20
3.3.4讀者還書管理 22
3.3.5讀者登錄模塊程序設(shè)計(jì) 23
3.3.6超期圖書提醒 23
第4章 圖書管理系統(tǒng)界面實(shí)現(xiàn) 25
4.1建立系統(tǒng)主界面 25
4.1.1建立圖書管理系統(tǒng)主界面 25
4.1.2建立主界面各模塊子菜單 25
4.2建立系統(tǒng)用戶管理界面 25
4.2.1用戶登錄 26
4.2.2密碼修改 27
4.2.3用戶添加 27
4.2.4用戶刪除 27
4.3建立讀者管理模塊 28
4.3.1讀者種類管理 28
4.3.2讀者信息管理 29
4.4建立系統(tǒng)書籍管理模塊 31
4.4.1建立書籍類別管理模塊 31
4.4.2建立書籍信息管理模塊 32
4.5建立借還書籍管理模塊 33
4.5.1建立借書信息管理模塊 33
4.5.2建立還書管理模塊 33
4.6報(bào)表設(shè)計(jì) 33
總結(jié) 35
致謝 36
參考文獻(xiàn) 37