[ 源代码: libkdtree++ ]
软件包:python3-kdtree(0.7.1+git20101123-4 以及其他的)
python3-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 3
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 3 interpreter.
其他与 python3-kdtree 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc1 (>= 1:3.0)
- GCC 支持库
-
- dep: libstdc++6 (>= 5)
- GNU 标准 C++ 库,第3版
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
- dep: python3 (<< 3.8)
- dep: python3 (>= 3.6~)