A*寻路源代码:A Star Path Finding

时间:2023-12-19 11:10:47
【文件属性】:

文件名称:A*寻路源代码:A Star Path Finding

文件大小:5MB

文件格式:RAR

更新时间:2023-12-19 11:10:47

A*寻路 C# AStarPathFind

A*寻路的C#源码,包含库的源码和demo程序。包含逐步的寻路和马走日的寻路,包含从Excel读取地形的源码。本人Blog中有说明:https://blog.csdn.net/KenZhang1031


【文件预览】:
AStarPathFinding
----MovePattern.cs(5KB)
----Node.cs(4KB)
----bin()
--------Debug()
--------Release()
----.vs()
--------AStarPathFinding()
----obj()
--------Debug()
--------Release()
----Properties()
--------AssemblyInfo.cs(1KB)
----Program.cs(11KB)
----Terrain.cs(13KB)
----AStarPathFinding.sln(1KB)
----Coordinate2D.cs(2KB)
----App.config(189B)
----MovePatternFactory.cs(610B)
----AStarPathFinding.csproj.user(479B)
----RiMovePattern.cs(14KB)
----AStarPathFinding.csproj(4KB)
----AStarPathFinding.cs(9KB)
----NormalMovePattern.cs(12KB)
AStarPathFindingDemo
----AStarPathFindingDemo.csproj(3KB)
----FindPathCommon.cs(2KB)
----bin()
--------Debug()
--------Release()
----.vs()
--------AStarPathFindingDemo()
----obj()
--------Debug()
----Properties()
--------AssemblyInfo.cs(1KB)
----Program.cs(581B)
----Example3.cs(9KB)
----Example1.cs(3KB)
----Example4.cs(2KB)
----Excel2Terrain.cs(8KB)
----App.config(189B)
----Lib()
--------EPPlusLib()
--------AStarPathFindingLib()
----Example2.cs(2KB)
----Example5.cs(5KB)
----AStarPathFindingDemo.sln(1KB)

网友评论