搜索资源列表

  1. kdtree

    0下载:
  2. K-D树源码,不错的空间查找算法,在三维重建和匹配中应用较多!-KD tree source, good space search algorithm, in the three-dimensional reconstruction and matching the application of more!
  3. 所属分类:3D图形编程

    • 发布日期:2024-04-28
    • 文件大小:105472
    • 提供者:yangronghao
  1. kd-trees

    0下载:
  2. 数据结构的选择与算法效率——从IOI98试题PICTURE谈起 高级数据结构:线段树-The choice of data structure and algorithm efficiency- from IOI98 questions about high-level data structure PICTURE: segment tree
  3. 所属分类:软件工程

    • 发布日期:2024-04-28
    • 文件大小:311296
    • 提供者:henry
  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编程

    • 发布日期:2024-04-28
    • 文件大小:111616
    • 提供者:黄常标
  1. kdgame_opengl_ver1

    0下载:
  2. Kd game openGL using VC-Kd game openGL using VC++
  3. 所属分类:游戏引擎

    • 发布日期:2024-04-28
    • 文件大小:344064
    • 提供者:vinodh
  1. kdtree2.tar

    1下载:
  2. kd tree java implementation 2
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-28
    • 文件大小:1560576
    • 提供者:Gauz
  1. kdtree-0.5.4.tar

    1下载:
  2. kd tree implementation java
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-28
    • 文件大小:8192
    • 提供者:Gauz
  1. kd

    0下载:
  2. 是一款循环试拨号程序,就只是对绵阳职业技术学院的拨号有用,它可以去试那些号码拨的上去。很好用的。
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-04-28
    • 文件大小:306176
    • 提供者:吴斌
  1. KD-player

    0下载:
  2. 一款很流行的手机 java 音乐播放器,源于俄国的一个开发人员,现行很受手机用户欢迎。功能和正常播放器一样,关键是java手机版。-music audioplayer
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-28
    • 文件大小:148480
    • 提供者:daniel
  1. KdTree

    0下载:
  2. this class is an implementation of the kd-tree algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:bilz
  1. kd_tree

    0下载:
  2. 一个高效的k-d tree实现,可以广泛的应用与图形图像处理。-K nearest neighbor search based on KD-tree
  3. 所属分类:3D图形编程

    • 发布日期:2024-04-28
    • 文件大小:24576
    • 提供者:南亮亮
  1. flann-1.2-src

    0下载:
  2. 快速近似KNN库,是一个对于kd-tree的实现。可以用它实现特征向量的匹配。-Fast approximate KNN library, is one for the kd-tree implementation. You can use it to achieve the feature vector matching.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-28
    • 文件大小:277504
    • 提供者:
  1. kdtree

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

    • 发布日期:2024-04-28
    • 文件大小:1107968
    • 提供者:彭合国
  1. KDnnTree

    0下载:
  2. KDnnTree for KD tree construct and search for nearest neighbour
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-28
    • 文件大小:3072
    • 提供者:peter
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-04-28
    • 文件大小:133120
    • 提供者:晨间
  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,
  3. 所属分类:Windows编程

    • 发布日期:2024-04-28
    • 文件大小:4096
    • 提供者:Lee Sangmin
  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
  3. 所属分类:Windows编程

    • 发布日期:2024-04-28
    • 文件大小:4096
    • 提供者:Lee Sangmin
  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.T
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:132096
    • 提供者: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例程

    • 发布日期:2024-04-28
    • 文件大小:60416
    • 提供者:yaoyao
  1. BOS_NLTV_v1

    0下载:
  2. kd树的结构和分析及其源代码的程序使用matlab-kd tree structure and analytical procedures used and its source code matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:6211584
    • 提供者:luyang
  1. CCI-RSI-KD

    0下载:
  2. 股票软件指标 ,非常好用,大家可以安装后试用。更多内容,登陆相关股票软件论坛 。三线指标 ,三线交叉向上,股价上涨在即。-good
  3. 所属分类:金融证券系统

    • 发布日期:2024-04-28
    • 文件大小:4096
    • 提供者:zhang
« 1 23 4 5 6 7 8 9 10 ... 16 »

源码中国 www.ymcn.org