日韩精品极品视频在线观看免费,天天夜碰日日摸日日澡性色AV,精品国产福利在线观看网址,亚洲第一区欧美国产综合

賓館管理系統(tǒng)的畢業(yè)論文.doc

約39頁DOC格式手機打開展開

賓館管理系統(tǒng)的畢業(yè)論文,賓館管理系統(tǒng)摘要:信息管理系統(tǒng)也就是我們說常說的mis(management information system),i 在強調(diào)信息管理的現(xiàn)代社會中它變的越來越普及了、賓館管理系統(tǒng)是一個典型的信息管理系統(tǒng),其開發(fā)主要包括后臺數(shù)據(jù)庫的建立和維護以及前端應(yīng)用程序的開發(fā)兩個方面,利用計算機軟硬件資源以及數(shù)據(jù)庫的人-機系統(tǒng),提...
編號:25-163849大小:775.00K
分類: 論文>計算機論文

內(nèi)容介紹

此文檔由會員 heshihuakai 發(fā)布

賓館管理系統(tǒng)

摘要:信息管理系統(tǒng)也就是我們說常說的MIS(Management Information System),I 在強調(diào)信息管理的現(xiàn)代社會中它變的越來越普及了、賓館管理系統(tǒng)是一個典型的信息管理系統(tǒng),其開發(fā)主要包括后臺數(shù)據(jù)庫的建立和維護以及前端應(yīng)用程序的開發(fā)兩個方面,利用計算機軟硬件資源以及數(shù)據(jù)庫的人-機系統(tǒng),提供信息支持企業(yè)或組織的運行、管理和決策功能。對于數(shù)據(jù)庫,計算機畢業(yè)論文要求建立起數(shù)據(jù)的一致性、完整性、安全性;而對于前端應(yīng)用程序則要求應(yīng)用程序功能完備、界面友好和容易掌握使用等特點。經(jīng)過分析,我們使用MICROSOFT公司的VISUAL STUDIO 開發(fā)工具,利用其提供的各種面向?qū)ο蟮拈_發(fā)工具,尤其是數(shù)據(jù)庫這一方面,利用SQL2000能方便而簡約操縱數(shù)據(jù)庫的智能化對象,在短時間內(nèi)建立系統(tǒng)應(yīng)用原則,然后,對初始原型系統(tǒng)進行需求迭代,不斷修正和改進,直至得到滿意的系統(tǒng)。
最后經(jīng)過測試,系統(tǒng)能正常運行,功能完善,性能較高。總得來說這個系統(tǒng)的開發(fā)是比較成功的。


關(guān)鍵詞: 計算機技術(shù)  信息化管理  C#語言  SQL Server2000  賓館管理系統(tǒng)


 
畢業(yè)設(shè)計(論文)外文摘要
Title :   Management System For Hotel
Abstract:  
I Information management system is what we often say that the MIS (Management Information System), I emphasized that information management in modern society it is becoming increasingly popular, and hotel management system is a typical information management system, which mainly includes background database establishment and maintenance of two front-end application development, the use of computer software and hardware resources, and database man - machine systems, business or organization to provide information to support the operation, management and decision-making capabilities. For the database, the computer graduation requirement to establish data consistency, integrity, security; the front-end application is required for the application functions, user-friendly and easy to master and so on. After analysis, we use the VISUAL STUDIO MICROSOFT development tools, the use of its various object-oriented development tools, especially in the database in this regard, the use SQL2000 easy and simple to manipulate intelligence database objects in a short time application of the principle of establishing the system, then, the initial prototype of the system needs to constantly revise and improve, until a satisfactory system.

 

keywords:  Computer Technology    Information Management C# language
  SQL Server 2000   Management System For Hotel

 

目 錄

1. 引言 5
2. 相關(guān)技術(shù)簡介 6
2.1  Microsoft Visual Studio 2005 6
2.2  SQL Server 2000 6
2.3  C#語言 6
3. 系統(tǒng)需求分析 7
4.  數(shù)據(jù)庫的設(shè)計 8
4.1  數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計 8
4.2  數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計 10
4.3  數(shù)據(jù)完整性設(shè)計 13
4.4  存儲過程和視圖 14
5. “賓館管理系統(tǒng)”應(yīng)用程序結(jié)構(gòu)設(shè)計與功能實現(xiàn) 15
5.1  功能模塊設(shè)計 15
5.2  客戶界面設(shè)計 16
6.結(jié)論 24
7.致謝 25
8.參考文獻 26
9.附錄(核心代碼) 27