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

室内停车场车辆定位及导航系统(反向寻车系统)设计与实现毕业论文+开题报告+源码(Java+Android+Mysql)及数据库+演示视频+运行说明

时间:2020/10/13 22:09:40  作者:  来源:  查看:0  评论:0
内容摘要: 摘要随着社会经济的发展,人们生活水平的提高,汽车已越来越多的进入家庭,汽车消费时代已悄然来临。随着车辆的增加,城市里停车位的缺口越来越大,就需要停车场的建设要跟得上,对于重要公共场所,停车场作为重要的配套设施,直接影响它的服务品质和定位档次,以及营业收入的多少。为了提高停...

摘要
随着社会经济的发展,人们生活水平的提高,汽车已越来越多的进入家庭,汽车消费时代已悄然来临。随着车辆的增加,城市里停车位的缺口越来越大,就需要停车场的建设要跟得上,对于重要公共场所,停车场作为重要的配套设施,直接影响它的服务品质和定位档次,以及营业收入的多少。
为了提高停车场的服务水平,停车场反向寻车系统是必不可少的。它已经在大部分停车场发挥着重要作用,在为人们停车带来方便的同时也具有良好的社会效益和经济效益。
在智能化的停车场管理中,涉及到各方面的管理,车辆进出的管理及收费、车辆进出停车场停车位的引导和反向寻车是其中几个重要方面,各个子系统相互关联,协调运行。
停车场反向寻车系统是帮助顾客和车辆在最短的时间内找到自己停车位置,能够引导客户取车。停车场反向寻车系统主要实现功能停完车后设置好车的位置 然后人回来再设置起点的位置 然后位置导航, 实际就是先设置终点再设置起点然后起点到终点导航一定是室内停车场。
考虑到其停车实际需要,针对目前快节奏,高速度的工作模式,要求管理方法和制度要有一个高起点的规划,按照停车场独有的规划和设计量身定做一套外观高雅、功能完善的停车场反向寻车系统,既能体现停车场的档次和规格,又能缓和各个主要干道的交通拥堵现象。
基于安卓停车场反向寻车系统突破原来只能在停车场内部的显示屏获得停车场信息的局限,让用户可以在停车场外直观明了地用手机端获取停车场第一手信息,并能通过实时显示画面,导航等途径高效快捷地指导泊车者迅速找到自己的车位置。
关键词:安卓,反向,经济发展
Based on the android reverse system for car parking lot
Abstract
With the development of social economy, people living standard rise, the car has been more and more into the family, automobile consumption era has quietly come. With the increase of vehicles, parking Spaces in the city of gap is more and more big, the needs for the construction of the parking lot to keep up with, for the important public places, as an important supporting facilities, parking lot directly affects its service quality and orientation class, and how much revenue.
In order to improve the service level of the parking lot, parking lot for reverse car system is indispensable. It has plays an important role in most of the parking lot, while providing convenience for people to stop at the same time also has the good social efficiency and economic benefits.
In the intelligent parking lot management, involving all aspects of the management, the management of the vehicles in and out of and parking fee, vehicle in and out of the parking lot of guide and reverse searching cars is one of several important aspects, various subsystems are interrelated, coordinated operation.
Reverse parking lot is to help customers find car system and vehicle parking in the shortest possible time to find your location, can guide the customer pick up.
Find some reverse parking car system is mainly to function after stop the car set up car position And then come back again, set up the position of the starting point Navigation and position, the actual is to set the end to set the starting point and then start to finish navigation must be indoor parking lot.
Parking considering its actual needs, in view of the present fast rhythm, high speed working mode, requirements management methods and system have a high starting point plan, according to the parking lot unique designed a set of planning and design of elegant appearance, function perfect reverse for car parking lot system, can not only reflect the class of the parking lot and specifications, and soothe each main road traffic congestion phenomenon.
Based on the android reverse parking car system break through the original can only be found in the parking lot the limits of the internal display for parking information, allows the user to outside in the parking lot straightforward to use mobiles to obtain first-hand information, the parking lot and can pass the real-time display screen, navigation and so on high ground parking guidance of finding his car quickly.
     Key words: Android, reverse, the economic development
