搜索资源列表
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
DistBL
- 地球上任意两点(经纬度)之间距离测算,主要用于大地主题解算
shortest
- 根据网络的各个点之间的距离求出两点之间的最短距离,并给出两点之间的最短路径
geodistance
- 用来计算地球表面两点之间的距离,该程序通过输入两点的经纬度坐标确定两点的距离,可用于各种工程应用当中
计算几何
- 目录 ㈠ 点的基本运算 1. 平面上两点之间距离 1 2. 判断两点是否重合 1 3. 矢量叉乘 1 4. 矢量点乘 2 5. 判断点是否在线段上 2 6. 求一点饶某点旋转后的坐标 2 7. 求矢量夹角 2 ㈡ 线段及直线的基本运算 1. 点与线段的关系 3 2. 求点到线段所在直线垂线的垂足 4 3. 点到线段的最近点 4 4. 点到线段所在直线的距离 4 5. 点到折线集的最近距离 4 6. 判断圆是否在多边形内 5
ycsf
- 通过两点之间的距离来实现多点之间的相互定位,利用遗传算法实现,可用于Zigbee模块的室内定位。-Through the distance between two points to achieve multi-point between the positioning, the use of genetic algorithm, can be used for indoor positioning Zigbee module.
dijkstra
- dijkstra算法解决路径规划问题,求解任意两点之间的最小距离-Dijkstra s Shortest Path Algorithm calculates the shortest path and distance between two nodes on a map
Geometer
- 从c 的基础几何函数库翻译过来的 内容包括: ㈠ 点的基本运算 1. 平面上两点之间距离 2. 判断两点是否重合 3. 矢量叉乘 4. 矢量点乘 5. 判断点是否在线段上 6. 求一点饶某点旋转后的坐标 7. 求矢量夹角 ㈡ 线段及直线的基本运算 1. 点与线段的关系 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内 7. 求矢量夹角
floyd
- Floyd算法,给定多点间距离的矢量矩阵,计算两点之间的最短距离-Floyd algorithm, given the distance between multi-vector matrix, calculating the shortest distance between two points
floyd
- 实现flody算法,功能:计算任意两点之间距离-Achieve flody algorithm functions: calculate the distance between any two points
point
- 用C++建立类,用于计算两点之间的距离。-The establishment of classes in C++, used to calculate the distance between two points.
5_9_4
- 设计并实现平面内点类POINT。要求计算两点之间距离-Design and implementation of point-plane type POINT. Requires calculating the distance between 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
testv1
- 首先定义构造函数和拷贝构造函数,然后输入两点的横坐标和纵坐标,利用两个构造函数计算出两点之间的距离然后输出-First define a constructor and copy constructor , and then enter the two horizontal and vertical coordinates, and calculate the distance between two points using two constructor and then output
lab22
- 首先,定义两个对象一个定义了点的x,y坐标和它的标号,另一个对象是两点之间的距离。然后用冒泡比较法对点的x,y坐标分别进行排序,编写控制台程序,输入点的个数,分为两种方法求最近点对。根据点的个数分为3个点的情形和大于3个点的情形,3个点的直接对两两点之间的距离进行比较。大于3点的用分治递归法求解,通过划定界限分8块没一点只对其他7块内的点进行比较长度最后求出最短距离。-First of all, define two object a definition of a x, y and its l
Distance_onSphere
- 该程序可以计算球面上任意两点之间的距离。参数为球面任意点的经纬度和高度。(The program calculates the distance between any two points on sphere surface.)
function
- 计算两点之间距离(可以是两个矩阵之间,单位要求为距离单位或者经纬度,spherical为计算经纬度为单位的两点之间距离)(calculate the distance between two points)
