代码搜索:R-Tree
找到约 35 项符合「R-Tree」的源代码
代码结果 35
www.eeworm.com/read/298058/7976484
txt readme.txt
This directory contains a C implementation of the R-tree data structure.
The implementation is originally from the test code of the authors, and
later ported to ANSI C on a variety of platforms by
www.eeworm.com/read/187477/8637486
h global.h
/* global.h
||
|| This header file contains r-tree global variable definitions.
*/
/* index root node pointer */
struct Node *Root;
/* rectangle covering all data read */
struct Rect CoverAll;
/*
www.eeworm.com/read/226428/14474952
std rtree.std
** RTree: An R-Tree based on Generalized Search Trees
Type "help" for a list of commands.
RTree> There is no table by that name.
RTree> Table boxtmp created as type rtree.
RTree> ("(12654,12699
www.eeworm.com/read/113400/15456765
std rtree.std
** RTree: An R-Tree based on Generalized Search Trees
Type "help" for a list of commands.
RTree> There is no table by that name.
RTree> Table boxtmp created as type rtree.
RTree> ("(12654,12699
www.eeworm.com/read/147142/5733458
run
#! /bin/bash
echo Generating dataset
../Generator 1000 100 > mix
echo Creating new R-Tree and Querying
../RTreeLoad mix tree 10 intersection > res
echo Running exhaustive search
../Exhaustive mix i
www.eeworm.com/read/233925/4663522
run
#! /bin/bash
echo Generating dataset
../Generator 1000 100 > mix
echo Creating new R-Tree and Querying
../RTreeLoad mix tree 20 intersection > res
echo Running exhaustive search
../Exhaustive mix i
www.eeworm.com/read/187477/8636978
h macros.h
/* macros.h
||
|| This header file contains generic constant and macro definitions for
|| the r-tree library.
*/
#ifndef NULL
#define NULL 0
#endif
#define EOS '\0'
#define True 1
#define TRUE 1
#d
www.eeworm.com/read/328267/13037043
std rtree.std
** RTree: An R-Tree based on Generalized Search Trees
Type "help" for a list of commands.
RTree> Table boxtmp dropped.
RTree> Table boxtmp created as type rtree.
RTree> ("(12654,12699,8987,9028
www.eeworm.com/read/265314/11269170
std rtree.std
** RTree: An R-Tree based on Generalized Search Trees
Type "help" for a list of commands.
RTree> Table boxtmp dropped.
RTree> Table boxtmp created as type rtree.
RTree> ("(12654,12699,8987,9028
www.eeworm.com/read/156224/11818453
std rtree.std
** RTree: An R-Tree based on Generalized Search Trees
Type "help" for a list of commands.
RTree> Table boxtmp dropped.
RTree> Table boxtmp created as type rtree.
RTree> ("(12654,12699,8987,9028