代码搜索:R-tree

找到约 35 项符合「R-tree」的源代码

代码结果 35
www.eeworm.com/read/377683/9265703

readme

This directory contains an SQLite extension that implements a virtual table type that allows users to create, query and manipulate r-tree[1] data structures inside of SQLite databases. Users create
www.eeworm.com/read/221024/14774914

html http:^^www.cs.wisc.edu^~devise^devise^rtree.html

Date: Fri, 13 Dec 1996 17:08:07 GMT Server: NCSA/1.5 Content-type: text/html Last-modified: Thu, 14 Nov 1996 16:40:37 GMT Content-length: 2730 DEVise Application Examples
www.eeworm.com/read/187477/8637482

c main.c

/* main.c || || Description: || A test main program to "batch load" w/out packing an r-tree || and search into the r-tree using a window file || || Parameters: || 1 - raw data file to load from OR wi
www.eeworm.com/read/147142/5733455

run

#! /bin/bash echo Generating dataset ../Generator 10000 0 > d awk '{if ($1 == 1) print $0}' < d > data awk '{if ($1 == 2) print $0}' < d > queries rm -rf d echo Creating new R-Tree ../RTreeLoad data
www.eeworm.com/read/147142/5733456

run

#! /bin/bash echo Generating dataset ../Generator 300000 0 > d awk '{if ($1 == 1) print $0}' < d > data awk '{if ($1 == 2) print $0}' < d > queries rm -rf d echo Creating new R-Tree ../RTreeBulkLoad
www.eeworm.com/read/147142/5733457

run

#! /bin/bash echo Generating dataset ../Generator 1000 100 > d awk '{if ($1 != 2) print $0}' < d > data awk '{if ($1 == 2) print $0}' < d > queries rm -rf d echo Creating new R-Tree ../RTreeLoad dat
www.eeworm.com/read/127249/14364361

html rtree.html

R-tree
www.eeworm.com/read/183001/5259207

c gistproc.c

/*------------------------------------------------------------------------- * * gistproc.c * Support procedures for GiSTs over 2-D objects (boxes, polygons, circles). * * This gives R-tree beha
www.eeworm.com/read/376006/2717227

c gistproc.c

/*------------------------------------------------------------------------- * * gistproc.c * Support procedures for GiSTs over 2-D objects (boxes, polygons, circles). * * This gives R-tree beha
www.eeworm.com/read/190750/8438667

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