440Forums  |  MacMusic.org  |  PcMusic.org  |  440tv  |  Zicos  |  AudioLexic
kd-tree.   {key13}


libkdtree++ 0.6.2 (Default branch)

FreshMeat

Thursday March 6, 2008. 11:39 AM
FreshMeat

libkdtree++ is a C++ template container implementation of k-dimensional space sorting, using a kd-tree. It sports a theoretically unlimited number of dimensions, and can store any data structure. Provided the data structure, it provides operator[0 - k-1] to access the individual dimensional components (arrays, std::vector already do) and a std::less implementation for the type of dimensional components. It has support for custom allocators, implements iterators, and provides standard find as well as range queries. It has amortised O(lg n) time (O(n lg n) worst case) on most operations (insert/erase/find optimised) and worst-case O(n) space, and also provides a means to rebalance and thus optimise the tree.
libkdtree++ template containerimplementation k-dimensional space sorting using libkdtree++ 0.6.2 (Default branch)
libkdtree++ 0.6.2 (Default branch) Read more at FreshMeat
www.pheedo.com/click.phdo?i=045d72c237750ca238b03e8c8c769f23

 

 Related News 
Cerberus Helpdesk 4.0 RC1 (Build 566) (Default branch) Cerberus Helpdesk 4.0 RC1 (Build 566) (Default branch)
 FreshMeat 03/18/08 11 AM 
Cherokee 0.6.0 (Default branch) Cherokee 0.6.0 (Default branch)
 FreshMeat 03/18/08 11 AM 
Pro-Active Webfilter 0.29 (Default branch) Pro-Active Webfilter 0.29 (Default branch)
 FreshMeat 03/18/08 11 AM 
libstatgrab 0.16 (Default branch) libstatgrab 0.16 (Default branch)
 FreshMeat 03/18/08 11 AM 
Flat File Extractor 0.2.5 (Default branch) Flat File Extractor 0.2.5 (Default branch)
 FreshMeat 03/18/08 11 AM 
HTTP client request class 2008.03.18 (Default branch) HTTP client request class 2008.03.18 (Default branch)
 FreshMeat 03/18/08 11 AM 
ispell-da 1.6.12 (Default branch) ispell-da 1.6.12 (Default branch)
 FreshMeat 03/18/08 11 AM 
aspell-da 1.6.12 (Default branch) aspell-da 1.6.12 (Default branch)
 FreshMeat 03/18/08 11 AM 
The Comprehensive Danish Dictionary 1.6.12 (Default branch) The Comprehensive Danish Dictionary 1.6.12 (Default branch)
 FreshMeat 03/18/08 11 AM 
Open Computer Forensics Architecture 2.1.0 (Default branch) Open Computer Forensics Architecture 2.1.0 (Default branch)
 FreshMeat 03/18/08 11 AM 
JLanguageLearn 0.7.1 (Default branch) JLanguageLearn 0.7.1 (Default branch)
 FreshMeat 03/18/08 11 AM 
IP Flood Detector 1.0 (Default branch) IP Flood Detector 1.0 (Default branch)
 FreshMeat 03/18/08 11 AM 
BetterAWstats 1.0 (Default branch) BetterAWstats 1.0 (Default branch)
 FreshMeat 03/18/08 10 AM 
Baldrick Application Framework 0.85 (Default branch) Baldrick Application Framework 0.85 (Default branch)
 FreshMeat 03/18/08 10 AM 
wview 3.7.1 (Default branch) wview 3.7.1 (Default branch)
 FreshMeat 03/18/08 10 AM 
Cypher 1.0.0 Beta (Default branch) Cypher 1.0.0 Beta (Default branch)
 FreshMeat 03/18/08 10 AM 
Xapian and Omega 1.0.6 (Default branch) Xapian and Omega 1.0.6 (Default branch)
 FreshMeat 03/18/08 10 AM 
Fityk 0.8.5 (Default branch) Fityk 0.8.5 (Default branch)
 FreshMeat 03/18/08 10 AM 
Rapid Application Development Library 2.7.4 (Default branch) Rapid Application Development Library 2.7.4 (Default branch)
 FreshMeat 03/18/08 10 AM 
ManEdit 1.1.1 (Stable branch) ManEdit 1.1.1 (Stable branch)
 FreshMeat 03/18/08 10 AM 
littleutils 1.0.20 (Default branch) littleutils 1.0.20 (Default branch)
 FreshMeat 03/18/08 10 AM 

Search

Download Zicos
Sun September 7, 09:21 PM
kd-tree.   {key13}