RTree-Implementation:香港大学COMP3323高级数据库系统课程项目

时间:2024-07-01 06:07:00
【文件属性】:

文件名称:RTree-Implementation:香港大学COMP3323高级数据库系统课程项目

文件大小:176KB

文件格式:ZIP

更新时间:2024-07-01 06:07:00

C++

RTree-实现 香港大学COMP3323高级数据库系统课程项目 R-tree 是一种高度平衡树,用于索引地理坐标和矩形等多维数据。 它可以被看作是 B 树到高维空间的扩展。 R-tree 已广泛用于研究和实际数据库系统,例如 Oracle 和 MySQL。 在本项目中,代码实现了一个可以支持插入、搜索和删除操作的R-tree索引。


【文件预览】:
RTree-Implementation-master
----Version 2. Insert_Query_Delete()
--------Demo (Linux-x64).txt(3KB)
--------rtnode.cpp(2KB)
--------rtnode.h(739B)
--------rtree.cpp(20KB)
--------main.cpp(7KB)
--------boundingbox.h(913B)
--------Makefile(271B)
--------boundingbox.cpp(3KB)
--------rtree.h(2KB)
----Version 1. Insert_Query()
--------rtnode.cpp(3KB)
--------rtnode.h(1KB)
--------rtree.cpp(15KB)
--------boundingbox.h(989B)
--------Makefile(271B)
--------boundingbox.cpp(4KB)
--------rtree.h(2KB)
--------Readme.pdf(204KB)
----README.md(480B)

网友评论