[ buster ]
[ sid ]
[ 原始碼: libkdtree++ ]
套件:python-kdtree(0.7.1+git20101123-4 以及其他的)
python-kdtree 的相關連結
Debian 的資源:
下載原始碼套件 libkdtree++:
- [libkdtree++_0.7.1+git20101123-4.dsc]
- [libkdtree++_0.7.1+git20101123.orig.tar.xz]
- [libkdtree++_0.7.1+git20101123-4.debian.tar.xz]
維護者:
外部的資源:
- 主頁 [alioth.debian.org]
相似套件:
container for kd-tree sorting for Python
A container implementing k-dimensional space sorting using a kd-tree. It:
- supports two- to six-dimensional spaces - can store any data structure - 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 means to rebalance and thus optimise the tree
This package contains the extension built for the Python interpreter.
其他與 python-kdtree 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc1 (>= 1:3.0)
- GCC 支援函式庫
-
- dep: libstdc++6 (>= 5)
- GNU Standard C++ Library v3
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
- dep: python (<< 2.8)
- dep: python (>= 2.7~)