文件名称:PathFinderLibrary_src
- 所属分类:
- 其它资源
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 8.43kb
- 下载次数:
- 0次
- 提 供 者:
- 成*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
A .NET Path Finder Library
Path Finder Library is a .NET library that currently contains one type called SimplePathFinder. SimplePathFinder is a very simple and basic implementation of the A* path finding algorithm. It is extremely easy to use and integrate in your applications. It works very well and I hope you enjoy using it.
这是一个用C#实现的路径搜索算法,实现的了简单的A*算法!
Path Finder Library is a .NET library that currently contains one type called SimplePathFinder. SimplePathFinder is a very simple and basic implementation of the A* path finding algorithm. It is extremely easy to use and integrate in your applications. It works very well and I hope you enjoy using it.
这是一个用C#实现的路径搜索算法,实现的了简单的A*算法!
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 77433643pathfinderlibrary_src.zip 列表 PathFinder/ PathFinder/PathFinder/ PathFinder/PathFinder.sln PathFinder/PathFinder/Coordinate.cs PathFinder/PathFinder/Map.cs PathFinder/PathFinder/Node.cs PathFinder/PathFinder/PathFinder.csproj PathFinder/PathFinder/Properties/ PathFinder/PathFinder/Properties/AssemblyInfo.cs PathFinder/PathFinder/ReadMe.txt PathFinder/PathFinder/SimplePathFinder.cs PathFinder/PathFinder/SortedNodeList.cs