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

搜索资源列表

  1. Rtree

    0下载:
  2. 對空間作索引的一種資料結構,可以快速地找出指定空間的物件-R tree structure, reference:R-Trees- A Dynamic Index Structure for Spatial Searching
  3. 所属分类:TreeView

    • 发布日期:2017-03-28
    • 文件大小:12734
    • 提供者:Po-Hui
  1. java-Rtree

    0下载:
  2. 一个java实现的R树,R树在存储空间数据方面用处很大,特别是区域性的按空间划分的数据.这种结构用在数据库处理多维数据极为方便,oracle索引多维数据就是用的这种-A java implementation of the R-tree, R-tree in the storage space for data proved very useful, especially the regional space is divided into data for this structure in
  3. 所属分类:JavaScript

    • 发布日期:2017-03-26
    • 文件大小:97929
    • 提供者:黄鹏
  1. prtree-1.5.tar

    0下载:
  2. 新型多维空间索引结构PR-tree,并且在这种新型的索引结构下进行了高维数据的查询操作.这种新型的空间索引结构有两个主要的特点:对需要查询的数据空间进行层次划分 并且对结点的插入、删除等操作具有高度的灵活性-PRTree is a Priority R-Tree, a spatial index. For some background read this: http://www.cs.umd.edu/class/spring2005/cmsc828s/slides/prtree.pdf
  3. 所属分类:TreeView

    • 发布日期:2017-04-02
    • 文件大小:193253
    • 提供者:
  1. RTree

    0下载:
  2. R-tree实现与理解,比较好,是图像检索中,高维索引必须工具-R-tree with the understanding, good image retrieval, high-dimensional indexing must tool
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:17554
    • 提供者:dieniangai
  1. R_tree

    0下载:
  2. 一种基于广度优先策略的R树连接算法,有兴趣的可以-R-tree join algorithm, based on the breadth-first strategy are interested can look at
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:160561
    • 提供者:谭磊
  1. tree

    0下载:
  2. The function translates from labels of a binary tree to corresponding rows (R) and columns (C) of a 2 dimensional matrix storing the tree according to predefined convention, given below. The storing matrix preserves the fractal-like topolog
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:61576
    • 提供者:ThUND3R
  1. Coordinate

    0下载:
  2. 基于R树的K近邻查询算法及递增的k近邻查询算法实现-the implemention of R-tree K-nearest neighbor query algorithm and incremental nearest neighbor query algorithm
  3. 所属分类:Dialog_Window

    • 发布日期:2016-12-08
    • 文件大小:8247296
    • 提供者:王佳楠
  1. rtree

    0下载:
  2. R树空间索引,R树是在B树的基础上建立的。-R-tree spatial index, R tree is established on the basis of B-tree.
  3. 所属分类:GIS program

    • 发布日期:2017-11-06
    • 文件大小:3977912
    • 提供者:婷飞
  1. 44187551RTree

    0下载:
  2. RTREER树 用C语言来实现的 ,学习R树的朋友们共同学习-RTREER tree, R tree using C language to achieve, learning R tree friends study together
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:17803
    • 提供者:高东飞
  1. RTree-C

    0下载:
  2. R树的基本操作代码,运用C语言来实现,算法精简。-The basic operation of the R-tree code, using C language to implement the algorithm streamlined.
  3. 所属分类:.net

    • 发布日期:2017-04-25
    • 文件大小:16351
    • 提供者:施国源
  1. RTreeTemplate

    0下载:
  2. This code is about R tree and its implementation in C-This code is about R tree and its implementation in C++
  3. 所属分类:Education soft system

    • 发布日期:2017-04-23
    • 文件大小:15120
    • 提供者:Amol
  1. RTree

    0下载:
  2. 数据库领域大牛陶宇飞教授采用C++实现的R-tree, 包括Node及Entry的处理.-Distinguished Prof. Yufei Tao in database filed implemented the R-tree using using C++, including the processing of Nodes and Entrys.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:44007
    • 提供者:xiaoguoqing
  1. the-two-binary-tree-coding

    0下载:
  2. 使用以下方案为二叉树编码: 空树编码为0 单结点树编码为1 所有m个结点的二叉树编码小于(m+1)个结点的二叉树的编号 若任何m个结点的二叉树,当左右子树为L和R个时的二叉树编号为n,则下列情况下所有m个结点的二叉树,其编号大于n: 左子树的编号大于L 左子树的编号为L,右子树的编号大于R 要求给定一个序数,输出一棵二叉树 -Use the following scheme is binary coded: empty tree coded 0 for singl
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1620769
    • 提供者:wangdanyang
  1. R_Tree

    0下载:
  2. 基于CUDA对R-Tree构建并行计算的加速源码-CUDA parallel computing to accelerate to construct R-Tree based on source code
  3. 所属分类:MPI

    • 发布日期:2017-05-07
    • 文件大小:1813810
    • 提供者:杨璐生
  1. spatialindex-master

    0下载:
  2. R-tree开源源码,用于将地理特别是路网数据以树的形态存储起来-R-tree source code for storing geographic data
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1228873
    • 提供者:tianyuan
  1. Rtree

    0下载:
  2. R树索引,可以为高维数据建立类似Btree的索引,大大加快查找速度-R-tree indexes, you can create similar Btree indexes for high-dimensional data, greatly accelerate the search speed
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:75129
    • 提供者:yangdi
  1. IMAGERETRIEVAL

    0下载:
  2. 本程序使用颜色直方图提取图片特征值,再将图片特征建立R树进行图片检索。-The program uses color histogram extracted image characteristic value, then the image characteristics to establish R-tree image retri .
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:252492
    • 提供者:喵喵树
  1. MTreeMapRepo-master

    0下载:
  2. M-Tree是类似R-Tree和B-Tree的树形数据结构。它是用一个metric构建的,有效范围依赖于三角不等式,使用K-NN(K临近算法)查询,该程序实现创建和应用-create and apply the M-tree
  3. 所属分类:Applet

    • 发布日期:2017-05-09
    • 文件大小:1921077
    • 提供者:taoshuqing
  1. Rtree

    0下载:
  2. R树是GUTTMAN于1984年提出的最早支持有序扩展的对象存取方法之一,也是目前应用最为广泛的一种空间索引结构,该资料为其的应用。-R tree is one of GUTTMAN first proposed in 1984 to support an orderly expansion of the Object Access Method, is currently the most widely used of a spatial index structure for the app
  3. 所属分类:Data Mining

    • 发布日期:2017-05-28
    • 文件大小:11122924
    • 提供者:taoshuqing
  1. SkRTree

    0下载:
  2. An R-Tree implementation. In short, it is a balanced n-ary tree containing a hierarchy of bounding rectangles.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:7703
    • 提供者:fywphiu
« 1 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com