CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - closestpair

搜索资源列表

  1. ClosestPair 二维最近点对算法

    0下载:
  2. 二维最近点对算法,分别用遍历方法和分治算法实现,并对实现的时间进行比较-Two-dimensional nearest point of the algorithm, respectively, and partition with traversal algorithm, and compare the time to achieve
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-04-09
    • 文件大小:2979268
    • 提供者:wanglin
  1. closestPair

    0下载:
  2. 给定平面上的n个点,找其中的一对点,使得在n个点组成的所有点对中,该点对间的距离最小。-Plane on a given n points, find one of a pair of points, making the composition of the n points of all points, the distance between points on the smallest.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:51606
    • 提供者:zhouyunkai
  1. ClosestPair

    0下载:
  2. 最小点对距离,即ClosestPair,时间复杂度进行了优化-The program is used to find the closest pair points
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:16134
    • 提供者:chaplin
  1. CLOSESTPAIR

    0下载:
  2. 最近点对问题,求解平面上n个点的集合中距离最近的两点的距离。-Nearest point of the problem, solving the plane the set of n points in the distance between the nearest two points.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1378
    • 提供者:hyqin
  1. CLOSESTPAIR

    0下载:
  2. 使用分治算法找到平面上的n各点的集合S中最小距离的一个点对-Use Divide and Conquer Algorithm to find the plane of the set of n points S in the minimum distance of a point on the
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:367376
    • 提供者:钟峰
  1. brutforce

    0下载:
  2. a ClosestPair code which is writen with BrutForce
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:607
    • 提供者:ergun
  1. DivideandConquer

    0下载:
  2. a ClosestPair code writen with divideandconquer
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1089
    • 提供者:ergun
  1. CLOSESTPAIR

    0下载:
  2. 算法分析与设计之CLOSESTPAIR算法实现-CLOSESTPAIR
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1450
    • 提供者:zmq1991
  1. CloseSTPair

    0下载:
  2. 分治算法,分离点对,计算最小距离,采用分而治之的策略,代码清新明了,易读性强-CloseSTPair: Complute the shortest distanse
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3688252
    • 提供者:张弘毅
  1. CLOSESTPAIR

    0下载:
  2. 给定平面上的N个点,找出两个点使其间距最小,并求出其距离。-Given N points on the plane to identify the two points so that the minimum spacing to determine its distance.
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:1271
    • 提供者:马骏
  1. closestpair

    0下载:
  2. 随机生成一定范围内的点,然后寻找任意两个点之间的最近距离的closestpair算法。-Randomly generated points within a certain range, and then look for closestpair algorithm closest distance between any two points.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1888
    • 提供者:scinamo
  1. closestPair

    0下载:
  2. 源程序实现最近匹配算法,从众多点中找到一对举例最近的点。-Look for the closest pair
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1391
    • 提供者:Samdy
  1. ClosestPair

    0下载:
  2. 平面最近点对问题是计算几何学中研究的基本问题之一。假设在平面S上有n个点,在这n个点所组成的点对中,寻找距离最近点对问题。例如:有两点 与 。它们之间的距离为: 。n个点可以组成 个点对,找其中的一点对,使得在n个点组成的所的点对中,该点对的 为最小。-Plane closest point to the problem is one of the basic problems of research in computational geometry. Suppose there are n
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1921095
    • 提供者:李阳
  1. closestPair

    0下载:
  2. 给定一个特定的二维点集,求出其中距离最近的一对点-Find the closest pair of a certain 2D points set.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:5090420
    • 提供者:DSQ
  1. closestpair

    0下载:
  2. 在visual C++环境中,使用分治策咯实现最邻近点对的查找,并返回最邻近点对距离的平方-In visual C++ environment using divide and conquer tactics to achieve find the nearest point, and returns the nearest point on the square of the distance
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1367904
    • 提供者:李噹噹
  1. ClosestPair

    0下载:
  2. 使用两种方法求最近点对,分别是双重循环和分支法,可以运行,java代码。-closest pair
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:2595098
    • 提供者:aiaiai
  1. ClosestPair

    0下载:
  2. 求解平面最近点对,分治经典题目。。。。。。。(The program to solve the nearest point pair of the plane, divide and conquer the classic topic.)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:irishan
搜珍网 www.dssz.com