登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 电子信息类 > 通信工程 > 正文

智能车位引导系统管理平台毕业论文

 2022-05-21 10:05  

论文总字数:26244字

摘 要

现如今,人民的生活水平提高,科技得到快速发展,汽车价格呈现出不断降低的趋势,私家车逐渐走进了老百姓家里,但是随之而来的大量的私家车和有限的停车场泊车位的矛盾变得越来越突出明显;大型停车场的出现,寻找空闲停车位也变得越来越困难。

针对这个问题,本文提出了通过互联网,计算机,数据库进行车位管理的思路。通过ASP.NET语言搭建起网站,显示相关的停车位的信息,并且利用SQLServer数据库,将车位状态信息存储到数据库里,通过数据查询,在网页上显示出泊位状态,以及停车场车的停车车流量分析图。运用Dijkstra(迪杰斯特拉算法)单源最短路径算法,为司机找出最佳的停车位置。

本文详细地提出了管理平台的解决方案,包括平台的服务器端和前台的设计思路,使用了MVC网站编程规范,搭建网站,通过网页显示最佳路线和停车场的车流量柱状分析图。最终方便用户查看停车场公司信息以及查询实时车位状态;方便管理员进行按需车流量分析,调整停车场运营方案。 

关键词:车位引导管理 车流量分析 最佳路线 网页绘图 最短路径算法

Intelligent parking guidance management platform

Abstract

At present, the modern technology has gained more and more popularity; the living standers have been improved a lot. With the price of car getting lower, many families possess of private cars; and here is the problem that the quantities of private cars and the limited parking location has raised some contradictions which has led to the attention from the public. At the same time, as the giant parking system coming into our view, we are facing a more serious issue that it is difficult to find a right place to park.

To deal with this issue, a systematic study in this paper, and idea of using the Internet, computer and database to manage the parking system is introduced. A website is established with the help of computer program language ASP.NET and some car location will be shown on the web page. SQLServer is convinced software to save data so we use it to save the related data so that we can refer to the real-time state of car location at any place if we have equipment with access to the Internet. In addition, in purpose of getting the closest car parking location from the entrance, Dijkstra arithmetic is used.

In this article, I put forward a detailed systematic and detailed architecture and the solution of a parking system server side and client side, and build the parking system website in the rule of MVC (Model, View, Controller). In the end, I introduce how to show the best car parking location and which is the best road and how to achieve the function of analyze the traffic in the web.

KEYWORDS: car parking system, traffic analyze, best route, web drawing, Dijkstra arithmetic

目录

摘 要 I

Abstract II

目录 III

第一章 绪论 1

1.1 研究背景和现状 1

1.2 研究意义 3

1.3 论文组织结构 3

第二章 开发语言与相关技术 4

2.1 MVC编程 4

2.2 ASP.NET语言、Visual Studio 4

2.3 SQLServer数据库 5

2.4 Dijkstra最短路径算法 5

第三章 系统的总体需求分析 7

3.1 功能需求分析 7

3.2 系统的解决方案 8

3.3.1 串口程序设计 8

3.2.2 网站设计 9

3.2.3 车位状态和最短路线 9

3.2.4 数据分析 10

第四章 系统的设计与实现 11

4.1 串口通信助手的设计 11

4.1.1串口程序的编写 11

4.1.2 通信协议的设计 14

4.2 ASP.NET网站搭建 14

4.2.1 数据存储 16

4.2.2 数据连接 17

4.2.3 网页界面设计 19

4.3 车位状态和最佳路径 20

4.3.1 Dijkstra最短路径算法 20

4.3.2 一般处理程序 23

4.4 数据分析 26

第五章 系统功能实现 28

5.1串口通信助手界面 28

5.2网站的搭建 29

5.3最佳车位和路线的显示 30

5.4 车流量分析 30

第六章 总结和展望 33

6.1 总结 33

6.2 展望 34

参考文献 35

致谢 36

第一章 绪论

1.1 研究背景和现状

进入21世纪之后,我国机车产业发展十分迅速,人民拥有的私家车的数量越来越多。但是随之而来的是机动车庞大的数量和停车场的有限的停车位之间的矛盾越来越突出。为了解决如今停车难的问题,各种不同类型的大型停车场也随之出现,但是停车场的巨大,导致司机找空泊位更加麻烦;而且,传统的通过人工疏导停车的方式效率低下,造成人力财力的浪费,这种疏导方式也存在一个巨大的缺点:在车流量高峰期的时候,人员不够用,但是雇佣较多的人员又不能快速雇佣到,而且,人员数量是动态的,无法确定具体数目,再一次造成资源的浪费,无法做到最优化。这种现象的不断涌现已经不仅仅局限于城市的规模的大小,它已经成为社会普遍存在的问题,制约社会的不断发展。如何在最大程度上满足司机对停车场车辆车位停放的要求,降低停车场的运营的成本,促进社会的有序地发展,现已经成为当前的一大热点。建设合理,科学的智能车位引导系统管理平台势在必行。而且如今Internet迅速发展,为本课题通过Web网站和服务器管理停车场提供了很大的便利。

  • 国外发展状况

就目前而言,智能车位引导系统管理平台方面的发展比较缓慢,并且大大落后于智能动态交通的发展。在很多的学术研究中,很少关注静态交通的研究。静态交通的发展相对落后,停车场的车位信息没有得到充分的共享。

智能车位引导管理平台最早起步于一九七一年的德国。德国的智能车位管理系统利用光电装置进行车位显示,以方便车位的诱导。但是由于当时思想的限制,该项技术并没有得到相应的重视,而且技术上的实现也只是进行车位的显示,并不能给予驾驶员以具体车位的指引。由于当时技术的限制,数据封闭,无法实现共享。本课题针对以上的问题对硬件进行了改进,降低了成本,网页显示车位增加了共享性,实时性,给用户带来极大的便利。

请支付后下载全文,论文总字数:26244字

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

企业微信

Copyright © 2010-2022 毕业论文网 站点地图