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

搜索资源列表

  1. src

    0下载:
  2. color linez的手机版,核心内容是A*寻路算法。-color linez the mobile version, the core content of A* pathfinding algorithm.
  3. 所属分类:J2ME

    • 发布日期:2017-04-07
    • 文件大小:6310
    • 提供者:wucaihong
  1. www

    0下载:
  2. A星寻路算法,AS3 的 大家可以研究下-A Star pathfinding algorithm, AS3 in the next we can study
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-23
    • 文件大小:25175
    • 提供者:sk
  1. testAStar

    0下载:
  2. 初级实现A*算法,最短寻路算法,openlist close list-Primary achieve A* algorithm, the shortest pathfinding algorithm, openlist close list
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:60299
    • 提供者:猫王
  1. Intelligent-pathfinding-algorithm

    0下载:
  2. 关于智能寻路,网络上也有很多相关的文章,一般都是已A*为主,他只是一种启发式搜索,主要还是做一个智能路径搜索的算法。 -About the intelligent pathfinding, network also has A lot of related articles, are generally have A * give priority to, he is just A heuristic search, the main or do A intelligent search alg
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5852427
    • 提供者:庞存岐
  1. LLK

    0下载:
  2. 连连看寻路算法,防死锁算法,选择重排算法等等。-LLK most algorithm
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-09
    • 文件大小:1042627
    • 提供者:朱世杰
  1. AI

    0下载:
  2. 基于lua,和c++,a*的自动寻路-Based on lua, and c++, a* automatic pathfinding. .
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:348807
    • 提供者:alex
  1. ai

    0下载:
  2. FLEX 智能寻路程序 比较完善 基于as3.0的程序-FLEX program more intelligent pathfinding improved procedure based on as3.0
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-05-02
    • 文件大小:598353
    • 提供者:asass
  1. ACO-dynamic-pathfinding-

    0下载:
  2. 蚁群算法动态寻路 蚂 蚁通过分泌信息素来加强较好路径上的信息素的强度, 同时按照路径上的信息素 强度来选择下一步的路径, 好的路径将会被越来越多的蚂蚁选择, 因此更多的信 息素将会覆盖较好的路径, 最终所有的蚂蚁都集中到了好的路径上. 蚂蚁的这种 基于信息素的正反馈原理正是整个算法的关键所在.-ACO dynamic pathfinding。 ants secrete pheromone enhanced by a better path pheromone strength, whil
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:2347
    • 提供者:张阳
  1. 8Digital-game

    0下载:
  2. 8数码游戏,经典,极品,九宫格,移动,寻路算法,耗时最小,完全可以运行-8 digital game, classic, gourmet, JiuGongGe, move, pathfinding algorithm, time consuming, can run the minimum
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:151086
    • 提供者:akun
  1. astart

    0下载:
  2. 游戏中常常需要用的寻找路径的需求,其中以a星算法为例,文件中的是A星寻路的主要的AS3.0的代码-Games often need to find the path of demand, of which a star algorithm example, the file is A star pathfinding code in the main AS3.0
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-01
    • 文件大小:119748
    • 提供者:dbllin
  1. Astar

    0下载:
  2. 经典的智能寻路算法,一个老外写的很透彻很清晰,很容易让人理解神秘的A*算法。-Classic intelligent pathfinding algorithm, written by a foreigner is very thorough very clear and easy to understand the mystery of the A* algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:103300
    • 提供者:aa
  1. AI_BallGame_ByQt

    0下载:
  2. 用 Qt Creator 写的一个小球游戏,通过旋转地图使小球下落,最终落到目标洞中。 其中加入了宽度搜索算法自动寻路和地图编辑功能。-Qt Creator written with a ball game, ball by rotating the map to fall, eventually fell to the target hole. Joined the width of the search algorithm which automatically find its way
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:9075
    • 提供者:wj
  1. A_star

    1下载:
  2. c++实现的A*寻路算法,供菜鸟学习之用,老鸟无视之。-c++ implementation of the A* pathfinding algorithm for the rookie learning, fields and ignore it.
  3. 所属分类:Data structs

    • 发布日期:2015-04-27
    • 文件大小:1338368
    • 提供者:张晓一
  1. Pac_Man

    0下载:
  2. 利用WindowsSDK编写的吃豆人游戏,非MFC程序,有助于初学者理解Windows消息机制,游戏人工智能采用A*算法来实现自动寻路,注:高手勿看-Write Pac-Man game by using WindowsSDK ,No MFC ,it can help beginners understand the Windows message mechanism, the game uses artificial intelligence to achieve the A* algorit
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-26
    • 文件大小:9017944
    • 提供者:yulingyu
  1. game

    0下载:
  2. 游戏设计框架 寻路源码 地图源码 搜索算法源码-Game design framework wayfinding map source search algorithm source code
  3. 所属分类:Game Engine

    • 发布日期:2017-04-17
    • 文件大小:13352
    • 提供者:dongliang
  1. a

    0下载:
  2. A*寻路算法 迷宫算法 启发函数-A* pathfinding algorithm heuristic algorithm maze
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2817
    • 提供者:
  1. a-Star

    0下载:
  2. A star 寻路算法,主要应用于各种大小型游戏的寻路,简捷方便-A star
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-01
    • 文件大小:871683
    • 提供者:王玲玲
  1. XX

    0下载:
  2. VC A算法源码,,游戏自动寻路比如大话西游戏 没有自动寻功能的游戏,,可以使用些源码-VC A algorithm source code, the game automatically find its way
  3. 所属分类:Other Games

    • 发布日期:2017-04-06
    • 文件大小:10957
    • 提供者:xiaob
  1. Ant-colony-algorithm

    0下载:
  2. 蚁群算法动态寻路算法的机器人的全局路径规划,可用于机器人路径规划-Ant colony algorithm for dynamic routing algorithm for the robot global path planning, can be used for robot path planning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:5333
    • 提供者:王袁杰
  1. A-star

    0下载:
  2. 对于空地左键单击后会产生障碍,对障碍左键单击会消除障碍,对于起点,两次左键盘单击会消除起点,如果不存在起点,单击右键会产生起点,如果存在起点不存在终点,单击右键会产生终点,如果既存在起点又存在终点,单击右键会消除终点,点击开始寻路回画出路径-For space left click on to generate barrier of the obstacles left click on will eliminate obstacles, for starting point, two left
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:59903
    • 提供者:周艳清
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 26 »
搜珍网 www.dssz.com