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

搜索资源列表

  1. NN-RTree

    0下载:
  2. c++实现的NN—tree的问题。数据的产生可以随便设定
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:43.07kb
    • 提供者:周孝琼
  1. RTree

    0下载:
  2. 空间数据库系统中著名的索引R-tree 源码
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:17.14kb
    • 提供者:尹海班
  1. rtree

    0下载:
  2. 关于Rtree的源码,大家可以相互学习下了
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4.1kb
    • 提供者:董广宇
  1. rtree_src_1.0.1

    0下载:
  2. A disk based production quality RTree based upon Guttman?s quadratic split algorithm having following features: Buffering with dirty write, Index joins, Tree Seeding, Window and NN queries, Runtime STR Packing capability, Completely Thread safe.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:408.08kb
    • 提供者:刘宇
  1. tree

    0下载:
  2. rtree索引结构
  3. 所属分类:Windows编程

    • 发布日期:2009-03-06
    • 文件大小:1.76mb
    • 提供者:yidikuangmo
  1. RTree

    0下载:
  2. Rtree 功能实现,以及测试代码 多维度的数据管理-implement of the r tree
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:10.03kb
    • 提供者:liqiang
  1. RTree-1[1].4.3

    0下载:
  2. 实现自动添加节点的功能,最大可达25万个。-dtree
  3. 所属分类:TreeView

    • 发布日期:2017-03-26
    • 文件大小:56.79kb
    • 提供者:hou
  1. hilbert-rtree

    1下载:
  2. 在visual2008平台上,实现的hilbertR树-In visual2008 platform to achieve hilbertR tree
  3. 所属分类:.net

    • 发布日期:2017-04-01
    • 文件大小:88.98kb
    • 提供者:妮妮
  1. rtree

    0下载:
  2. R-tree用于索引多维数据对象,利用数据对象间的相对位置建立最小边界矩形(MBR),可在此结构上完成高效查询算法如kNN与范围查询-R-tree Index for multi-dimensional data objects, using data objects between the relative position of the establishment of the minimum boundary rectangle (MBR), this structure can be c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:84.11kb
    • 提供者:juicewall
  1. SearchMethod_RTREE

    0下载:
  2. 一 种 RTree 搜 索 算法的C++实现-A search algorithm RTree the C++ Achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:84.72kb
    • 提供者:net ice
  1. RTree

    0下载:
  2. 通过建立R树索引,为数据提供一个更有效的查询效率更高的策略-Creat an R tree index!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:10.02kb
    • 提供者:泛函
  1. rtreeCN

    0下载:
  2. Rtree inplemention from someother guys . thats a-nothing big really. just tree inplementation. got from the interweb
  3. 所属分类:TreeView

    • 发布日期:2017-04-09
    • 文件大小:1.76mb
    • 提供者:kjdfkldjkf
  1. RStarTree.tar

    0下载:
  2. 经典索引方法,它是在R树的基础上进行改进,再次提高了查询速度,用VC编写,代码精炼。-Classic index method, which is in the R-tree based on the improved query speed once again increased, with VC development, refining the code.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:49.11kb
    • 提供者:lyd
  1. RTreeTemplate

    0下载:
  2. Rtree实现,具体内容参见readme文件-RtreeTemp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:30.01kb
    • 提供者:李新晨
  1. RTreeTemplate

    0下载:
  2. RTREE空间索引的开发实现,有r树的查询和插入和更改,满足不同用户的需求-RTREE development and realization of spatial index, there r trees and change the query and insert to meet the needs of different users
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:15.06kb
    • 提供者:yjy
  1. Rtree

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

    • 发布日期:2017-03-28
    • 文件大小:12.44kb
    • 提供者:Po-Hui
  1. RTree

    0下载:
  2. R树排序算法 R树排序算法-// NOTE This file compiles under MSVC 6 SP5 and MSVC .Net 2003 it may not work on other compilers without modification. // NOTE These next few lines may be win32 specific, you may need to modify them to compile on other platform
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:10.05kb
    • 提供者:zhous
  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
    • 文件大小:15.97kb
    • 提供者:施国源
  1. RTree

    0下载:
  2. RTree源代码——C语言实现,希望跟大家分享-RTree source code- C language, would like to share
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:6.39kb
    • 提供者:ddjvj415hao
  1. RTree

    0下载:
  2. RTree源代码——C语言实现,希望跟大家分享-RTree source code- C language, would like to share
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:5.94kb
    • 提供者:mlazaan
« 12 »
搜珍网 www.dssz.com