rtree_src_1_0_updt

所属分类:Java编程
开发工具:Java
文件大小:414KB
下载次数:25
上传日期:2009-02-18 16:09:59
上 传 者folishwood
说明:  本程序是由JAVA实现的R-树新建、结点增加、删除功能。
(This procedure is achieved by the JAVA new R-tree, node to add, delete function.)

文件列表:
rtree_src_1.0 (0, 2004-09-09)
rtree_src_1.0\doc (0, 2004-09-09)
rtree_src_1.0\doc\allclasses-frame.html (5209, 2004-09-08)
rtree_src_1.0\doc\allclasses-noframe.html (4309, 2004-09-08)
rtree_src_1.0\doc\constant-values.html (12838, 2004-09-08)
rtree_src_1.0\doc\deprecated-list.html (5761, 2004-09-08)
rtree_src_1.0\doc\help-doc.html (9050, 2004-09-08)
rtree_src_1.0\doc\index-files (0, 2004-09-09)
rtree_src_1.0\doc\index-files\index-1.html (7484, 2004-09-08)
rtree_src_1.0\doc\index-files\index-10.html (8052, 2004-09-08)
rtree_src_1.0\doc\index-files\index-11.html (9268, 2004-09-08)
rtree_src_1.0\doc\index-files\index-12.html (12759, 2004-09-08)
rtree_src_1.0\doc\index-files\index-13.html (15348, 2004-09-08)
rtree_src_1.0\doc\index-files\index-14.html (8385, 2004-09-08)
rtree_src_1.0\doc\index-files\index-15.html (14409, 2004-09-08)
rtree_src_1.0\doc\index-files\index-16.html (6826, 2004-09-08)
rtree_src_1.0\doc\index-files\index-17.html (19788, 2004-09-08)
rtree_src_1.0\doc\index-files\index-18.html (22079, 2004-09-08)
rtree_src_1.0\doc\index-files\index-19.html (12069, 2004-09-08)
rtree_src_1.0\doc\index-files\index-2.html (7265, 2004-09-08)
rtree_src_1.0\doc\index-files\index-20.html (7477, 2004-09-08)
rtree_src_1.0\doc\index-files\index-21.html (7160, 2004-09-08)
rtree_src_1.0\doc\index-files\index-22.html (9613, 2004-09-08)
rtree_src_1.0\doc\index-files\index-23.html (6741, 2004-09-08)
rtree_src_1.0\doc\index-files\index-24.html (6671, 2004-09-08)
rtree_src_1.0\doc\index-files\index-3.html (14294, 2004-09-08)
rtree_src_1.0\doc\index-files\index-4.html (9427, 2004-09-08)
rtree_src_1.0\doc\index-files\index-5.html (11458, 2004-09-08)
rtree_src_1.0\doc\index-files\index-6.html (11989, 2004-09-08)
rtree_src_1.0\doc\index-files\index-7.html (25818, 2004-09-08)
rtree_src_1.0\doc\index-files\index-8.html (6757, 2004-09-08)
rtree_src_1.0\doc\index-files\index-9.html (13768, 2004-09-08)
rtree_src_1.0\doc\index.html (922, 2004-09-08)
rtree_src_1.0\doc\overview-frame.html (1197, 2004-09-08)
rtree_src_1.0\doc\overview-summary.html (18076, 2004-09-08)
rtree_src_1.0\doc\overview-tree.html (11493, 2004-09-08)
rtree_src_1.0\doc\package-list (33, 2004-09-08)
rtree_src_1.0\doc\packages.html (696, 2004-09-08)
rtree_src_1.0\doc\resources (0, 2004-09-09)
rtree_src_1.0\doc\resources\inherit.gif (57, 2004-09-06)
... ...

This is the final version of the RTree. Before using please the read the documents well. Sizes of RTrees An RTree of Height 3 will have MAX = 169*169*169 = 4826809 objects (0 root, 1 NonLeaf, 2 Leaf) MIN = 84* 84* 84 = 592704 objects (0 root, 1 NonLeaf, 2 Leaf) An RTree of Height 2 will have MAX = 169*169 = 28561 objects (0 root , 1 Leaf) MIN = 84*84 = 7056 objects (0 root , 1 Leaf) An RTree of Height 1 will have MAX = 169 = 169 objects (0 root) MIN = 84 = 84 objects (0 root)

近期下载者

相关文件


收藏者