目录
摘要2
第1章 绪论6
1.1 课题背景和意义6
1.2 课题发展前景7
1.3 可行性分析8
1.3.1 经济上的可行性8
1.3.2 技术上的可行性8
1.3.3 操作上的可行性8
1.4 文章结构8
第2章 相关技术10
2.1 开发环境及平台10
2.1.1 Eclipse简介:10
2.1.2 Eclipse Android环境搭建10
2.2 java技术11
2.3 MySQL数据库的技术特点11
第3章 系统分析与设计13
3.1 系统总体设计方案13
3.1.1 系统功能13
3.1.2 系统功能图13
3.1.3业务流程图15
3.2 数据分析16
第4章 设计与实现17
4.1 系统的运行17
4.1.1 数据库连接模块17
4.1.2 android连接服务端模块18
4.2 系统服务端19
4.2.1 登录功能的代码实现及界面效果19
4.2.2 用户管理模块20
4.3 系统客户端20
4.3.1客户端页面模块20
4.3.2客户端登录模块21
4.3.3用户注册模块22
4.3.4导航信息模块23
4.3.5车位设定模块26
4.3.6停车导航模块28
第5章 测试与分析30
5.1 测试的作用30
5.2 测试方法30
5.3 测试内容30
5.4 测试结果30
第6章 总结31
参考文献32
致谢33
系统使用说明书34
1、首页34
2、停车场导航模块35

室内停车场车辆定位及导航系统(反向寻车系统)设计与实现毕业论文+开题报告+源码(Java+Android+Mysql)及数据库+演示视频+运行说明
室内停车场车辆定位及导航系统(反向寻车系统)设计与实现毕业论文+开题报告+源码(Java+Android+Mysql)及数据库+演示视频+运行说明
室内停车场车辆定位及导航系统(反向寻车系统)设计与实现毕业论文+开题报告+源码(Java+Android+Mysql)及数据库+演示视频+运行说明
室内停车场车辆定位及导航系统(反向寻车系统)设计与实现毕业论文+开题报告+源码(Java+Android+Mysql)及数据库+演示视频+运行说明
室内停车场车辆定位及导航系统(反向寻车系统)设计与实现毕业论文+开题报告+源码(Java+Android+Mysql)及数据库+演示视频+运行说明
室内停车场车辆定位及导航系统(反向寻车系统)设计与实现毕业论文+开题报告+源码(Java+Android+Mysql)及数据库+演示视频+运行说明
室内停车场车辆定位及导航系统(反向寻车系统)设计与实现毕业论文+开题报告+源码(Java+Android+Mysql)及数据库+演示视频+运行说明
室内停车场车辆定位及导航系统(反向寻车系统)设计与实现毕业论文+开题报告+源码(Java+Android+Mysql)及数据库+演示视频+运行说明
室内停车场车辆定位及导航系统(反向寻车系统)设计与实现毕业论文+开题报告+源码(Java+Android+Mysql)及数据库+演示视频+运行说明
室内停车场车辆定位及导航系统(反向寻车系统)设计与实现毕业论文+开题报告+源码(Java+Android+Mysql)及数据库+演示视频+运行说明
室内停车场车辆定位及导航系统(反向寻车系统)设计与实现毕业论文+开题报告+源码(Java+Android+Mysql)及数据库+演示视频+运行说明
室内停车场车辆定位及导航系统(反向寻车系统)设计与实现毕业论文+开题报告+源码(Java+Android+Mysql)及数据库+演示视频+运行说明
室内停车场车辆定位及导航系统(反向寻车系统)设计与实现毕业论文+开题报告+源码(Java+Android+Mysql)及数据库+演示视频+运行说明
室内停车场车辆定位及导航系统(反向寻车系统)设计与实现毕业论文+开题报告+源码(Java+Android+Mysql)及数据库+演示视频+运行说明
室内停车场车辆定位及导航系统(反向寻车系统)设计与实现毕业论文+开题报告+源码(Java+Android+Mysql)及数据库+演示视频+运行说明
室内停车场车辆定位及导航系统(反向寻车系统)设计与实现毕业论文+开题报告+源码(Java+Android+Mysql)及数据库+演示视频+运行说明
室内停车场车辆定位及导航系统(反向寻车系统)设计与实现毕业论文+开题报告+源码(Java+Android+Mysql)及数据库+演示视频+运行说明

  


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