CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 两点 距离

搜索资源列表

  1. wireless_communication_simulation

    0下载:
  2. 本次实验是无线楼宇数据传输仿真,即在楼内实现点对点的无线数据通信,需要获得的关键是两点之间的距离和楼层衰减。通过了解914M的楼宇通信特性,建立楼宇数据通信系统的仿真模型,采用无线收发芯片NRF905,实现楼宇内的数据通信仿真分析。 -this experiment is building wireless data transmission simulation, in the building of peer-to-peer wireless data communications, nee
  3. 所属分类:matlab例程

    • 发布日期:2012-11-05
    • 文件大小:10.18kb
    • 提供者:qinyang
  1. allen

    1下载:
  2. 在MATLAB中实现地球两点的的计算,可以方便的得出方位,仰角,距离-in MATLAB 2:00 of the Earth's calculation, can easily come to the position, elevation, distance
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:7.35kb
    • 提供者:耿永君
  1. geodistance

    1下载:
  2. 用来计算地球表面两点之间的距离,该程序通过输入两点的经纬度坐标确定两点的距离,可用于各种工程应用当中
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2.92kb
    • 提供者:刘小龙
  1. bilateration

    0下载:
  2. bilateration routing algorithm. 从固定两点出发寻找已知距离的第三点并不断延伸的算法。
  3. 所属分类:matlab例程

  1. 采用邻域差值特征模板的立体匹配方法

    2下载:
  2. 算法给出一种图像匹配方法,通过计算一幅图像中间隔一定距离的两点的像素邻域差值作为特征模板,再计算另一幅图像中在同一扫描线上间隔同样距离的像素邻域的差值,将它与特征模板的偏差作为匹配标准,偏差最小的点就认为是匹配点。
  3. 所属分类:matlab例程

  1. sw_dist

    0下载:
  2. 提供两个点坐标,可以利用本程序,计算两点距离,简单好用。-Coordinates of two points, you can use this procedure to calculate the distance to two points, easy-to-use.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1.54kb
    • 提供者:王亮
  1. dijkstra

    0下载:
  2. dijkstra算法解决路径规划问题,求解任意两点之间的最小距离-Dijkstra s Shortest Path Algorithm calculates the shortest path and distance between two nodes on a map
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:13.62kb
    • 提供者:spf
  1. floyd

    1下载:
  2. 实现flody算法,功能:计算任意两点之间距离-Achieve flody algorithm functions: calculate the distance between any two points
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:10.47kb
    • 提供者:jgww
  1. LgLt2XY

    0下载:
  2. 把经纬度表示的两个点转换为两点距离或以第一个点为原点的第二个点的XY坐标-Convert 2 points described in Longitude and Latitude to their distance or coordinate.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1.2kb
    • 提供者:张群飞
  1. floyd

    0下载:
  2. 应该已经非常优化的floyd程序。简短、运行时间短、简单易理解。初学者亦可理解。实现任意两点间的最小距离和路径-Floyd should have a very optimized program. Short run time is short, simple and easy to understand. Beginners can understand. To achieve the minimum distance between any two points and path
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1.89kb
    • 提供者:will
  1. distance

    0下载:
  2. 已知任意两点的经度和纬度求两点间的直线距离以及求两个圆交点坐标-Any two points of known latitude and longitude find straight-line distance between two points
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:2.17kb
    • 提供者:zhaoxia
  1. stripmapSAR-MATLAB

    1下载:
  2. SAR的点目标仿真 两点目标的回波仿真 两点目标距离向压缩 两点目标距离向和方位向压缩-SAR point target simulation two goals echo simulation two target range compression points to the distance and azimuth compression
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:2.41kb
    • 提供者:peanut66
  1. Floyd

    0下载:
  2. 从任意一条单边路径开始。所有两点之间的距离是边的权,或者无穷大,如果两点之间没有边相连。   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
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:652byte
    • 提供者:suanliuliu
  1. dijkstra

    0下载:
  2. 求解赋权图中任意两点之间的最短路径及距离-solve the shortestpath problem
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:743byte
    • 提供者:andrew
  1. jwd_Distance

    0下载:
  2. 依据两个点的经纬度计算这两点在地球上距离的函数文件,误差很小-Calculated based on latitude and longitude of two points on Earth from these two points in the function file, the error is small
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:589byte
    • 提供者:lianhao
  1. fdistance

    0下载:
  2. 已知两点经纬度,计算两点之间距离。 利用大地坐标!-The known longitude and latitude calculate the distance
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1.21kb
    • 提供者:jjj
  1. Floyd

    1下载:
  2. Floyd算法的matlab实现。对输入的邻接距离矩阵计算图中任意两点间的最短距离矩阵和路由矩阵,且能查询任意两点间的最短距离和路由。并根据结果自动绘制出了最短路径图。 程序中使用了前向路由和回溯路由两种方法,并对于无向图进一步减小算法复杂度。-Matlab implementation of the Floyd algorithm. Adjacent input distance matrix between any two points in calculating the figur
  3. 所属分类:matlab例程

    • 发布日期:2017-05-23
    • 文件大小:467.74kb
    • 提供者:lijun
  1. CORDIC_Norm

    0下载:
  2. 用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
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:743byte
    • 提供者:Size Xiao
  1. distance

    0下载:
  2. MATLAB实现经纬度计算两点距离,简单易用-calculate distance
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:42.61kb
    • 提供者:舒庆旭
  1. Distance_onSphere

    0下载:
  2. 该程序可以计算球面上任意两点之间的距离。参数为球面任意点的经纬度和高度。(The program calculates the distance between any two points on sphere surface.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1kb
    • 提供者:awingcat
« 12 »
搜珍网 www.dssz.com