CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - kd tree

搜索资源列表

  1. kdtree

    0下载:
  2. kd树的实现,用到matlab-kd tree realization used Matlab
  3. 所属分类:其它

  1. icpCpp

    0下载:
  2. 应用KD-tree和对应点迭代算法对齐两个三维点集
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:157.66kb
    • 提供者:tqg
  1. kdtree

    0下载:
  2. kd树类的实现。内部提供了三种搜索方法。-kd tree class implementation。
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1.06mb
    • 提供者:彭合国
  1. KD_Tree

    0下载:
  2. KD_Tree In computer science, a kd-tree (short for k-dimensional tree) is a space-partitioning data structure for organizing points in a k-dimensional space. kd-trees are a useful data structure for several applications, such as searches involving a m
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:4.08kb
    • 提供者:Lee Sangmin
  1. TreeListCtrl_CheckDirectorySizes

    0下载:
  2. 一个使用树形列表控件显示磁盘信息和结构的例子--An example of display information and structural of disk by using tree list control
  3. 所属分类:TreeView

    • 发布日期:2017-11-12
    • 文件大小:115.65kb
    • 提供者:站长
  1. libkdtree_0.7.0

    0下载:
  2. 一个KD-tree的类STL模板库,版本为0.7.0-libkdtree++ is an STL-like C++ template container implementation of k-dimensional space sorting, using a kd-tree.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:109.29kb
    • 提供者:黄常标
  1. kdtree

    0下载:
  2. In computer science, a kd-tree (short for k-dimensional tree) is a space-partitioning data structure for organizing points in a k-dimensional space. kd-trees are a useful data structure for several applications, such as searches involving a multidime
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:3.84kb
    • 提供者:Lee Sangmin
  1. 10.1.1.10.818

    0下载:
  2. 关于数据库多维索引结构KD树的介绍,包括构建和检索的算法。-Multi-dimensional database index structure on the introduction of KD tree, including the construction and retrieval algorithms
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-23
    • 文件大小:149.2kb
    • 提供者:李光瑞
  1. KDTreeKnn

    0下载:
  2. KD Tree KNN This source code implement KD Tree in C# This is for my research Performance very good Using Parralel proceessing
  3. 所属分类:.net

    • 发布日期:2017-04-07
    • 文件大小:133.88kb
    • 提供者:Cang
  1. KD

    0下载:
  2. a kd-tree implementation ,you need to continu-a kd-tree implementation ,you need to continu..
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1.43kb
    • 提供者:yazid
  1. kDtreesfig

    0下载:
  2. kd树的相关英文资料 非常经典详细的解说-kd tree
  3. 所属分类:TreeView

    • 发布日期:2017-05-11
    • 文件大小:2.02mb
    • 提供者:chris
  1. kdtree

    0下载:
  2. KD tree implementation in C by Rajeev Kumar
  3. 所属分类:TreeView

    • 发布日期:2017-04-08
    • 文件大小:756byte
    • 提供者:Rajeev Kumar
  1. flann-1.7.1-src

    0下载:
  2. kd-tree的建立与操作,可以应用于三维重建,三维导航-kd-tree establishment and operation can be applied to three-dimensional reconstruction of three-dimensional navigation
  3. 所属分类:其他小程序

    • 发布日期:2013-03-04
    • 文件大小:568.86kb
    • 提供者:lijing
  1. KDTree-SRC

    0下载:
  2. KD树,用于范围搜索。大家都懂啦,不用多说了-KD tree for range search
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:52.71kb
    • 提供者:Excalibur
  1. ImageRetrieval

    1下载:
  2. 本系统利用图片的surf特征进行匹配,KD-tree存储特征数据节点,实现相似图片的检索。实现类似于百度的以图搜图功能,结果返回最相似的前十名的图片。-The system uses a picture of the surf feature match, KD-tree storage feature data node, similar image retrieval. Similar to Baidu to search map function returns the results o
  3. 所属分类:界面编程

    • 发布日期:2013-07-18
    • 文件大小:10.21mb
    • 提供者:luohao
  1. KD-tree

    0下载:
  2. kd树是一种对k维空间中的实例点进行存储以便对其进行快速搜索的树形数据结构-kd tree is a k-dimensional space for instance points to be stored quickly search tree data structure
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.9kb
    • 提供者:chenchen
  1. kd-tree.cpp

    1下载:
  2. 三维点云配准kd-tree搜索算法,用于特征点的搜索匹配-3 d point cloud registration kd- tree search algorithm, is used to search of feature point matching
  3. 所属分类:Console

    • 发布日期:2017-05-04
    • 文件大小:19.63kb
    • 提供者:杜科林
  1. KD-tree

    0下载:
  2. C++构建简单的KD树并查找K近邻,是一篇文档,内附代码,代码亲测可用(C++ to build a simple KD tree, and find K nearest neighbor, is a document, enclosing code, code pro test available)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-11
    • 文件大小:230.38kb
    • 提供者:StephenYoung
  1. kd

    0下载:
  2. kd树就是用于讲解kd树形结构的,这个需要看代码来说(The KD tree is used to explain the KD tree structure)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:154kb
    • 提供者:xiaoyuer3
  1. kd-tree

    0下载:
  2. kd-tree点云索引方法,源码以及应用实例解析(kd-tree point cloud code)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2kb
    • 提供者:雨落潇湘
« 12 »
搜珍网 www.dssz.com