[ 源代码: neartree ]
软件包:libcneartree7(5.1.1+dfsg1-1)
libcneartree7 的相关链接
Debian 的资源:
下载源码包 neartree:
- [neartree_5.1.1+dfsg1-1.dsc]
- [neartree_5.1.1+dfsg1.orig.tar.gz]
- [neartree_5.1.1+dfsg1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [neartree.sourceforge.net]
相似软件包:
Library for solving the Nearest Neighbor Problem
Neartree is an API and a library for finding nearest neighbors among points in spaces of arbitrary dimensions.
The library uses the Nearest Neighbor algorithm after Kalantari and McDonald, (IEEE Transactions on Software Engineering, v. SE-9, pp. 631-634,1983) modified to use recursion instead of a double-linked tree and simplified so that it does less checking for things like is the distance to the right less than the distance to the left; it was found that these checks make little to no difference.
其他与 libcneartree7 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libcvector2 (>= 1.0.3)
- ANSI C implementation of dynamic arrays