CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 GPS编程

文件名称:GPS-master

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2018-02-18
  • 文件大小:
    1.57mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

模仿实现雷达扫描,使用UDP实现通信,通信格式:1B通信站编号+GPGGA格式的GPS数据。udp服务器监听2323端口,等待客户端发送数据(server包UDPClinentTest发送测试数据)。基站编号默认为0,经纬度坐标保存在数据库中。udp服务器端将从站编号及经纬度解析后存入数据库。使用html5 的canvas标签实现扫描界面。每隔1s更新一次数据,并将相对位置显示在界面中,同时计算从站距离基站位置和当前速度。界面长1000px,高600px。(另:计算GPS坐标距离公式是参考网上公式,可能有误,请见谅)(Imitation To achieve radar scanning, using UDP to achieve communication, communication format: 1B communication station number + GPGGA format GPS data. udp server listening port 2323, waiting for the client to send data (server package UDPClinentTest send test data). Base station number defaults to 0, latitude and longitude coordinates stored in the database. udp server-side slave number and latitude and longitude resolution into the database. Use HTML5 canvas label to achieve scanning interface. The data is updated every 1s, and the relative position is displayed in the interface, and the distance from the base station to the base station and the current speed are calculated at the same time. Interface length 1000px, 600px high. (And the other: calculation of GPS coordinates distance formula is a reference online formula, may be wrong, please forgive me))
相关搜索: GPS

(系统自动生成,下载前可以参看下载内容)

下载文件列表

文件名大小更新时间
GPS-master 0 2015-03-01
GPS-master\.classpath 1178 2015-03-01
GPS-master\.project 1282 2015-03-01
GPS-master\.settings 0 2015-03-01
GPS-master\.settings\.jsdtscope 510 2015-03-01
GPS-master\.settings\org.eclipse.core.resources.prefs 102 2015-03-01
GPS-master\.settings\org.eclipse.jdt.core.prefs 357 2015-03-01
GPS-master\.settings\org.eclipse.wst.common.component 460 2015-03-01
GPS-master\.settings\org.eclipse.wst.common.project.facet.core.xml 403 2015-03-01
GPS-master\.settings\org.eclipse.wst.jsdt.ui.superType.container 49 2015-03-01
GPS-master\.settings\org.eclipse.wst.jsdt.ui.superType.name 6 2015-03-01
GPS-master\README.md 1155 2015-03-01
GPS-master\WebRoot 0 2015-03-01
GPS-master\WebRoot\META-INF 0 2015-03-01
GPS-master\WebRoot\META-INF\MANIFEST.MF 36 2015-03-01
GPS-master\WebRoot\WEB-INF 0 2015-03-01
GPS-master\WebRoot\WEB-INF\classes 0 2015-03-01
GPS-master\WebRoot\WEB-INF\classes\Controller 0 2015-03-01
GPS-master\WebRoot\WEB-INF\classes\Controller\IndexServlet.class 2131 2015-03-01
GPS-master\WebRoot\WEB-INF\classes\Controller\ServerController.class 2564 2015-03-01
GPS-master\WebRoot\WEB-INF\classes\Dao 0 2015-03-01
GPS-master\WebRoot\WEB-INF\classes\Dao\DBExecutor.class 2888 2015-03-01
GPS-master\WebRoot\WEB-INF\classes\Dao\GPSDataDao.class 3133 2015-03-01
GPS-master\WebRoot\WEB-INF\classes\Server 0 2015-03-01
GPS-master\WebRoot\WEB-INF\classes\Server\DatagramChannelUDPServer.class 2518 2015-03-01
GPS-master\WebRoot\WEB-INF\classes\Server\UDPClientTest1.class 2736 2015-03-01
GPS-master\WebRoot\WEB-INF\classes\Server\UDPClientTest2.class 2736 2015-03-01
GPS-master\WebRoot\WEB-INF\classes\Server\UDPServer.class 1987 2015-03-01
GPS-master\WebRoot\WEB-INF\classes\Service 0 2015-03-01
GPS-master\WebRoot\WEB-INF\classes\Service\GPSService.class 2068 2015-03-01
GPS-master\WebRoot\WEB-INF\classes\Util 0 2015-03-01
GPS-master\WebRoot\WEB-INF\classes\Util\GPSDataEntity.class 1414 2015-03-01
GPS-master\WebRoot\WEB-INF\classes\Util\GPSDataParse.class 1780 2015-03-01
GPS-master\WebRoot\WEB-INF\classes\Util\UDPReceive.class 2317 2015-03-01
GPS-master\WebRoot\WEB-INF\lib 0 2015-03-01
GPS-master\WebRoot\WEB-INF\lib\fastjson-1.1.1.jar 283300 2015-03-01
GPS-master\WebRoot\WEB-INF\lib\mysql-connector-java-5.1.29-bin.jar 876733 2015-03-01
GPS-master\WebRoot\WEB-INF\web.xml 918 2015-03-01
GPS-master\WebRoot\img 0 2015-03-01
GPS-master\WebRoot\img\1111.png 41929 2015-03-01
GPS-master\WebRoot\img\Background.jpg 391963 2015-03-01
GPS-master\WebRoot\index.jsp 4758 2015-03-01
GPS-master\WebRoot\js 0 2015-03-01
GPS-master\WebRoot\js\jquery.js 273198 2015-03-01
GPS-master\WebRoot\js\main.js 7577 2015-03-01
GPS-master\WebRoot\udpServer.jsp 1415 2015-03-01
GPS-master\gps.sql 987 2015-03-01
GPS-master\src 0 2015-03-01
GPS-master\src\Controller 0 2015-03-01
GPS-master\src\Controller\IndexServlet.java 1744 2015-03-01
GPS-master\src\Controller\ServerController.java 2323 2015-03-01
GPS-master\src\Dao 0 2015-03-01
GPS-master\src\Dao\DBExecutor.java 2275 2015-03-01
GPS-master\src\Dao\GPSDataDao.java 2187 2015-03-01
GPS-master\src\Server 0 2015-03-01
GPS-master\src\Server\DatagramChannelUDPServer.java 1706 2015-03-01
GPS-master\src\Server\UDPClientTest1.java 1982 2015-03-01
GPS-master\src\Server\UDPClientTest2.java 1989 2015-03-01
GPS-master\src\Server\UDPServer.java 1330 2015-03-01
GPS-master\src\Service 0 2015-03-01
GPS-master\src\Service\GPSService.java 1328 2015-03-01
GPS-master\src\Util 0 2015-03-01
GPS-master\src\Util\GPSDataEntity.java 1116 2015-03-01
GPS-master\src\Util\GPSDataParse.java 1615 2015-03-01
GPS-master\src\Util\UDPReceive.java 1738 2015-03-01

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com