• <ul id="ma6cs"><pre id="ma6cs"></pre></ul>
  • <th id="ma6cs"></th>
    <ul id="ma6cs"></ul>
  • <strike id="ma6cs"></strike>
    <ul id="ma6cs"></ul>
    <samp id="ma6cs"></samp><strike id="ma6cs"></strike>
      • 論文格式
        電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
        機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
        制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
        通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
        • 首頁 |
        • 畢業論文 |
        • 論文格式 |
        • 個人簡歷 |
        • 工作總結 |
        • 入黨申請書 |
        • 求職信 |
        • 入團申請書 |
        • 工作計劃 |
        • 免費論文 |
        • 合作期刊 |
        • 論文同學網 |
        搜索 高級搜索

        當前位置:論文格式網 -> 畢業論文 -> 計算機論文
        畢業論文標題:

        圖書館管理信息系統設計與實現

         本文ID:LWGSW14550 價格:收費積分/100
        掃一掃 掃一掃
        本站會員可自行下載:下載地址 圖書館管理信息系統設計與實現 (收費:1000 積分)  

        論文字數:12807,頁數:50

        摘要

         隨著科學技術的發展,信息技術正被越來越廣泛而深入地應用在管理上,管理信息系統的實施在技術上也已逐步成熟。圖書信息管理系統是現代圖書館的基本管理技術,是實現圖書館信息化管理的必備計算機系統。所以,該系統的設計與開發的研究具有一定的使用價值,而且圖書管理系統具有一般MIS系統的基本概念與特點,對了解掌握這類MIS系統的設計與開發,也是提高軟件開發、數據庫應用管理系統開發能力的一種有效手段。
         本文介紹了在PowerBuilder為前臺開發工具,SQL2000為后臺數據庫環境下開發一個管理信息系統的過程。本系統主要設計實現了圖書館的圖書信息、讀者信息和借還書情況的管理。提供基本數據錄入與修改,實現條件查詢這種功能。系統整體簡實用、操作簡單。

        關鍵詞:圖書管理系統, PowerBuilder, SQL Server2000

        ABSTRACT

         With the development of science and technology, information technology is being used more and more in-depth in management, and the technical of implementation of management information system has been gradually mature. Book information management system is the basic management of modern library technology; it is the important system that to achieve the library systems computer management. Therefore, the research of system’s design and development is certain of value, and the library management system has the basic concepts and characteristics of general MIS system. It is a effective means to understanding to master this type of MIS system’s design and development, to improve software development, the ability of database applications management system.

         This article describes the process of developing a management information system which with the PowerBuilder development tools for the future and SQL2000 back-end database environment. The system is mainly designed to management the book’s information, readers and information about borrowing and returning. To provide basic data entry and changes, achieve enquiry function. The overall of system is simple and practical and easy to operate.

        Keyword: library management system, PowerBuilder, SQL Server2000

        目錄

        摘要 I
        ABSTRACT II
        第1章 引言 1
        1.1 背景 1
        1.2 研究內容 2
        第2章 開發語言與技術介紹 3
        2.1 ProwerBuild9.0 簡介 3
        2.2 SQL Server 2000 簡介 4
        2.3 MIS 系統開發方法 4
        2.4 MIS 系統開發過程 5
        第3章 系統需求分析 7
        第4章 系統設計 8
        4.1 數據庫實體之間相互關系的全局E-R圖設計 8
        4.2 關系模式設計 8
        4.3 數據庫邏輯結構設計 9
        4.3.1 讀者信息表設計 9
        4.3.2 用戶基本信息表設計 10
        4.3.3 圖書信息表設計 10
        4.3.4 出版社信息表設計 11
        4.3.5 圖書分類信息表設計 11
        4.3.6 借閱信息表設計 12
        4.3.7 規則信息表設計 12
        4.4 圖書館管理信息系統數據流圖設計 13
        4.4.1 系統0層數據流圖設計 13
        4.4.2 系統1層數據流圖設計 14
        4.4.3 圖書館理數據流圖設計 15
        4.4.4 讀者管理數據流圖設計 16
        4.4.5 圖書借閱管理數據流圖設計 17
        4.4.6 查詢管理數據流圖設計 18
        4.4.7 資料統計管理數據流圖設計 19
        4.4.8 系統設置管理數據流圖設計 20
        4.5 系統功能結構圖設計 21
        第5章 圖書館管理信息系統模塊實現 22
        5.1 應用程序開發的基本步驟 22
        5.2 祖先窗口的創建 22
        5.3 應用程序對象 App_newlib1 22
        5.4 具體菜單和窗口的實現 23
        5.4.1 系統登錄窗口w_login 23
        5.4.2 主窗口w_main 25
        5.4.3 菜單m_main 25
        5.4.4 新書入庫窗口 w_newbook 27
        5.4.5 舊書銷毀窗口 w_delbook 29
        5.4.6 新登記用戶窗口 w_newmember 31
        5.4.7 注銷用戶窗口 w_delmember 32
        5.4.8 圖書借閱窗口 w_loan 33
        5.4.9 圖書歸還窗口 w_return 35
        5.4.10 圖書查詢 w_search_ndate 37
        5.4.11統計資料窗口 38
        5.4.12 用戶管理 w_people 39
        5.4.13 圖書信息設置 40
        5.4.14 借閱規則設置窗口 w_regular 41
        5.4.15 補充說明 43
        第6章 結束語 44
        致謝 45
        參考文獻 46


        相關論文
        本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
        上一篇:基于BS架構的圖書捐贈系統設計與.. 下一篇:企業員工管理系統設計與實現
        Tags:圖書館 管理 信息系統 設計 實現 【收藏】 【返回頂部】
        最新文章
        熱門文章
        計算機論文
        推薦文章

        本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

        論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

        Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

        感谢您访问我们的网站,您可能还对以下资源感兴趣:

        论文格式网:毕业论文格式范文
        <ul id="suaas"></ul>
        • <samp id="suaas"></samp>
        • <strike id="suaas"></strike>