C# A-Star自动寻路算法

上传者: ja38911 | 上传时间: 2021-06-10 18:28:11 | 文件大小: 181KB | 文件类型: ZIP
外国经典A*算法 THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. IT CAN BE DISTRIBUTED FREE OF CHARGE AS LONG AS THIS HEADER REMAINS UNCHANGED.

文件下载

资源详情

[{"title":"( 46 个子文件 181KB ) C# A-Star自动寻路算法","children":[{"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":"PanelPathFinder.cs <span style='color:#111;'> 9.82KB </span>","children":null,"spread":false},{"title":"bin","children":[{"title":"Debug","children":[{"title":"HeavyDiagonals.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":"RelativeCost.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":"HardToGet2.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":"PathFinderApp.exe <span style='color:#111;'> 84.00KB </span>","children":null,"spread":false},{"title":"RelativeCost2.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":"HardToGet.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"Maze.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":"Maze3.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false}],"spread":false},{"title":"Release","children":[{"title":"HeavyDiagonals.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":"RelativeCost.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":"HardToGet2.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":"PathFinderApp.exe <span style='color:#111;'> 84.00KB </span>","children":null,"spread":false},{"title":"RelativeCost2.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":"HardToGet.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false},{"title":"Maze.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":"Maze3.astar <span style='color:#111;'> 976.58KB </span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"Algorithms","children":[{"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},{"title":"PathFinder.cs <span style='color:#111;'> 15.24KB </span>","children":null,"spread":false},{"title":"AuthorAttribute.cs <span style='color:#111;'> 611B </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}],"spread":true},{"title":"Properties","children":[{"title":"Resources.Designer.cs <span style='color:#111;'> 2.78KB </span>","children":null,"spread":false},{"title":"Settings.settings <span style='color:#111;'> 249B </span>","children":null,"spread":false},{"title":"Resources.resx <span style='color:#111;'> 5.48KB </span>","children":null,"spread":false},{"title":"Settings.Designer.cs <span style='color:#111;'> 1.07KB </span>","children":null,"spread":false},{"title":"AssemblyInfo.cs <span style='color:#111;'> 1.25KB </span>","children":null,"spread":false}],"spread":true},{"title":"Program.cs <span style='color:#111;'> 962B </span>","children":null,"spread":false},{"title":"PathFinderDemo.cs <span style='color:#111;'> 12.84KB </span>","children":null,"spread":false},{"title":"PathFinderApp.csproj <span style='color:#111;'> 4.05KB </span>","children":null,"spread":false},{"title":"PanelPathFinder.resx <span style='color:#111;'> 5.68KB </span>","children":null,"spread":false},{"title":"PathFinderApp.sln <span style='color:#111;'> 914B </span>","children":null,"spread":false},{"title":"PathFinderDemo.designer.cs <span style='color:#111;'> 38.61KB </span>","children":null,"spread":false}],"spread":true}]

评论信息

  • u013132876 :
    好用 算法很强大 还能选择路径中障碍的等级 好极了
    2015-08-25
  • tracy_zhw :
    一般,可以参考
    2014-04-01
  • virtual_c :
    很不错,效率很高而且还有每一步的显示。
    2014-03-07
  • zhutata :
    不错,可以参考
    2013-12-05
  • u012503094 :
    运行时很直观的显示出A*的过程
    2013-10-19

免责申明

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