搜索资源列表

  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 pres
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:61440
    • 提供者:ThUND3R
  1. R_tree

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

    • 发布日期:2024-05-12
    • 文件大小:160768
    • 提供者:谭磊
  1. Coordinate

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

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

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

    • 发布日期:2024-05-12
    • 文件大小:3978240
    • 提供者:婷飞
  1. 44187551RTree

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

    • 发布日期:2024-05-12
    • 文件大小:17408
    • 提供者:高东飞
  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编程

    • 发布日期:2024-05-12
    • 文件大小:16384
    • 提供者:施国源
  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. 所属分类:教育/学校应用

    • 发布日期:2024-05-12
    • 文件大小:15360
    • 提供者: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. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:44032
    • 提供者: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
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:1620992
    • 提供者:wangdanyang
  1. R_Tree

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

    • 发布日期:2024-05-12
    • 文件大小:1813504
    • 提供者:杨璐生
  1. spatialindex-master

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

    • 发布日期:2024-05-12
    • 文件大小:1228800
    • 提供者: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. 所属分类:JSP源码/Java

    • 发布日期:2024-05-12
    • 文件大小:74752
    • 提供者: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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:252928
    • 提供者:喵喵树
  1. MTreeMapRepo-master

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

    • 发布日期:2024-05-12
    • 文件大小:1921024
    • 提供者: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 spati
  3. 所属分类:数据挖掘

    • 发布日期:2024-05-12
    • 文件大小:11122688
    • 提供者: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编程

    • 发布日期:2024-05-12
    • 文件大小:8192
    • 提供者:fywphiu
  1. boundingbox

    0下载:
  2. Bounding Box for R-tree in C-Bounding Box for R-tree in C++
  3. 所属分类:其他数据库

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:Jafat
  1. ln_rtree

    0下载:
  2. 建立r树,使用c++完成,对于学习树的建立很有好处-create r-tree,use c++
  3. 所属分类:C#编程

    • 发布日期:2024-05-12
    • 文件大小:4258816
    • 提供者:刘娜
  1. rtree

    0下载:
  2. 学习r树和二叉树的必要经历,可以帮助我们学习理解树-study B-tree and r-tree
  3. 所属分类:C#编程

    • 发布日期:2024-05-12
    • 文件大小:24576
    • 提供者:刘娜
  1. rtree1

    0下载:
  2. R树构建索引,包括R树的创建,插入,删除,查询操作 -R tree index, including the creation of the R tree, insert, delete, query operation
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-12
    • 文件大小:16159744
    • 提供者:龚翔
« 1 2 3 4 5 6 78 9 10 11 »

源码中国 www.ymcn.org