首页
会员中心
到顶部
到尾部
android毕设

基于android的旅游景点管理系统的研究与开发(设计源码+论文+外文翻译+文献综述+任务书+开题报告)

时间:2020/10/13 22:04:50  作者:  来源:  查看:0  评论:0
内容摘要: 摘  要今年来随着我过经济的持续发展,人们生活水平的不断提高,旅游成为人们休闲旅游的重要方式,在众多的旅游景点中,各个旅游景点该如何管理自己,获得游客的认可,提高自己的知名度呢,现如今伴随着4G时代的来临,应用移动终端获得各种信息,已经成为人们生活的必...

  

年来随着我过经济的持续发展,人们生活水平的不断提高,旅游成为人们休闲旅游的重要方式,在众多的旅游景点中,各个旅游景点该如何管理自己,获得游客的认可,提高自己的知名度呢,现如今伴随着4G时代的来临,应用移动终端获得各种信息,已经成为人们生活的必要部分,旅游景点可以通过研究和开发android系统,通过在移动终端上管理和发布自己的实时信息,让游客第一时间获得旅游景点的动态,从而提高旅游景点的竞争力。

本系统是基于android系统的一个研究旅游景点开发,在windows平台的环境下,搭载最新的android开发环境,采用java为主要开发语言,使用Eclipse完成后台代码的编写,使用 JSoup技术解析网页获取数据信息,应用多线程技术保证程序性能,应用 photoshop美化用户界面,从而完成一个android客户端。

本人通过以系统的开发为主要目标,介绍此系统的设计和实现过程,从此软件的设计层面对系统理论知识,系统的概要设计和系统具体实现进行了详细研究,全部的程序都严谨的按照软件开发的思想来保证系统的使用价值,提高用户的使用舒适度,保证系统的可靠性。

关键字:android java;移动终端平台;MyEclipse

 

ABSTRACT

 This year I have had with the continued economic development, people's living standards continue to improve, tourism has become an important way for people to relax travel in many tourist attractions, tourist attractions how to manage yourself, get tourists recognition, improve their awareness of it, is now accompanied by the advent of the 4G era, the application of mobile terminals to get a variety of information, has become an essential part of people's lives, tourist attractions can android system through research and development, management and distribution through its own real-time information on the mobile terminal allows visitors to get a dynamic tourist attractions first time, thereby enhancing the competitiveness of tourist attractions

This system is based on a study of the development of tourist attractions android system, windows platform environment, equipped with the latest android development environment, using java as the main development language, using Eclipse to write code to complete the background, using the web to get data JSoup technical analysis information application of multi-threading technology to ensure application performance, application photoshop landscaping user interface, thus completing an android client.

I am through with the development of the system is the main objective to introduce the design and implementation process of this system, from software design level of theoretical knowledge of the system, system design and system implementation summary of a detailed study of all the procedures are in accordance with rigorous software develop ideas to ensure the use of the value system, to improve the user's comfort, to ensure system reliability.

Key wordsandroid java mobile terminal platform MyEclipse

   

 绪论…………………………………………………………………….........................................1

1.概述……………………………………………………………………............…….......................2

1.1 选题背景………………………………………………….…….……………............2

1.2 选题的目的和意义………………………………………..……………….................2

 1.2.1 信息发布.......................................................................................................2

 1.2.2 便捷查询…………………………………………………......……………....2

 1.2.3成本控制…………………………………………………………….……....……..2

 1.2.4 使用方便………………………………………………............………..........3

1.3 系统可行性研究与分析………………………………………………..……........……3

 1.3.1 可行性研究……………………………………………………………........……3

        1.3.2 需求分析...........................................................................................................................4

 2.系统相关理论知识………………………………………..…………......…….................5

       2.1 安卓的平台介绍…………………………………………………………….......…….5

         2.1.1安卓系统简介…………………………......………………...……....……5

          2.1.2 安卓系统的优点......................................................................................................5

          2.1.3 安卓系统的缺点...........................................................................................................5

          2.1.4安卓平台手机的优势....................................................................................................5

        2.2安卓系统的构成...................................................................................................................6

 3.系统分析…………………………………………………............……………….………...........7

       3.1.1 软、硬件环境的要求……………………………………………………….........7

       3.1.2 系统特性…………………………………………………….......... ………........7

 4.系统的设计…………………………………………………………..…………………….........8

    4.1系统的总体结构……………………………………………………………………...............8

4.2数据库的设计……………………………………………………………………....................9

4.2.1数据库结构设计………………………………………………………………...………...9

4.2.2系统中的实体图………………………………………………………………...………...9

4.3数据库逻辑设计…………………………………………………………………….........10

4.4系统的模块设计…………………………………………………………………....…….11

 4.4.1系统功能模块图……………………………………………………………….…….......11

 4.4.2系统功能模块设计……………………………………………………………………....12

 4.4.3系统功能例图分析…………………………………………………………………....13

4.4.4增删删改流程设计……………………………………………………………………....15

 4.4.4.1数据增加流程………………………………………………………………….……...15

 4.4.4.2数据修改流程………………………………………………………………….……...16

 4.4.4.3数据删除流程………………………………………………………………….……...17

 5.系统界面的设计与分析…………………………………………………………………..…….18

   5.1系统界面设计思……………………………………………………………………………...19

   5.2 程序运行结果…………………………………………………………………………......19

5.2.1登录界面设计……………………………………………………………………….……..19

5.2.2景区景点管理......................................................................................................................20

 6.系统测试………………………………………………………………………………..........25

  6.1 程序测试的重要性及目的………........………………………………………............……25

   6.1.1 程序调试……………………………………………………………………………...........25

   6.1.2 测试的重要性………………………………………………………………………….....25

   6.1.3 测试的目……………………………………...............................……………………....26

6.2程序测试的步骤及主要内容……………………………………………………….……..26

6.2.1 测试的步骤………………………………………………………….........................26

6.2.2 测试的主要内容…………………………………………………...............………….26

6.2.3 测试用例……………………………………………………….............................…….26

6.2.4 测试的基本要素……………………………………………...............……………….27

6.2.5 测试结果…………………………………………………….............................……….28

结论…………………………………………………………………………………………...………29

致谢…………………………………………………………………………………………...………30

参考文献……………………………………………………………………………………..………31


基于android的旅游景点管理系统的研究与开发(设计源码+论文+外文翻译+文献综述+任务书+开题报告)

基于android的旅游景点管理系统的研究与开发(设计源码+论文+外文翻译+文献综述+任务书+开题报告)



  



相关评论
android毕设
    本类推荐
      广告联系QQ:45157718 点击这里给我发消息 电话:13516821613 杭州余杭东港路118号雷恩国际科技创新园  网站技术支持:黄菊华互联网工作室 浙ICP备06056032号