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

搜索资源列表

  1. ICP

    1下载:
  2. ICP迭代最近点算法的使用,使用matlab实现了ICP迭代最近点算法的方针,还包括了四元函数法和线性约束等基本方法的代码实现。-Iterative closest point ICP algorithm for the use of matlab to achieve the iterative closest point ICP algorithm approach, including the quaternary function method and the linear constr
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2213659
    • 提供者:沈宙
  1. Nearestpoint

    0下载:
  2. 求最近点对问题, 求最近点对问题。-Nearest point on the issue of demand, and the nearest point on the issue, and the nearest point on the issue.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:452266
    • 提供者:吴定康
  1. Nearestpoint

    0下载:
  2. 最近点对算法的实现,用穷举法证明程序的正确性。-Nearest point of the algorithm, the exhaustive method to prove the correctness of the procedure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:22167
    • 提供者:孟淇
  1. Cpair

    0下载:
  2. 最近点对算法,穷举法证明算法的正确性,可供学习和参考-Nearest point of the algorithm, exhaustive method to prove the correctness of algorithms for learning and reference
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:618138
    • 提供者:孟淇
  1. random

    0下载:
  2. 含有随机算法,素数测试,求最近点对的随机算法-Contains a random algorithm, prime number test, seek the nearest point of the random algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:73967
    • 提供者:winnershu
  1. devide_conquer

    0下载:
  2. 分治法解最近点对问题:首先输入点的个数,然后输入点的坐标,输出先是根据x的坐标对点进行排序,然后输出最近点对的距离。-Divide and conquer solution of the nearest point of the problem: First, the number of input points, and then enter the coordinates of points, the output first, according to the coordinates of
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:6075
    • 提供者:张英霞
  1. Nearest

    0下载:
  2. 分别利用分治法及穷举法求解最近点对问题,输出查找结果及比较次数。-Use, respectively, sub-rule method and brute-force method for solving the nearest point of the problem, the output and compare the number of search results.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:5035
    • 提供者:yushu
  1. dbPoint.c

    0下载:
  2. C语言实现,分治法求平面中任意个点的最近点对和最近距离。-C language implements, find out the shortest point pair and the shortest length between arbitrary points in a plane, with divide and conquer method.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1085
    • 提供者:liuwei
  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. PointPair

    0下载:
  2. 根据分治算法实现求平面上最近点对的复杂度为(nlgn)的算法 有图形界面,能通过鼠标输入点-Under sub-rule algorithm seeking the nearest point on the plane of the complexity of (nlgn) algorithm for graphical interface, through mouse input points
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:757991
    • 提供者:liupz
  1. nearestpoint

    0下载:
  2. 使用vc++解决平面上最近点的求解问题,使用的是递归算法,时间复杂度较高-Using vc++ to solve the nearest point on the plane to solve the problem, using a recursive algorithm, time complexity of a high
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1168
    • 提供者:jidean
  1. Nearest_neighbours_and_kD_trees

    0下载:
  2. 利用kd树寻找多维空间最近点的英文书籍,有利于学习ICP算法!-Multidimensional space using kd tree to find the nearest point of the English books is conducive to learning ICP algorithm!
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:114930
    • 提供者:晨间
  1. suanfa

    0下载:
  2. 请选择操作: 1. 最近点对 2. 假币问题 3. 堆排序 4. 全源最短路径-Please choose: 1. Nearest points on 2. Counterfeiting problem 3. Heap sort 4. All source shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:424016
    • 提供者:晓剑
  1. pairdistance

    0下载:
  2. 在C语言环境下,实现寻找空间中最近点对的有效算法。-In the C language environment, to achieve search space, the nearest point on the efficient algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1441
    • 提供者:zhdxch
  1. kdtree1.2

    0下载:
  2. kd-tree 是广泛用来处理多维寻找最近点的数据结构。该文件中是由matlab调用c++代码实现的,其中实现包括kd-tree的建立最近点的查找等。-kd-tree is kind of data structure which is widely used to find the nearest point in multi-demensions.The zip file contain matlab and cpp files.The functions implemented inclu
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:132560
    • 提供者:yaoyao
  1. kdtree_in_matlab

    0下载:
  2. kd-tree 是一种常用的数据结构,它在搜索最近点中有普遍用处。该文件是一个用纯matlab写成的源代码。-kd-tree is a commonly used data structure, it is commonly used in searches for the nearest point. The file is a pure source code written in matlab.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:60815
    • 提供者:yaoyao
  1. fenzhifa

    0下载:
  2. 用c++实现分治法算法的最近点对问题(在VS2008平台上)-Using c++ implementation of divide and conquer algorithm for the nearest point of the problem (in VS2008 platform)
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:30770
    • 提供者:yan
  1. Thenearestpointofthealgorithm

    0下载:
  2. 最近点对的算法实现,希望大家互相学习,提建议。希望对您有帮助-The nearest point of the algorithm, I hope you learn from each other suggestions. I hope for your help
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:178823
    • 提供者:无无无
  1. zuijindianwenti

    0下载:
  2. 这是我自己写的一个归并排序实现的最近点对问题的算法实现 -This is what I had written a merge sort to achieve the nearest point algorithm for the problem ~ ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2117
    • 提供者:王三麻子
  1. geometric

    0下载:
  2. 一个 CREWES集合工具箱,包括对例如距线的最近点和polygon中的点路径问题,对观测系统有用-A CREWES collection kit, including for example, the nearest point from the line and polygon point in the path problem, a useful observation system
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:45551
    • 提供者:hetao
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com