CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 两点之间距离

搜索资源列表

  1. codes

    0下载:
  2. 在Arcgis engine中计算并显示两点之间的距离-Calculates and displays the distance between two points
  3. 所属分类:GIS program

    • 发布日期:2017-04-05
    • 文件大小:837
    • 提供者:可心
  1. java

    0下载:
  2. 在2维和3维的空间里求出两点之间的距离。-In the 2-D and 3-dimensional space, find the distance between two points.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1658
    • 提供者:Michael
  1. Distance-of-two-points

    0下载:
  2. 为了计算两点之间的距离,同时也是为了计算两点之间的最短距离,所以用这个代码很方便。-To calculate the distance between two points, but also to calculate the shortest distance between two points, so use this code is very convenient.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1519
    • 提供者:李超
  1. point

    0下载:
  2. 用C++建立类,用于计算两点之间的距离。-The establishment of classes in C++, used to calculate the distance between two points.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:963
    • 提供者:颜俊杰
  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
    • 文件大小:652
    • 提供者:suanliuliu
  1. dijkstra

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

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

    0下载:
  2. 先分别输入两个点的横坐标和纵坐标,然后利用函数计算出两点之间的距离-First enter the horizontal and vertical coordinates of two points , and then use the function to calculate the distance between two points
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:243047
    • 提供者:依米
  1. testv1

    0下载:
  2. 首先定义构造函数和拷贝构造函数,然后输入两点的横坐标和纵坐标,利用两个构造函数计算出两点之间的距离然后输出-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
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:250341
    • 提供者:依米
  1. lab22

    0下载:
  2. 首先,定义两个对象一个定义了点的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
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1406
    • 提供者:安智超
  1. Fast-Matching-Code

    2下载:
  2. Fast Matching 算法的实现,快速计算三维模型任意两点之间的测地线距离-Implementation of Fast Matching algorithm. Use for computing geodesic distance between any pair of vertices on a 3d mesh.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1438292
    • 提供者:丁志轩
  1. codes

    0下载:
  2. 在图论中的floyed算法程序,可以算两点之间的最小距离-The floyed algorithm in graph theory
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:2022
    • 提供者:熊稚莉
  1. radio_unit_transform

    0下载:
  2. 无线电常用单位转换(测两点之间损耗 、自由空间损耗、接收端场强 DBM、手台和中继间通讯距离、毫瓦转DBM、DBM转MW 、八木天线增益的估算、两个VHF电台不同高度通讯距离估算)-radio unit transform
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:2239
    • 提供者:cckk
  1. Vertical-photographing-code-

    1下载:
  2. 去除同一方向上,直线相交的拐点;将合并后的图像中分割区域中变为道路标线区域;获取任意两点之间的角度;获取Sobel边缘检测后的最长直线;对图像进行分块处理;获取任意两点之间的距离等等。-Removal of the same direction, a straight line intersecting the inflection point divided region in the merged image becomes the road marking area Get the a
  3. 所属分类:Graph program

    • 发布日期:2017-12-07
    • 文件大小:14761534
    • 提供者:
  1. ArtFilter

    0下载:
  2. 图片的拖拉和放大缩小,运用的是手势识别检测两点之间的距离-Image drag and zoom using gesture recognition and detection distance between two points
  3. 所属分类:Java Develop

    • 发布日期:2017-11-19
    • 文件大小:1762593
    • 提供者:luxiaoqi
  1. ruler

    0下载:
  2. Visual C++开发的电子尺,用于测量电脑显示器屏幕上任意两点之间的距离。-Visual C++ developed electronic ruler for measuring computer monitor screen distance between any two points.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:56439
    • 提供者:过儿
  1. googleV3distance

    0下载:
  2. 谷歌地图第三版测量两点之间直线距离代码,输入参数,返回距离,地图画线,直观,适合初学者-Google Maps straight-line distance between two points, the third edition of measure code
  3. 所属分类:Browser Client

    • 发布日期:2017-03-30
    • 文件大小:115992
    • 提供者:王思思
  1. 4

    1下载:
  2. 1. 编写程序:设计一个用来表示直角坐标系上点的位置的Location类,然后在主程序中 创建两个对象a和b,要求a在第三象限,b在第二象限,计算给定两点之间的距离并按如下格式输出结果: a(x1,y1),b(x2,y2) Distance = d 提示: i. 在直角坐标系上确定一个点的位置,需要两个坐标值(x,y)。因此,Location类的数据成员有两个,既x和y,并将其设为私有的,不允许类外的对象直接访问。 ii. 定义3个成员函数,构造函数Location(in
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:275353
    • 提供者:刘舰阳
  1. calculator_rangebyGPS_matlab

    0下载:
  2. 利用两点的GPS数值进行坐标转换,然后计算两点之间的距离-The two values ​ ​ for the GPS coordinate conversion, and calculates the distance between two points
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4954
    • 提供者:张瑞
  1. Rote

    0下载:
  2. 一个坐标的转换算法,A点绕B点旋转X度,A点旋转后的新坐标。求取两点之间的距离。-A coordinate transformation algorithm, A point of rotation around the X-degree point B, point A new coordinates after the rotation. Strike distance between two points.
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:757
    • 提供者:小李
  1. LDJL

    0下载:
  2. 计算两点之间的距离,多种方式,计算两点之间的距离,多种方式,-Calculating the distance between two points, a variety of ways
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:128732
    • 提供者:jie
« 1 2 3 45 6 »
搜珍网 www.dssz.com