CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - kd-tree

搜索资源列表

  1. simkd

    0下载:
  2. kd树的最快实现算法,经过了数次优化后,即使处理数十万个点,也仅仅需要几秒钟,内含使用说明。-kd tree algorithm to achieve the fastest, after a number of optimization, even hundreds of thousands of points. I only need a few seconds, intron use.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:203.72kb
    • 提供者:胖丫
  1. KDTreeTest

    0下载:
  2. kd-tree c++类模板实现的演示例子. 是从国外网站上下的,结构简单,容易看懂. 文章在: http://www.codeproject.com/KB/architecture/KDTree.aspx
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.35kb
    • 提供者:zhengke
  1. A_tutorial_on_kd_trees

    0下载:
  2. 一篇介绍k-d tree的入门文章,对图像对准方面的研究人员是很好的参考!-An introductory article describes kd tree for image alignment of researchers is a good reference!
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:146.15kb
    • 提供者:晨间
  1. KDTreeTest

    0下载:
  2. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.38mb
    • 提供者:李超俊
  1. Accelerating_Exact_k_means_Algorithms_with_Geometr

    0下载:
  2. 一篇介绍加速kd树算法的英文文章,有比较高的参考价值!-A kd tree algorithm to accelerate introduction of English articles, a relatively high reference value!
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:325.53kb
    • 提供者:晨间
  1. An_intoductory_tutorial_on_kd_trees

    0下载:
  2. 一篇介绍kd-tree算法的比较实用的英文文章,内容详细,有利于初学者使用!-Kd-tree algorithm is a descr iption of the more practical English articles, detailed help beginners to use!
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:129.99kb
    • 提供者:晨间
  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
    • 文件大小:112.24kb
    • 提供者:晨间
  1. Variable_KD_Tree_Algorithms_for_Spatial_Pattern_Se

    0下载:
  2. 一篇介绍并行kd tree寻优和参数选取的文章,值得一看!-Introduced a parallel kd tree optimization and parameter selection of articles, worth a visit!
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:187.38kb
    • 提供者:晨间
  1. 71477222simkd

    0下载:
  2. kd树,里面有详细代码,介绍kd树的生成、使用。-kd tree, there are detailed code, generate kd tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:203.72kb
    • 提供者:紫龙
  1. visKDTree

    0下载:
  2. KD树的程序,实现从2维到k维的数据检索。kd树(k维搜索树)是把二叉树搜索树推广到多维数据的一种主存数据结构。kd树是一个二叉树,他的内部节点由一个相关联的属性a和一个值v,它将数据点分成两个部分:a值小于v的部分和a值大于等于v的部分。由于所有的维的属性在层间循环,所以树在不同层上的属性是不同的。-KD tree program, from a 2-D to k-dimensional data retrieval. kd Tree (k-dimensional search tree) i
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:802.01kb
    • 提供者:曾真
  1. KDTreeprogramVC

    0下载:
  2. kd树的算法实现,用VC写的,比较详细,大家参考-kd tree program
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:4.98mb
    • 提供者:lvdan
  1. kd_tree

    0下载:
  2. kd-tree数据结构的C语言实现,代码中有注释,可读性强,适合初学者使用。-kd-tree data structure of the C language, there are notes, readable.
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2.48mb
    • 提供者:tim
  1. k_d-tree-

    0下载:
  2. k-d tree的matlab与VC混合实现,可直接使用-using matlab and VC mix programming to realize kd tree.can be used used directly
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:124.25kb
    • 提供者:
  1. 030_Assignment_2_KDTree

    0下载:
  2. 介绍kd树的基本方法和实现的操作步骤,英文介绍。-The kd tree methods and implementation steps, English.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:258.82kb
    • 提供者:Sherlock
  1. kd-tree

    0下载:
  2. knn搜索 利用kd tree 查找最相邻的k个高维空间的点-knn kd-tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:203.84kb
    • 提供者:zlc
  1. kd-Tree-On-KNN

    0下载:
  2. 利用K_D树数据结构实现K邻域搜索的算法代码-K_D tree data structure the K neighborhood search algorithm code
  3. 所属分类:Data structs

    • 发布日期:2017-11-07
    • 文件大小:2.51mb
    • 提供者:叶冬荣
  1. flann-1.8.4-src

    0下载:
  2. kd-tree的建立与查询,支持多核cpu-Fast Library for Approximate Nearest Neighbors
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:547.91kb
    • 提供者:ccc
  1. MyKD_Tree

    0下载:
  2. KD树算法,能够实现对点云数据进行压缩,非常简单,适用于初学者-KD tree algorithm, can achieve the point cloud data compression, very simple, suitable for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-05-21
    • 文件大小:6.26mb
    • 提供者:陈坤校
  1. Kd_Tree

    0下载:
  2. 本段代码实现了kd-tree,提供了完整的k树代码-This code implements the kd-tree, the tree provides a complete k codes
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:16.14kb
    • 提供者:赵建新
  1. KDTreeTest

    0下载:
  2. KD tree 实现算法,内有测试例子参考,可以学习里面的内容和思想。(KD tree algorithm.There is a test example of reference, and can learn the contents and ideas inside.)
  3. 所属分类:数据结构

    • 发布日期:2018-01-10
    • 文件大小:6kb
    • 提供者:hjf027
« 12 »
搜珍网 www.dssz.com