C# 版源码AStar算法(外著名的A星算法)

上传者: linjf520 | 上传时间: 2021-06-10 12:49:06 | 文件大小: 181KB | 文件类型: ZIP
C# 版源码AStar算法(外著名的A星算法) 自己编辑迷宫(Maza)...可以选择不同的算法去解决迷宫。

文件下载

资源详情

[{"title":"( 46 个子文件 181KB ) C# 版源码AStar算法(外著名的A星算法)","children":[{"title":"PathFinderDemo.designer.cs <span style='color:#111;'> 38.61KB </span>","children":null,"spread":false},{"title":"bin","children":[{"title":"Release","children":[{"title":"Maze.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"RelativeCost.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"SmallIslands.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"PathFinderApp.exe <span style='color:#111;'> 84.00KB </span>","children":null,"spread":false},{"title":"HardToGet.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"Sample3.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"Sample1.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"RelativeCost2.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"Sample2.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"Maze3.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"HeavyDiagonals.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"Maze2.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"HardToGet2.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false}],"spread":false},{"title":"Debug","children":[{"title":"Maze.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"RelativeCost.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"SmallIslands.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"PathFinderApp.exe <span style='color:#111;'> 84.00KB </span>","children":null,"spread":false},{"title":"HardToGet.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"Sample3.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"Sample1.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"RelativeCost2.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"Sample2.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"Maze3.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"HeavyDiagonals.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"Maze2.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"HardToGet2.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"PanelPathFinder.Designer.cs <span style='color:#111;'> 1.42KB </span>","children":null,"spread":false},{"title":"PathFinderDemo.resx <span style='color:#111;'> 44.59KB </span>","children":null,"spread":false},{"title":"Program.cs <span style='color:#111;'> 962B </span>","children":null,"spread":false},{"title":"PanelPathFinder.cs <span style='color:#111;'> 9.82KB </span>","children":null,"spread":false},{"title":"PanelPathFinder.resx <span style='color:#111;'> 5.68KB </span>","children":null,"spread":false},{"title":"PathFinderDemo.cs <span style='color:#111;'> 12.84KB </span>","children":null,"spread":false},{"title":"Algorithms","children":[{"title":"PathFinder.cs <span style='color:#111;'> 15.24KB </span>","children":null,"spread":false},{"title":"HighResolutionTime.cs <span style='color:#111;'> 1.61KB </span>","children":null,"spread":false},{"title":"PriorityQueueB.cs <span style='color:#111;'> 4.77KB </span>","children":null,"spread":false},{"title":"AuthorAttribute.cs <span style='color:#111;'> 611B </span>","children":null,"spread":false},{"title":"IPathFinder.cs <span style='color:#111;'> 1.92KB </span>","children":null,"spread":false},{"title":"PathFinderFast.cs <span style='color:#111;'> 20.22KB </span>","children":null,"spread":false}],"spread":true},{"title":"PathFinderApp.sln <span style='color:#111;'> 914B </span>","children":null,"spread":false},{"title":"PathFinderApp.csproj <span style='color:#111;'> 4.05KB </span>","children":null,"spread":false},{"title":"Properties","children":[{"title":"Resources.resx <span style='color:#111;'> 5.48KB </span>","children":null,"spread":false},{"title":"Settings.settings <span style='color:#111;'> 249B </span>","children":null,"spread":false},{"title":"AssemblyInfo.cs <span style='color:#111;'> 1.25KB </span>","children":null,"spread":false},{"title":"Settings.Designer.cs <span style='color:#111;'> 1.07KB </span>","children":null,"spread":false},{"title":"Resources.Designer.cs <span style='color:#111;'> 2.78KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

  • trunsun :
    写的确实不错,就是拐角部分不是八方向的。其他都很不错。
    2016-09-18
  • kaishuai007 :
    对新手很有帮助,不过感觉算法实现方法一般
    2015-11-15
  • koogo :
    很直观,,犀利的原理 多谢资源达人的分享
    2015-01-22
  • u012503094 :
    对新手很有帮助,不过感觉算法实现方法還可以
    2013-10-19
  • lb1167 :
    很好的资源,代码内容全面,寻路过程显示直观
    2013-06-07

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明