代码搜索:Rtree
找到约 553 项符合「Rtree」的源代码
代码结果 553
www.eeworm.com/read/113400/15456761
sh runtests.sh
#!/bin/csh
echo "These tests may take a while. Be patient."
if (-e BTree.out) rm BTree.out
echo "Running BTree test..."
../BTree/BTree < words.sql > BTree.out
diff BTree.out BTree.std
rm BTree.
www.eeworm.com/read/121899/14731409
makefile
# RTree Visualizer
#
# Copyright (C) 2003 Navel Ltd.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as publis
www.eeworm.com/read/350890/10701433
history
v0.9b1:
First version.
no support for FindMin/GetNext-style traversal
shipped with BTree, RTree, and RSTree demos
www.eeworm.com/read/276428/10738194
cpp test.cpp
//
// Test.cpp
//
// This is a direct port of the C version of the RTree test program.
//
#include
#include "RTree.h"
struct Rect
{
Rect() {}
Rect(int a_minX, int a_minY
www.eeworm.com/read/243369/12945865
history
v0.9b1:
First version.
no support for FindMin/GetNext-style traversal
shipped with BTree, RTree, and RSTree demos