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

      當前位置:論文格式網 -> 畢業論文 -> 其他專業論文
      畢業論文標題:

      酒店客房管理系統的設計與實現

       本文ID:LWGSW16973 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 酒店客房管理系統的設計與實現 (收費:5000 積分)  

      論文字數:18366,頁數:49

      摘要

       本文通過開發一個數據庫酒店客房管理系統,學習用Microsoft SQL Server 2000開發數據庫管理系統。采用Power Builder9.0等相關軟件為開發工具;通過對計算機硬件和軟件解決方案的論證;對應用領域進行調查分析;參考各種資料和進行數據庫編程實踐。在指導老師的幫助下,成功地實現了本系統主要的功能:預訂管理、入住管理、消費記賬管理和收銀退房管理,并能使設計的數據庫系統能夠實現一般所需要求的管理。
       酒店客房管理系統主要是針對一般的酒店客房部作為單位使用對象而開發的,之所以把該系統定位如此之小,主要是考慮畢業設計題目不易過大,但考慮系統的完整性,仍然把它作為一個典型的信息管理系統(MIS)而設計。其系統開發任務主要包括數據庫的設計與維護、客戶端應用程序的開發等兩個方面。對于前者要求建立起的數據庫具有完整性和一致性,且具有一定的數據安全性如用戶需要密碼才能使用等,而對于后者則要求程序界面友好、功能完備等特點。經過詳細的分析,選用Power Builder9.0作為前端開發工具,利用其提供的集成開發環境及各種控件,尤其是對數據庫的良好支持完成對數據庫的各種操作,達到對酒店客房管理的目的。首先建立系統應用原型,然后對原型系統進行需求迭代,不斷修正和改進,直到形成用戶滿意的實際可行系統。

      關鍵詞:數據庫; 信息管理系統(MIS); 完整性


      Abstract

       With the purpose to learn how to use Microsoft SQL Server 2000 and Power Builder9.0 to develop a hotel room database management system, I made a survey to study and analysis the current situation of small hotel in a small area of Jinhua city, so that more information about how rooms are used in these hotels can be learned. What’s more, I make sure that my solution of the database design can be worked from both computer hardware and software aspects. And with the help of various referenced information and practice of database programming, I have basically fulfilled the design task and I believe that my database can meet the needs of the database management.
       Hotel room management system is mainly aimed at the general's hotel rooms as the unit of the developed object. Why the positioning of the system is so small lies on it is not appropriate to make the design is too large. In terms of the integrity of the system, it is still designed as a typical management information system (MIS). The main task of the system development including two aspects: database design and client applications. For the former requirement to establish a database with the integrity and consistency, and has a certain amount of data security strategy such as the users should need a password to login, while the latter requires user-friendly, full-featured application platform and so on. Power Builder9.0 chosen as the development tools has integrated development environment and a variety of controls, especially for a good support to database and completions of various operations on the database. Firstly, prototype the system, and then find iterative prototyping system, constantly revised and improved the database, until users are satisfied with the practical system.

      Key words: Database;Management information system (MIS); Integrity

       

       

      目錄

      摘要 I
      Abstract II
      第一章 緒論 1
      1.1 課題研究現狀分析 1
      第二章 課題研究的主要內容 3
      2.1 項目開發背景 3
      2.2 編寫目的 3
      2.3 系統功能分析 3
      2.4 系統建設的基本原則 4
      2.5 用戶界面 4
      2.6 系統的設計目標 4
      2.7 可行性分析 4
      2.7.1 技術可行性研究 5
      2.7.2 管理上的可行性分析 5
      2.7.3 經濟可行性研究 6
      2.7.4 操作可行性研究 6
      第三章 系統開發環境與開發工具 7
      3.1 PowerBuilder介紹 7
      3.1.2  PowerBuilder與數據庫的連接 8
      3.2 數據庫介紹 8
      第四章 系統分析 10
      4.1 系統需求分析 10
      4.2 系統功能要求 11
      4.3 系統功能設計 11
      4.3.1 系統功能描述: 11
      4.3.2 系統功能模塊設計: 13
      4.4 數據流圖 14
      4.5數據字典 14
      4.6數據庫設計 15
      4.6.1數據庫需求分析 15
      4.6.2. 系統E-R圖 16
      4.6.3 數據庫三范式設計 17
      4.6.4 系統數據庫邏輯結構設計 19
      4.6.5 數據庫結構的實現 22
      第五章  系統具體功能實現 26
      5.1 系統界面設計 26
      5.2系統主要功能及部分代碼實現 27
      5.2.1 基礎設置 27
      第六章 系統測試 38
      第七章 系統實施與維護 41
      7.1 系統實施 41
      7.2 系統的運行管理 41
      7.3 系統維護 42
      第八章  結束語 43
      致謝 44
      參考文獻 45


      相關論文
      本論文在其他專業論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:娜娜公司客戶管理系統設計與實現 下一篇:基于VB技術的軟件銷售庫存管理系..
      Tags:酒店 客房 管理系統 設計 實現 【收藏】 【返回頂部】
      會計論文
      電子機電論文
      金融論文
      電氣自動化論文
      模具設計
      化學工程與工藝
      機械設計
      電子通信論文
      英語論文
      行政管理論文
      物流論文
      電子商務論文
      法律論文
      國際貿易論文
      財務管理論文
      人力資源論文
      市場營銷論文
      土木工程論文
      工商管理論文
      工程管理論文
      漢語言文學論文
      教育管理論文
      測控專業論文
      交通工程論文
      旅游管理論文
      新聞專業論文
      藝術設計
      教育技術學論文
      應用物理學論文
      輕化工程論文
      德語專業論文
      給水排水工程
      服裝設計與工程
      食品生物技術
      材料科學與工程
      電視制片管理
      工業工程論文
      文化產業管理
      包裝工程論文
      印刷工程論文
      信息管理論文
      制藥工程論文
      生物工程論文
      電子信息工程
      信息計算科學
      電氣工程論文
      通信工程論文
      財務會計畢業論文
      電子商務畢業論文
      現代教育技術
      信息管理專業
      心理學專業
      數學與應用數學
      數學教育
      護理學畢業論文
      其他專業論文
      歷史學論文
      學前教育畢業論文
      小學教育畢業論文
      教育管理畢業論文
      法律專業畢業論文
      漢語言文學畢業論文
      工商管理畢業論文
      人力資源畢業論文
      營銷專業畢業論文
      物流專業畢業論文
      計算機論文
      最新文章
      熱門文章
      計算機論文
      推薦文章

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

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

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

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

      论文格式网:毕业论文格式范文
      <ul id="e2ugw"></ul>
    • <fieldset id="e2ugw"><input id="e2ugw"></input></fieldset><ul id="e2ugw"></ul><ul id="e2ugw"></ul>
    • <fieldset id="e2ugw"><input id="e2ugw"></input></fieldset>