文件名称:R-tree 索引结构实现
文件大小:1.76MB
文件格式:RAR
更新时间:2011-11-03 07:33:54
R-tree
R-tree用于索引多维数据对象,利用数据对象间的相对位置建立最小边界矩形(MBR),可在此结构上完成高效查询算法如kNN与范围查询
【文件预览】:
rtree
----bin()
--------Query_5.txt(150B)
--------rtree.exe(88KB)
--------test.rt(8KB)
--------2.txt(23B)
--------dataSet.txt(20KB)
----include()
--------Point.h(569B)
--------blockFile.h(1KB)
--------Rect.h(1KB)
--------rtree.h(8KB)
--------TimeCounter.h(216B)
--------Release()
--------Sphere.h(610B)
----src()
--------main.cpp(6KB)
--------Rect.cpp(6KB)
--------rtree.cpp(32KB)
--------Point.cpp(1KB)
--------blockFile.cpp(4KB)
--------TimeCounter.cpp(395B)
--------Sphere.cpp(1KB)
----project()
--------rtree.opt(54KB)
--------rtree.ncb(121KB)
--------Release()
--------rtree.dsp(5KB)
--------rtree.dsw(533B)
--------rtree.plg(246B)