论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 其他专业论文
毕业论文标题:

酒店客房管理系统的设计与实现

 本文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.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:娜娜公司客户管理系统设计与实现 下一篇:基于VB技术的软件销售库存管理系..
Tags:酒店 客房 管理系统 设计 实现 【收藏】 【返回顶部】
会计论文
电子机电论文
金融论文
电气自动化论文
模具设计
化学工程与工艺
机械设计
电子通信论文
英语论文
行政管理论文
物流论文
电子商务论文
法律论文
国际贸易论文
财务管理论文
人力资源论文
市场营销论文
土木工程论文
工商管理论文
工程管理论文
汉语言文学论文
教育管理论文
测控专业论文
交通工程论文
旅游管理论文
新闻专业论文
艺术设计
教育技术学论文
应用物理学论文
轻化工程论文
德语专业论文
给水排水工程
服装设计与工程
食品生物技术
材料科学与工程
电视制片管理
工业工程论文
文化产业管理
包装工程论文
印刷工程论文
信息管理论文
制药工程论文
生物工程论文
电子信息工程
信息计算科学
电气工程论文
通信工程论文
财务会计毕业论文
电子商务毕业论文
现代教育技术
信息管理专业
心理学专业
数学与应用数学
数学教育
护理学毕业论文
其他专业论文
历史学论文
学前教育毕业论文
小学教育毕业论文
教育管理毕业论文
法律专业毕业论文
汉语言文学毕业论文
工商管理毕业论文
人力资源毕业论文
营销专业毕业论文
物流专业毕业论文
计算机论文
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供其他专业论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号