宾馆管理系统的毕业论文.doc

约39页DOC格式手机打开展开

宾馆管理系统的毕业论文,宾馆管理系统摘要:信息管理系统也就是我们说常说的mis(management information system),i 在强调信息管理的现代社会中它变的越来越普及了、宾馆管理系统是一个典型的信息管理系统,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面,利用计算机软硬件资源以及数据库的人-机系统,提...
编号:25-163849大小:775.00K
分类: 论文>计算机论文

内容介绍

此文档由会员 heshihuakai 发布

宾馆管理系统

摘要:信息管理系统也就是我们说常说的MIS(Management Information System),I 在强调信息管理的现代社会中它变的越来越普及了、宾馆管理系统是一个典型的信息管理系统,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面,利用计算机软硬件资源以及数据库的人-机系统,提供信息支持企业或组织的运行、管理和决策功能。对于数据库,计算机毕业论文要求建立起数据的一致性、完整性、安全性;而对于前端应用程序则要求应用程序功能完备、界面友好和容易掌握使用等特点。经过分析,我们使用MICROSOFT公司的VISUAL STUDIO 开发工具,利用其提供的各种面向对象的开发工具,尤其是数据库这一方面,利用SQL2000能方便而简约操纵数据库的智能化对象,在短时间内建立系统应用原则,然后,对初始原型系统进行需求迭代,不断修正和改进,直至得到满意的系统。
最后经过测试,系统能正常运行,功能完善,性能较高。总得来说这个系统的开发是比较成功的。


关键词: 计算机技术  信息化管理  C#语言  SQL Server2000  宾馆管理系统


 
毕业设计(论文)外文摘要
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. 相关技术简介 6
2.1  Microsoft Visual Studio 2005 6
2.2  SQL Server 2000 6
2.3  C#语言 6
3. 系统需求分析 7
4.  数据库的设计 8
4.1  数据库概念结构设计 8
4.2  数据库逻辑结构设计 10
4.3  数据完整性设计 13
4.4  存储过程和视图 14
5. “宾馆管理系统”应用程序结构设计与功能实现 15
5.1  功能模块设计 15
5.2  客户界面设计 16
6.结论 24
7.致谢 25
8.参考文献 26
9.附录(核心代码) 27