搜索资源列表
gfc.tar
- 计算地球或椭圆体中两点距离的程序
liyingnan_5
- 给出地球上两点的经纬度,可以得到两点间的球面距离。有点儿简单的小程序。-2:00 on the planet is given the latitude and longitude, I can get two points away from the spherical. The small bit simple procedures.
disjw
- 利用两点距离计算经纬度的matlab程序,欢迎交流。-use latitude and longitude distance calculation procedures of Matlab, welcomed the exchange.
jwdis
- 此函数通过两点的大地经纬度(Ja,Wa)和(Jb,Wb)计算两点间距离 Dis -this function through the 2:00 and Geodesy (Ja, Wa) and ( `, mg) calculated the distance between two points Dis
dijkstraCPP
- 由graph.txt读出源图并用临街链表显示出,然个用dijkstra算法算出给定两点的最短路径和任一给定点到其它各点的距离,graph.txt放在源代码同一目录,内附graph.txt示例-graph.txt read out by the source map and used chain along the street shows, However use the dijkstra algorithm to calculate the scheduled 2:00 and the sho
CCoordinateTranslateDemo
- 经纬度之间的转换:知道两点的经纬度求的两点之间的方位和距离;以及知道一点的经纬度和方位距离求另一点的经纬度-coordinates between the conversion : 2:00 know the longitude and latitude for the two points between the position and distance; 1:00 and know the latitude and longitude and location for another po
wireless_communication_simulation
- 本次实验是无线楼宇数据传输仿真,即在楼内实现点对点的无线数据通信,需要获得的关键是两点之间的距离和楼层衰减。通过了解914M的楼宇通信特性,建立楼宇数据通信系统的仿真模型,采用无线收发芯片NRF905,实现楼宇内的数据通信仿真分析。 -this experiment is building wireless data transmission simulation, in the building of peer-to-peer wireless data communications, nee
allen
- 在MATLAB中实现地球两点的的计算,可以方便的得出方位,仰角,距离-in MATLAB 2:00 of the Earth's calculation, can easily come to the position, elevation, distance
DistBL
- 地球上任意两点(经纬度)之间距离测算,主要用于大地主题解算
jwd
- 经玮度志距离的转换,给定经度和玮度,就可以计算两点距离
global_distance
- 可以计算地球上任意两点间的距离 代码简洁清晰可靠
支持向量机算法及其代码实现
- 支持向量机(SVM),起初由vapnik提出时,是作为寻求最优(在一定程度上)二分类器的一种技术。後来它又被拓展到回归和聚类应用。SVM是一种基于核函数的方法,它通过某些核函数把特征向量映射到高维空间,然後建立一个线性判别函数(或者说是一个高维空间中的能够区分训练数据的最优超平面,参考异或那个经典例子)。假如SVM没有明确定义核函数,高维空间中任意两点距离就需要定义。
根据两点的经纬度测量两点的距离
- 经纬度测距,根据两点的经纬度测量两点的距离,单位是米,可提供大家看看。比较实用,LONG,LAT distance
DistCalFromLB
- 根据地球上两点经纬度(以度分秒为单位),计算其间距离(以米为单位)。-calculate the distance between two points with latitude and longitude.
sw_dist
- 提供两个点坐标,可以利用本程序,计算两点距离,简单好用。-Coordinates of two points, you can use this procedure to calculate the distance to two points, easy-to-use.
LgLt2XY
- 把经纬度表示的两个点转换为两点距离或以第一个点为原点的第二个点的XY坐标-Convert 2 points described in Longitude and Latitude to their distance or coordinate.
LLDis
- 根据两点的经纬度坐标以及两点所在的椭球计算该两点间的平面距离。-According to the latitude and longitude coordinates of two points where the ellipsoid to calculate the horizontal distance between two points.
CORDIC_Norm
- 用CORDIC算法计算两点距离相当于matlab里的norm函数。经过验证,精度不错-Calculate distance between two points is equivalent to the norm in matlab function with CORDIC algorithm. After verification, the accuracy of a good
distance
- MATLAB实现经纬度计算两点距离,简单易用-calculate distance
Distance_onSphere
- 该程序可以计算球面上任意两点之间的距离。参数为球面任意点的经纬度和高度。(The program calculates the distance between any two points on sphere surface.)