代码搜索:Rtree
找到约 553 项符合「Rtree」的源代码
代码结果 553
www.eeworm.com/read/205865/15305240
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)", 3
www.eeworm.com/read/249895/4444847
java rtree.java
package org.garret.perst.impl;
import org.garret.perst.*;
import java.util.*;
public class Rtree extends PersistentCollection implements SpatialIndex {
private
www.eeworm.com/read/249895/4444999
java rtree.java
package org.garret.perst.impl;
import org.garret.perst.*;
import java.util.*;
public class Rtree extends PersistentResource implements SpatialIndex {
private int height;
private
www.eeworm.com/read/249895/4445126
java rtree.java
package org.garret.perst.impl;
import org.garret.perst.*;
import java.util.*;
public class Rtree extends PersistentResource implements SpatialIndex {
private int height;
private
www.eeworm.com/read/183001/5259239
c rtree.c
/*-------------------------------------------------------------------------
*
* rtree.c
* interface routines for the postgres rtree indexed access method.
*
* Portions Copyright (c) 1996-2005,
www.eeworm.com/read/183001/5259814
h rtree.h
/*-------------------------------------------------------------------------
*
* rtree.h
* common declarations for the rtree access method code.
*
*
* Portions Copyright (c) 1996-2005, PostgreS
www.eeworm.com/read/173078/5380996
h rtree.h
#ifdef __cplusplus
extern "C" {
#endif
/*
***********************************************************************************
NOTICE:
This document contains information that is proprieta
www.eeworm.com/read/173078/5381002
d rtree.d
asn1/utils/rtree.d asn1/utils/rtree.o: asn1/utils/rtree.c asn1/utils/rtree.h asn1/utils/ra.h \
common/ccore/rvstdio.h common/ccore/rvccore.h common/config/rvconfig.h \
common/config/arch/rvarchd
www.eeworm.com/read/173078/5381007
c rtree.c
#ifdef __cplusplus
extern "C" {
#endif
/*
***********************************************************************************
NOTICE:
This document contains information that is proprieta
www.eeworm.com/read/326192/3473778
help rtree.help
This is a test program for the Generalized Search Tree (GiST), as
described by Hellerstein, Naughton & Pfeffer in Proceedings of the
21st International Conference on Very Large Database Systems.