首页下载资源大数据C++实现的高效A*算法

ZIPC++实现的高效A*算法

2301_804882148.12KB需要积分:1

资源文件列表:

a-star-algorithm.zip 大约有8个文件
  1. a-star-algorithm/LICENSE 1.05KB
  2. a-star-algorithm/README.md 1.11KB
  3. a-star-algorithm/astar/
  4. a-star-algorithm/astar/astar.cpp 8.04KB
  5. a-star-algorithm/astar/astar.h 4.17KB
  6. a-star-algorithm/astar/blockallocator.cpp 4.59KB
  7. a-star-algorithm/astar/blockallocator.h 1.8KB
  8. a-star-algorithm/

资源介绍:

A-Star算法 这是利用C++实现的高效的A-Star算法。只对算法的程序实现做了穷尽而为的优化,并没有对算法自行进行改进。优化的主要方法是:快速判断路径节点是否在开启/关闭链表中、快速查找最小f值的节点以及优化路径节点分配内存的问题。 运行环境 支持c++11的编译器
100+评论
captcha