计算机应用 | 古代文学 | 市场营销 | 生命科学 | 交通物流 | 财务管理 | 历史学 | 毕业 | 哲学 | 政治 | 财税 | 经济 | 金融 | 审计 | 法学 | 护理学 | 国际经济与贸易
计算机软件 | 新闻传播 | 电子商务 | 土木工程 | 临床医学 | 旅游管理 | 建筑学 | 文学 | 化学 | 数学 | 物理 | 地理 | 理工 | 生命 | 文化 | 企业管理 | 电子信息工程
计算机网络 | 语言文学 | 信息安全 | 工程力学 | 工商管理 | 经济管理 | 计算机 | 机电 | 材料 | 医学 | 药学 | 会计 | 硕士 | 法律 | MBA
现当代文学 | 英美文学 | 通讯工程 | 网络工程 | 行政管理 | 公共管理 | 自动化 | 艺术 | 音乐 | 舞蹈 | 美术 | 本科 | 教育 | 英语 |

酒店客房管理系统Delphi+SQL

2016-08-01 01:00
导读:计算机应用论文论文,酒店客房管理系统Delphi+SQL在线阅读,教你怎么写,格式什么样,科教论文网提供各种参考范例:毕业
毕业

酒店客房管理系统
目录
前言 1
1 数据库管理系统概述 2
1.1 数据库管理系统的工作模式 2
1.2 数据库管理系统的主要功能 2
1.3 数据库管理的特性 3
1.4 数据库管理系统的模块组成 3
2 系统开发环境简介 5
2.1 开发工具选择 5
2.2 Delphi开发工具介绍 5
2.2.1 Delphi概述 5
2.2.2 Delphi 7.0的优点 5
2.2.3 Delphi主要组件 6
2.2.4 Delphi 7.0工作界面简介 7
2.2.5 Delphi 数据库访问 8
2.2.6 Delphi数据库组件的结构 9
2.3 SQL Server 2000介绍 10
2.3.1 SQL Server 2000概述 10
2.3.2 SQL Server服务 11
2.3.3 SQL在客户/服务器开发中的重要作用 11
2.3.4 SQL Server 2000综合特性 12
2.3.5 用来操纵数据的SQL命令 13
3 系统需求分析 14
3.1 需求分析概述 14
3.1.1 需求分析的目的及意义 14
3.1.2 需求分析的方法 14
3.1.3 需求分析的基础知识 15
3.2 开发背景 15
3.3 系统功能分析 16
4 系统总体设计 17
4.1 系统功能模块的划分 17
4.1.1 模块划分的原则 17
4.1.2 应用原则划分功能模块 18
4.2 系统数据流图 19
4.2.1 数据流图概述 19
4.2.2 住宿登记模块数据流图 19
4.2.3 退房结算数据流图 20
4.2.4 查看旅客信息的数据流图 20
4.2.5 删除用户的数据流图 21
4.2.6 更换客房的数据流图 21
4.3 系统流程分析 22
4.3.1 管理员系统流程图 22
4.3.2 1般人员系统流程图 23
4.3.3 住宿登记模块流程图 23
4.3.4 修改旅客信息流程图 23
4.3.5 更换客房流程图 24
4.3.6 退房结算流程图 25
5 系统数据库分析与设计 26

内容来自www.nseac.com


5.1 数据库的概念设计 26
5.2 数据库逻辑结构设计 29
5.3 数据库的实现 31
5.4 数据库的关系图 33
6 系统的具体实现 34
6.1 Delphi 程序设计流程 34
6.2 系统的运行流程 34
6.3 各窗口的介绍 36
6.4 部分窗体的实现 36
6.4.1 查询旅客费用窗体的实现 36
6.4.2 修改旅客信息窗体的实现 38
6.4.3 住宿登记窗体的实现 39
6.4.4 更换房间窗体的实现 40
6.4.5 退房结算窗体的实现 41
6.4.6数据库连接模块实现 42
结束语 44
参考文献 45
致谢词 46


摘    要
本以数据库管理系统的开发为背景,介绍了1个基于Delphi+ Microsoft SQL Server 2000的酒店客房管理系统。该系统是典型的信息管理系统,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起资料1致性和完整性强、资料安全性好的数据库。而对于后者则要求应用程序功能完备,易使用等特点。
因此本文结合酒店管理的要求,对SQL数据库管理系统,SQL语言原理,Delphi应用程序设计,Delphi数据库技术进行了介绍,主要完成对酒店管理系统的需求分析、功能模块划分、数据库模式分析,并由此设计了数据库结构和应用程序。
客房管理需要对客人入住、居住和离店期间的1切服务进行管理,并存储酒店客房的所有静态和动态信息,并且严格服从有关规定,按1定的模式或规律进行。体现数据量大,数据流清晰、规范的特点,因而特别适合用计算机管理。
本首先介绍了有关于数据库管理系统的知识,然后介绍了开发工具Delphi 7和Microsoft SQL Server 2000,接着对本系统的功能进行分析,给出系统的总体设计、数据库的设计和详细设计,最后对本次毕业设计做出总结。 您可以访问中国科教评价网(www.NsEac.com)查看更多相关的文章。
关键字:酒店;客房;数据库;Delphi ;SQL语言

Hotel Management System

Abstract:This text mainly introduces the hotel management system on the basis of Delphi and Microsoft SQL sever 2000,as the background of database management system. The system is a typical information management system , it’s development includes two respects, the setting-up and maintenance of backstage database and the foreground application program. As to the former, it needs to set up a database which has consistency materials strong integrality and secure materials. While to the latter, it requires some characteristics, such as complete function, apt to apply, etc.
Therefore, the text introduce which contains the SQL data base management system, the SQL language principle, the Delphi uses and designs program, and the Delphi database technology, then finish the demand analysis , the function module dividing and database mode to the administrative system of hotels to analyze mainly.
The hotel management system needs the whole service management of book in, residence and leave. when not to manage to guest to need, store static behavior of the guest room of hotels and multidate information, and obey relevant regulations strictly, go on according to certain mode or law . Person who reflects data heavy, dataflow clear , normal characteristic, is it manage with computer to suitable for especially
 The text introduce the knowledge about database management system at first, then the development tool, Delphi and Microsoft SQL sever 2000.After that, the brief instruction of the analysis of system function, the whole and detail design of the system and the database design. Finally there is the conclusion of this graduate designing.
Key words: Hotels , the guest room,  the database , Delphi, SQL language


 

    上一篇:基于聚类分析的数据挖掘方法 下一篇:没有了