CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - A寻路算法

搜索资源列表

  1. Automatically-pathfinding-algorithm-

    0下载:
  2. 游戏自动寻路算法(A星算法)以及Delphi例子。 A星在游戏设计中有它很典型的用法,是人工智能在游戏中的代表。-The game automatically pathfinding algorithm (A star algorithm) and Delphi examples. A star in the game design has its very typical usage, the game is the AI​ ​ s representative.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:679255
    • 提供者:Phi
  1. extent

    0下载:
  2. 用C++实现简单的广度优先寻路算法-Using C++ to achieve a simple breadth-first search algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3429719
    • 提供者:王超
  1. Astar

    0下载:
  2. A星寻路算法。FlashDevelop开发环境.用曼哈顿启发函数-A Star pathfinding algorithm. FlashDevelop development environment with Manhattan heuristic function
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-10
    • 文件大小:1417537
    • 提供者:
  1. TestAStar

    0下载:
  2. 在即时战略或角色扮演游戏中,经常需要控制角色移动到指定位置,只要存在可行路径,总是会采用最优路径到达目的地。这种能够在角色移动到目的地的方法,通常称为“游戏寻路算法”。 A*是一种启发式搜索算法,其所处理的对象是状态空间,安装预先设定的规则进行有选择有方向的遍历。-In the real-time strategy or role-playing games, often need to control the character moves to the specified locatio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:99961
    • 提供者:leo
  1. Astar

    0下载:
  2. cocos2dx 实现A星寻路算法,2.2.1版本,放入工程文件后直接运行
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2071274
    • 提供者:李冰
  1. Astar

    0下载:
  2. A*算法实现。 A星寻路算法核心部分实现-A star algorithm which is fulfilled by myself
  3. 所属分类:Other Games

    • 发布日期:2017-04-01
    • 文件大小:2708
    • 提供者:Carl
  1. cocos2dxASTAR

    0下载:
  2. cocos2dx2.*版本 A星寻路算法实例,有一定参考作用,稍微处理一些代码后可以移植到3.*。代码简单易学。-A star for cocos2d-x 2.* vesion
  3. 所属分类:android

    • 发布日期:2017-04-05
    • 文件大小:5387
    • 提供者:qifen
  1. PathFinder_source

    0下载:
  2. C# 的A星寻路算法.有各种躲避障碍的方法和选择.-C# A star pathfinding algorithm. A method and a choice of avoiding obstacles.
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-29
    • 文件大小:255859
    • 提供者:aisht
  1. Astar

    0下载:
  2. A星寻路算法在游戏中的应用,通过传入开始点和目标点完成寻路-Application of A star pathfinding algorithm in the game, the start point and the target point to complete routing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2616
    • 提供者:向斌
  1. Astar-algorithm

    0下载:
  2. A*算法最优寻路算法,算法是一种静态路网中求解最短路最有效的算法.-A* algorithm for optimal routing algorithm, the algorithm is a static road network to solve the shortest most efficient algorithms.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1760
    • 提供者:ywd
  1. recipe-577457-1

    0下载:
  2. C++ 实现的 A 星寻路算法源码,在游戏中必不可少的存在-A-star Shortest Path Algorithm (C++ recipe)
  3. 所属分类:Game Engine

    • 发布日期:2017-04-07
    • 文件大小:2825
    • 提供者:Valiancer
  1. ck

    0下载:
  2. VC++ 寻路算法与A*算法相似 名为W*算法-VC++ and A* pathfinding algorithm similar algorithm called W*
  3. 所属分类:Other Games

    • 发布日期:2017-05-11
    • 文件大小:2556881
    • 提供者:wuwu
  1. Astar

    0下载:
  2. 一个简单的A星寻路算法,该例子可以改变起始点,障碍物,终点的位置-A star with a simple routing algorithm, can change the position of the starting point of this example, the obstacle, the end of the
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:13524
    • 提供者:sam
  1. Apathfinding

    0下载:
  2. A星寻路算法的实现,对没有自动寻路的游戏有很大帮助-The realization of the A* pathfinding algorithm, for there is no automatic pathfinding games are of great help
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-02
    • 文件大小:8040
    • 提供者:liaoyen
  1. AStar

    0下载:
  2. 游戏中常用的寻路算法-A星算法 直接将此代码加到自己的程序中就能实现最短路径的查找-Game pathfinding algorithm commonly used algorithm-A star This added to the code directly own program to find the shortest path can be achieved
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-29
    • 文件大小:81779
    • 提供者:孟义
  1. Astar

    0下载:
  2. 采用Matlab编译。A*算法最优寻路算法,算法是一种静态路网中求解最短路最有效的算法.-A* algorithm for optimal path planning algorithm, the algorithm is a static road network to solve the shortest most efficient algorithms.
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:113395
    • 提供者:zifeng
  1. a-STAR

    0下载:
  2. 使用a*算法解决机器人自动寻路的问题(适合初学者理解和学习经典的a*算法)-Use a* pathfinding algorithm to solve the problem of automatic robot (a* algorithm suitable for beginners to understand and learn classical)
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2294
    • 提供者:miao
  1. AStar2

    0下载:
  2. A*算法,游戏编程中常用的寻路算法,非常快-A STAR ALGORITHM, BE USED FREQUENTLY IN GAME PROGRAMMING
  3. 所属分类:Other Games

    • 发布日期:2017-05-13
    • 文件大小:2892262
    • 提供者:陈拓
  1. a201702123

    0下载:
  2. 星寻路算法真是我一生接触的第一个人工智能算法了。。。 A星寻路算法显然是用来寻路的,应用也很普遍,比如梦幻西游。。。算法的思路很简单,就是在bfs的基础上加了估值函数。 它的核心是 F(x) G(x) + H(x) 和open、close列表: G(x)表示从起点到X点的消耗(或者叫移动量什么的),H(X)表示X点到终点的消耗的估值,F(x)就是两者的和值。open列表记录了可能要走的区域,close列表记录了不会再考虑的区域。我们每次都选F值最小的区域搜索,就能搜
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3110
    • 提供者:王近两
  1. A

    0下载:
  2. A星算法寻路,经典的算法。。解压后即可使用,-A star pathfinding algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2131
    • 提供者:吴科君
« 1 2 3 4 5 6 78 9 10 11 »
搜珍网 www.dssz.com