代码搜索:Rtree
找到约 553 项符合「Rtree」的源代码
代码结果 553
www.eeworm.com/read/265314/11269077
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.
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/265314/11269227
cpp rtree.cpp
//-< RTREE.CPP >-----------------------------------------------------*--------*
// Fastdb Version 1.0 (c) 1999 GARRET * ? *
// (Post Relational Database Management
www.eeworm.com/read/156224/11818276
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.
www.eeworm.com/read/156224/11818324
mak rtree.mak
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
!IF "$(CFG)" == ""
CFG=RTree - Win32 Debug
!MESS
www.eeworm.com/read/156224/11818337
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.
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
www.eeworm.com/read/154313/11971707
h rtree.h
#define CONFIG_FILE "rtree.config"
#define SAVE_RTREE_FILE "save_rtree_file"
#define FALSE 0
#define TRUE 1
#define RANGE_SEARCH 0
#define kNN_SEARCH 1
#define CHOICE kNN_SEARCH
#define AS
www.eeworm.com/read/249894/12463473
cs rtree.cs
using System;
#if USE_GENERICS
using System.Collections.Generic;
#endif
using System.Collections;
using Perst;
namespace Perst.Impl
{
#if USE_GENERICS
class Rtree:PersistentCollec