文件名称:FindWay
- 所属分类:
- 控制台(字符窗口)编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 14kb
- 下载次数:
- 0次
- 提 供 者:
- Zea***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
三种主流寻路方式(A星,广度,深度)
目前3种主流寻路的源码,a星(a*),广度优先,深度优先。压缩包附带了一张自己写的堆和顺序表,以及一个控制台绘图模块。-The three mainstream the pathfinding way (A star, the breadth, depth) of three kinds of major pathfinding source code, a star (*), breadth-first, depth-first. Compression package comes with a write your own heap and sequence tables, and a console graphics module.
目前3种主流寻路的源码,a星(a*),广度优先,深度优先。压缩包附带了一张自己写的堆和顺序表,以及一个控制台绘图模块。-The three mainstream the pathfinding way (A star, the breadth, depth) of three kinds of major pathfinding source code, a star (*), breadth-first, depth-first. Compression package comes with a write your own heap and sequence tables, and a console graphics module.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
寻路\ConsoleRender.cpp
....\ConsoleRender.h
....\FindPath.cpp
....\FindPath.h
....\Main.cpp
....\sqheap.h
....\SqList.h
....\Test.sln
....\Test.suo
....\Test.vcproj
寻路
....\ConsoleRender.h
....\FindPath.cpp
....\FindPath.h
....\Main.cpp
....\sqheap.h
....\SqList.h
....\Test.sln
....\Test.suo
....\Test.vcproj
寻路