quadtree:四叉树–遍历成对的邻居

时间:2024-06-07 01:11:29
【文件属性】:

文件名称:quadtree:四叉树–遍历成对的邻居

文件大小:88KB

文件格式:ZIP

更新时间:2024-06-07 01:11:29

python c-plus-plus simulation quadtree C++

在邻居对上迭代的四叉树 实现专门用于跟踪运动对象之间距离的四叉树智能版本。 Python介面 安装 推荐的安装步骤: virtualenv (可选,但还是个好主意): virtualenv quadtree_test source quadtree_test/bin/activate 安装: pip install smartquadtree 如果没有可用的版本,则可以编译自己的版本: pip install git+git://github.com/xoolive/quadtree 用法 import smartquadtree 您可以参考tutorial.iypnb文件以获取有关该软件包可能性的介绍。 如果您不熟悉iPython笔记本,还可以访问上的静态版本 C ++库 安装 您可以使用CMake构建C ++库。 通过将BUILD_TESTS选项设置为OFF可以获


【文件预览】:
quadtree-master
----quadtree.h(12KB)
----valgrind()
--------opengl.supp(767B)
--------python.supp(7KB)
----tutorial.rst(8KB)
----tutorial.ipynb(50KB)
----license.txt(1KB)
----readme.md(2KB)
----tests()
--------logger.h(2KB)
--------test_neighbour.cpp(3KB)
--------test_clipping.cpp(5KB)
--------run.cmake(151B)
--------test_simu.cpp(8KB)
--------test_quadtree.cpp(10KB)
--------CMakeLists.txt(1KB)
----smartquadtree.pyx(10KB)
----quadtree.hpp(20KB)
----neighbour.cpp(478B)
----tutorial_files()
--------tutorial_34_0.png(16KB)
--------tutorial_31_0.png(11KB)
----setup.py(1KB)
----CMakeLists.txt(1KB)
----quadtree.cpp(5KB)
----cython_additions.hpp(719B)
----neighbour.h(2KB)

网友评论