南京公交换乘查询系统设计与应用

 2022-07-06 01:07

论文总字数:23771字

摘 要

伴随着我国GDP不断增长,经济实力不断增强,同时也侧面的加快了我国的城市化脚步,与之同时城市化进程的加快、我国人口也随着加快的城市化进程飞速的增长,也一定程度让人们在城市内的出行愈发艰巨。如何优化城市的公交系统将是处理城市人口出行问题的重要手段之一,人们也对城市智能公交系统的信息化有了更高的期望。城市的智能公交的发展水平也能从侧面反映了一个城市发展水平。作为旅游胜地的六朝古都南京更是在城市的公交系统方面做出了巨大的努力。伴随着地铁在南京开通,南京的公共交通系统的覆盖面几乎遍及了全城,同时还具有了经济快捷等特点,也得到人们的一致好评。具有如此多的特点的公交系统毫无疑问的人们的出行的第一选择,伴随着地铁在南京开通、公共自行车的投放等一系列措施,极大的增加交通系统的复杂性,同时也导致了公共资源的浪费和财产的损失。因此,公共资源高效的分配是提升人们出行效率的关键 。

本文除了简要概述我国目前智能交通系统之外,将详细介绍如何利用Vue框架和基本的前端知识,借鉴百度地图、高德地图等的界面,简单设计一个可供移动端和PC端公交换乘系统。该系统的主要功能是调用百度地图API进行实现,并且利用Vue进行项目的最终上线。

关键词:智能公交 换乘 Vue 百度地图API Web

Abstract

As China’s GDP continues to grow, its economic strength continues to increase. At the same time, it also accelerates the pace of urbanization in China. At the same time, the process of urbanization is accelerating, and our population is also growing rapidly along with the accelerating process of urbanization. Making people travel in the city becomes more and more arduous. How to optimize the city's public transportation system will be one of the important means to deal with the problem of urban population travel. People also have higher expectations for the informationization of urban intelligent public transportation system. The development level of smart public transportation in cities can also reflect the development level of a city from the side. Nanjing, the ancient capital of the Six Dynasties as a tourist destination, has made great efforts in the city's public transport system. With the opening of the subway in Nanjing, Nanjing's public transportation system has covered almost all of the city, and it has also been characterized by its economical efficiency, and it has been well received by people. The public transportation system with so many characteristics has no doubt that the first choice of people's travel is accompanied by a series of measures such as the opening of the subway in Nanjing and the launching of public bicycles, which greatly increase the complexity of the traffic system and also lead to The waste of public resources and the loss of property. Therefore, the efficient allocation of public resources is the key to improving people's travel efficiency.

In addition to a brief overview of China's current intelligent transportation system, this article will introduce in detail how to use the Vue framework and basic front-end knowledge, learn from Baidu maps, Gaode maps and other interfaces, and simply design a mobile exchange system for the mobile terminal and the PC side. The main function of this system is to call the Baidu map API for implementation, and use Vue for the final launch of the project.

KEY WORDS: Intelligent transportation Transfer Vue Baidu map API Web

目录

摘要 2

Abstract 3

第1章 绪论 6

1.1 系统概况 6

1.2 系统开发背景和意义 6

1.2.1 系统背景 6

1.2.2 系统开发的意义 8

1.3 论文研究的内容 9

1.4 系统关键技术的说明 10

1.4.1 Vue框架 10

1.4.2 web技术 10

1.4.3 百度地图API 12

第2章 系统分析 13

2.1 系统需求性分析 13

2.2 系统性能分析 13

2.2.1 公交数据的时效性 14

2.2.2 公交查询的准确性 14

2.2.3 系统的易用性和易维护性 14

2.2.4 系统的标准性 14

2.2.5 系统的先进性 15

2.3 系统可行性分析 15

2.3.1 技术的可行性分析 15

2.3.2 经济的可行性分析 16

2.3.3 社会环境可行性分析 16

第3章 系统设计 17

3.1 系统开发设计原则 17

3.2 系统的运行环境 18

3.3 系统功能模块的设计 18

3.3.1 系统总体设计 18

3.3.2 系统界面设计 19

3.3.2 公交换乘功能设计 19

第4章 系统功能实现 20

4.1 环境的搭建 20

4.2 基本地图展示 21

4.3 定位控件添加 22

4.4 关键字查询 23

4.5 公交换乘查询 25

4.6 公交线路查询 26

第5章 系统维护和测试 28

5.1 创建和测试应用程序 28

5.2 项目的测试 28

5.3测试的方法 30

5.4软件的维护 30

5.5提高系统的可维护性的方法 30

第6章 总结 32

6.1 系统的不足与改进 32

6.2 总结 33

致谢 34

参考文献 35

第1章 绪论

1.1 系统概况

南京公交换乘查询系统旨在基于web建立一个方便、快捷公交换乘系统,该系统目的在于解决人们在城市内的出行。系统主要是利用Vue框架建立项目的基本框架,再结合前端知识进行页面的布局和项目基本的搭建,最后通过调用百度地图的API实现系统的基本功能。

系统的核心功能有定位功能、地点查询功能、公交换乘查询功能和公交线路查询功能等,其中定位功能通过获取个人的位置,方便人们先进行自身的定位,再通过个人位置进行查询公交线路,公交换乘等等。但系统主要分为PC端和移动端,因为在PC端没有GPS功能,无法定位到详细的位置,只能定位到个人位置的附近,而在移动端有GPS的辅助,可定位到详细的位置。地点查询功能则跟定位不同,它通过获取用户输入的字符串,并通过字符串去定位到用户所查询的地点。公交换乘查询功能顾名思义是提供给用户进行公交换乘的查询,是系统最核心的功能。而公交线路查询功能是给予用户查询自己想了解的公交线路,用户可以输入自己想要了解的公交线路,系统通过获取输入的线路,通过结果面板将线路信息呈现给用户。本文将详细介绍如何将几个核心的功能融合到一起,并且利用前端基础知识做一些界面的美化,构成一个美观、简洁又实用的公;交换乘查询系统。

1.2 系统开发背景和意义

1.2.1 系统背景

随着我国经济的快速发展和城市规模的扩张,也进一步加快了城市人口的增长,使得人们在城市中的出行愈发困难。而作为解决城市人口出行困难的重要措施之一的智能公交系统,人们也对它的信息化程度提出了更高的要求。如何加快城市公共交通系统的优化是目前智能公交系统所面临的一个巨大的挑战。在经济和科技的支持下,由单一的公交车组成的智能公交系统一去不复返,而是集合了众多交通手段。例如公交车、轨道交通、轮渡、索道等等。如何将公交车、轨道交通、轮渡和骑行等众多交通手段结合在一起的问题也是智能公交系统所要急需解决的问题之一。下面将从国内外的ITS(智能公交系统)发展现状进行比较。

剩余内容已隐藏,请支付后下载全文,论文总字数:23771字

您需要先支付 80元 才能查看全部内容!立即支付

该课题毕业论文、开题报告、外文翻译、程序设计、图纸设计等资料可联系客服协助查找;