旅游信息管理系统毕业论文 - 图文 联系客服

发布时间 : 星期二 文章旅游信息管理系统毕业论文 - 图文更新完毕开始阅读

河南师范大学新联学院 学号: 11320474092 本科毕业论文

旅游信息管理系统

专业名称: 计算机科学与技术

年级班别: 2011级二班 姓 名: 陈飞飞 指导教师: 王桂霞

2015年5月

河南师范大学新联学院本科毕业论文

旅游信息管理系统

摘 要 旅游信息系统是对旅游信息资源进行管理的,面向现实的系统。随着旅游业的不断发展,传统的旅游信息管理方法难度增大,灵活性低,已经难以满足人们对信息实时更新变化的需求。而计算机的发展和普及,信息的网络化管理恰恰为旅游业提供了一个更为高效、更为方便的管理方法。本系统在Microsoft Visual Basic 6.0的基础上进行开发,其目的主要是为了加强旅行社和游客对旅游信息资源更为准确、更为快捷地了解、掌握和管理,大大地节约了人力、物力资源。其中的两个模块:景点信息管理、人员信息管理在与Access数据库连接的基础上,实现了通过VB平台对数据库信息进行查找、删除、增加,修改的功能。因此,旅行社和游客可以通过此平台获取相关的信息来满足自己的需要。

关键词 Visual Basic 6.0;Access;旅游信息

河南师范大学新联学院本科毕业论文

The Travel Information Management System

Abstract The travel information management system is a realistic system, which manages the travel information resource. With the development of tourism industry, it is more difficult and unflexible if we continue using the traditional way to manage the travel information resource. And it is hardly to meet the need that people want to know and manage the information whenever and wherever they like. However, the growth and popularity of computer, and the network management of information provide a more efficient and convenient way for tourism industry. This system has been finished on the basis of Microsoft Visual Basic 6.0, which is designed to make the tourists and the travel agency manage the information source more quickly and accurately. There is no doubt that it greatly saves manpower and material resources. In this system, there are two modules named The Attractions Information Management and The Personal Information Management based on the connection of Access database, which can achieve the function of search, add, delete, and update to database.Therefore, the visitors and travel agency can obtain some related information to satisfy their need.

Keywords

Visual

basic

6.0;

Access;

Travel

information

河南师范大学新联学院本科毕业论文

目 录

1 管理信息系统概述及系统开发工具.................................... 1

1.1管理信息系统................................................. 1 1.2 Visual Basic 6.0 ............................................... 2 1.3 Access数据库 ................................................ 3 1.4 m3u文件 .................................................... 4 2 系统分析与设计.................................................... 5

2.1问题定义与可行性分析......................................... 5 2.2需求分析..................................................... 6 2.3总体设计..................................................... 9 3 详细设计......................................................... 11

3.1详细设计概述................................................ 11 3.2系统流程图.................................................. 12 3.3系统详细设计................................................ 12 4 编码与模块功能实现............................................... 16

4.1登录模块编码及实现.......................................... 16 4.2主界面模块编码及实现........................................ 19 4.3景点信息编码及实现.......................................... 23 4.4其他子界面编码及设计效果.................................... 28 5 软件测试......................................................... 31

5.1软件测试的定义.............................................. 31 5.2测试的基本准则.............................................. 31 5.3系统模块测试................................................ 31 总 结............................................................. 33 参考文献........................................................... 34 致 谢............................................................. 34 附 录............................................................. 36

1游客信息管理界面代码.......................................... 36 2导游信息管理界面代码.......................................... 39 3酒店信息管理界面代码.......................................... 42