搜索资源列表
wireless_communication_simulation
- 本次实验是无线楼宇数据传输仿真,即在楼内实现点对点的无线数据通信,需要获得的关键是两点之间的距离和楼层衰减。通过了解914M的楼宇通信特性,建立楼宇数据通信系统的仿真模型,采用无线收发芯片NRF905,实现楼宇内的数据通信仿真分析。 -this experiment is building wireless data transmission simulation, in the building of peer-to-peer wireless data communications, nee
geodistance
- 用来计算地球表面两点之间的距离,该程序通过输入两点的经纬度坐标确定两点的距离,可用于各种工程应用当中
dijkstra
- dijkstra算法解决路径规划问题,求解任意两点之间的最小距离-Dijkstra s Shortest Path Algorithm calculates the shortest path and distance between two nodes on a map
floyd
- 实现flody算法,功能:计算任意两点之间距离-Achieve flody algorithm functions: calculate the distance between any two points
Floyd
- 从任意一条单边路径开始。所有两点之间的距离是边的权,或者无穷大,如果两点之间没有边相连。 2,对于每一对顶点 u 和 v,看看是否存在一个顶点 w 使得从 u 到 w 再到 v 比己知的路径更短。如果是更新它。 3,不可思议的是,只要按排适当,就能得到结果。-A unilateral path from any start. All the distance between two points is the right side, or infinity, if there is no
dijkstra
- 求解赋权图中任意两点之间的最短路径及距离-solve the shortestpath problem
fdistance
- 已知两点经纬度,计算两点之间距离。 利用大地坐标!-The known longitude and latitude calculate the distance
codes
- 在图论中的floyed算法程序,可以算两点之间的最小距离-The floyed algorithm in graph theory
calculator_rangebyGPS_matlab
- 利用两点的GPS数值进行坐标转换,然后计算两点之间的距离-The two values for the GPS coordinate conversion, and calculates the distance between two points
dijkstra
- 改进的Dijkstra算法,可以求连通图任意两点之间的最短路径走法及距离-the method of Dijkstra
greatCircleDistance
- 球体上任意两点之间的所有圆中,大圆距离最小,本程序就是计算球体上两点之间的大圆距离-All circle between any two points on a sphere, a great circle distance minimum, this procedure is to calculate the great circle distance between two points on a sphere
20090322
- 一、算法伪码: 1、初始化: 1.1每一个空间的点映射到二维窗格,每个空间的点分配唯一的二维窗格坐标。一个窗格只能有一个点。 1.2为每一只蚂蚁在二维窗格分配唯一的地址 (第一步需要注意的是:空间上点的位置和平面窗格上点的位置完全是两回事,空间上两个点的位置来计算两点之间的距离;而平面上点的位置,主要是用来确定半径为S的区域内的点,计算两个点的空间距离,进而计算群体相似度,最后通过群体相似度来计算拾起或者放下的概率) 2、迭代tmax次 3、所有的蚂蚁运动一次
Distance_onSphere
- 该程序可以计算球面上任意两点之间的距离。参数为球面任意点的经纬度和高度。(The program calculates the distance between any two points on sphere surface.)
function
- 计算两点之间距离(可以是两个矩阵之间,单位要求为距离单位或者经纬度,spherical为计算经纬度为单位的两点之间距离)(calculate the distance between two points)
