全部搜尋項
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 原始碼: libkdtree++  ]

套件:libkdtree++-dev(0.7.1+git20101123-6)

libkdtree++-dev 的相關連結

Screenshot

Debian 的資源:

下載原始碼套件 libkdtree++

維護者:

外部的資源:

相似套件:

C++ template container implementation of kd-tree sorting

libkdtree++ is a C++ template container implementation of k-dimensional space sorting, using a kd-tree. It:

  - supports an unlimited number of dimensions (in theory)
  - can store any data structure, provided the data structure 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
  - has support for custom allocators
  - implements iterators
  - provides standard find as well as range queries
  - 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
  - provides a means to rebalance and thus optimise the tree
  - exists in its own namespace
  - uses STL coding style, basing a lot of the code on stl_tree.h

libkdtree++ only exists as a -dev package as it's only a bunch of C++ header files. Therefore, no static or shared library is necessary, allowing for ultimate flexibility.

標籤: 軟體開發: C++ 開發, 函式庫, 實做語言: C++, 角色: 開發用函式庫

下載 libkdtree++-dev

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
all 31。1 kB123。0 kB [檔案列表]