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

搜索资源列表

  1. a_game_road_find

    0下载:
  2. A*算法是一个求最短路径的函数,为许多即时战略游戏所用刀(或许人家大型的即时战略游戏笔者算法更好,不管它)。它由两个函数组成,一个是评估函数,也就是确定人物移动的下一个位置必须离目标位置最近,评估函数评估的结果越精确,则寻径的速度越快;另一个就是寻径函数,也就根据评估的结果做出响应,然后从新位置继续评估下一个位置,若无路可走(四周都是障碍什么的),那么折回一个路径节点,尝试其他方向,这个算法有个缺点,随着游戏中人物增多,相应的处理节点就增多了,会影响处理速度,而且占用大量的内存。 有兴
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:3411
    • 提供者:yzmars
  1. MAPlay

    0下载:
  2. QT开发的寻路系统,可使用多种算法进行寻路,也可以通过内建组件生成地图。-QT development wayfinding system, you can use a variety of algorithms to find its way, the map can be generated by the built-in components.
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:459378
    • 提供者:Skyprophet
  1. shortest-path

    0下载:
  2. 网状结构中寻找最短路线。类似于A算法但不同于A算法。将所记录的步数修改为里程则可用于公路系统自动寻路。计算代码很短,仅二十余行。-Reticular formation to find the shortest route. A method similar to but different from A algorithms. The recorded number of steps can be used to modify mileage highway system automatica
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:11689
    • 提供者:柴雄平
  1. AstarPath

    0下载:
  2. 在50X50的棋盘上演示A*算法,可以自动形成随机障碍。寻路结束后可以显示所搜过的范围-50X50 chessboard in the A* algorithm demo
  3. 所属分类:Applet

    • 发布日期:2017-04-02
    • 文件大小:327643
    • 提供者:linbonan
  1. Axing-suanfa

    0下载:
  2. A星算法寻路画图.可以下载来-A Star pathfinding algorithm drawing can be downloaded to see ....
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-05-09
    • 文件大小:1580200
    • 提供者:周敏建
  1. zuoye2

    0下载:
  2. 距离矢量路由算法,动态路由算法的一种。各个节点之间通过传递向量表进行最优寻路。-Distance vector routing algorithm, a dynamic routing algorithm. By passing the optimal vector routing between the various nodes.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:917512
    • 提供者:普陀听禅
  1. astar

    0下载:
  2. A*算法的实现,一个十分普通的Astar算法,在unity3d中实现了寻路,但是地图需要自己绘制-A* algorithm, a very ordinary Astar algorithm implemented in unity3d wayfinding, but need to draw their own maps
  3. 所属分类:Game Engine

    • 发布日期:2017-04-03
    • 文件大小:1930
    • 提供者:xu
  1. AStar_with_Optimal_Path_Output

    0下载:
  2. 基于A* 算法的简单寻路算例,点击A star search 运行-A* algorithm is based on a simple numerical example wayfinding, click on A star search operation
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2594
    • 提供者:chenyiwei
  1. A_star

    0下载:
  2. A星寻路是写辅助的必要数学算法,该例程能很好地控制寻路流程。- A star pathfinding is necessary write-assisted mathematical algorithms, the routine can control wayfinding processes.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-14
    • 文件大小:4353
    • 提供者:杨杰
  1. astar

    1下载:
  2. as3的a星寻路源码,有关于各种算法的界面-as3 a*
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-29
    • 文件大小:137727
    • 提供者:ywl
  1. several-Astar-algorithm-demos(cocos)

    0下载:
  2. 几个cocos中A*算法的demo样例,可以用于在使用格子地图或非格子地图时设计AI寻路的参考,或者直接使用-Several cocos in A* demo sample algorithm can be used to design AI pathfinding when using a map or grid map grid reference or direct use
  3. 所属分类:Other Games

    • 发布日期:2017-06-14
    • 文件大小:22464404
    • 提供者:黄立·
  1. Maze_101002

    0下载:
  2. 这是一个基于深度搜索生成迷宫并且可以寻路的算法-This is a maze based on depth search
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:54515
    • 提供者:Anna
  1. FindPath

    0下载:
  2. 使用A*算法在Android端实现最短寻路,此例是一个简单的A*算法Demo。-Using A* algorithm in the Android-side to achieve the shortest path finding, in this case is a simple A* algorithm Demo.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:498062
    • 提供者:王强
  1. fudge_pathfinding-master

    0下载:
  2. 路径寻优,基于A*算法,可用于最优寻路。机器人寻路、游戏开发中寻路(Path optimization, based on the A* algorithm, can be used for optimal pathfinding. Robot pathfinding, pathfinding in game development)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:97280
    • 提供者:小李子子
  1. implementation

    0下载:
  2. 自动寻路A*算法的Python实现, A*算法,A*(A-Star)算法是一种静态路网中求解最短路径最有效的直接搜索方法,也是解决许多搜索问题的有效算法。算法中的距离估算值与实际值越接近,最终搜索速度越快。(Python implementation of automatic routing A* algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:sjkai
  1. AStarPath

    0下载:
  2. A星算法,用于简化寻路过程中的路径,方便快捷,2D比较合适,3D要特别处理一下(A star algorithm is used to simplify the path in the pathfinding process, convenient and fast, 2D is more appropriate, 3D should be dealt with specially)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:354304
    • 提供者:咴色地带
  1. 04322991

    0下载:
  2. AStart寻路,老外的文档,本人收集整理,个人认为是目前最好的一份学习A星算法的资料,()
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-06
    • 文件大小:212992
    • 提供者:ieygo%2186329
  1. cplnjk

    0下载:
  2. 这也是一个用A 算法编写的寻路搜索算法源程序,()
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:18432
    • 提供者:moggygd
  1. ogofefp693

    0下载:
  2. 这也是一个用A 算法编写的寻路搜索算法源程序,()
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-21
    • 文件大小:18432
    • 提供者:zesgrictwon
  1. pqrtiil-programming

    0下载:
  2. AStart寻路,老外的文档,本人收集整理,个人认为是目前最好的一份学习A星算法的资料,()
  3. 所属分类:大数据

    • 发布日期:2018-05-01
    • 文件大小:212992
    • 提供者:pirecdien
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com