搜索资源列表
GPSPosition
- 地球上用经纬度确定的两点间距离的计算,经纬度的设定有两种格式供选择,一种用度表示,一种用度分秒表示。运行和测试环境:VS2005+多普达8125
gps
- 已知两点经纬度,计算两点间距离, 是从google maps里扒出来的。-Known latitude and longitude points to calculate the distance between two points is from the google maps out where Pa.
GPS-theory
- 本人收集的关于GPS经纬度到直线距离结算公式,求GPS两点夹角以及轴向角的数学理论及示意图。-I collect GPS latitude and longitude to the straight-line distance on the settlement formula, find the angle between the GPS points and the axial angle and schematic diagram of the mathematical theory.
130524test
- 可进行经纬度距离计算和IMSI频点的计算-Latitude and longitude can be calculated from the frequency calculations and IMSI
jxy
- 定位到自己,获取到自己的经纬度然后根据一直的几个经纬度点 算出直接的距离和角度-Navigate to yourself, and then get into their latitude and longitude latitude and longitude based on a few points have been calculated distance and angle directly
MyMapApp
- 这是android开发的谷歌地图,可以选择地图上任意一点再计算与指定经纬度的距离。-This is a Google Maps android development, you can select and then calculate the distance between any point on the map with the specified latitude and longitude.
MapUtil.java
- GPS点之间的距离 点到直线的距离 计算两个经纬度之间的距离 计算点c与线段ab的关系数据,采用向量点积的方法(Distance between GPS points Distance from point to line)
GPS-master
- 模仿实现雷达扫描,使用UDP实现通信,通信格式:1B通信站编号+GPGGA格式的GPS数据。udp服务器监听2323端口,等待客户端发送数据(server包UDPClinentTest发送测试数据)。基站编号默认为0,经纬度坐标保存在数据库中。udp服务器端将从站编号及经纬度解析后存入数据库。使用html5 的canvas标签实现扫描界面。每隔1s更新一次数据,并将相对位置显示在界面中,同时计算从站距离基站位置和当前速度。界面长1000px,高600px。(另:计算GPS坐标距离公式是参考网上公