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

搜索资源列表

  1. AStar

    0下载:
  2. 这是一个九宫问题的A算法,绝对能用,欢迎大家来学习~-This is a problem Jiugong A algorithm, absolutely can, welcome everybody to learn ~
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:517160
    • 提供者:木杨
  1. New-WinZip-File

    0下载:
  2. astar search algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:727
    • 提供者:mm
  1. astar

    0下载:
  2. 百度之星 2011 初赛第一试 第一题 源代码-Baidu Star 2011 Preliminary test the first question first source
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:1281823
    • 提供者:jiangzhuo
  1. testAI

    0下载:
  2. ### ### ### ### ### ### #### # # # Delta3D Examples: testAI # # # ######################################## Uses modules: dtCore, dtABC, dtUtil, dtAI, dtDAL, dtActors, dtAnim Purpose ------- To provide an example of how to use dt
  3. 所属分类:Game Engine

    • 发布日期:2017-04-09
    • 文件大小:11716
    • 提供者:willian
  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. Astar

    0下载:
  2. 人物行走代码,绝对爽。。用键盘控制其行走-an example code of walking,controling with keyboard
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-05-08
    • 文件大小:1565320
    • 提供者:刘胜
  1. AStar2

    0下载:
  2. 图像处理改进后的AStar算法,用于路径规划寻找最优路径。-AStar improved image processing algorithms for path planning to find the optimal path.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:40309
    • 提供者:罗玲
  1. maze-astar

    0下载:
  2. a star pour trouver le plus court chemin
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:8728
    • 提供者:noureddine
  1. A-algorithm-robot-path

    0下载:
  2. 用于已知栅格环境下机器人路径规划的Astar算法源码,像知道的可以来看看一看 ,对于像用matlab来仿真算法的有所帮助-Known for grid environment of the path planning algorithm Astar source, like know can come to see a see, for as by matlab simulation algorithm to the help
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:24629
    • 提供者:廖灿
  1. Astar_updated

    0下载:
  2. updated Astar algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:114598
    • 提供者:ashish
  1. astar

    0下载:
  2. astrt c++ implementation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2747
    • 提供者:lijian
  1. Astar

    0下载:
  2. a*算法解决8数码问题。在游戏设计中,经常要涉及到最短路径的搜索,现在一个比较好的方法就是用A*算法进行设计。他的好处我们就不用管了,反正就是好!^_*-a star
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:29093
    • 提供者:chao
  1. Astar

    0下载:
  2. A星算法,用于rpg、ARPG、飞行射击类、塔防等游戏中,一般做自动寻路时使用。-A star
  3. 所属分类:Shot Game

    • 发布日期:2017-04-07
    • 文件大小:1730
    • 提供者:ian liu
  1. AstarTSP

    0下载:
  2. A星算法实现旅行商问题 有注释,通俗易懂,简单实现-Astar: TSP Problem in Java Having comments, easy to unerstand
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:2133
    • 提供者:Hao
  1. Astar

    0下载:
  2. a星算法源代码;用A8算法实现最优路径找寻-a star algorithm source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:410048
    • 提供者:jackiezeng
  1. AStar

    0下载:
  2. 包含了A*搜索算法的源码和运行程序,运行速度快 A* 搜索算法 A* 寻路算法 游戏算法 源码-A* search algorithm source code and the program
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:393090
    • 提供者:zzy
  1. AStar-Maze

    0下载:
  2. 迷宫问题的A星算法程序,用户可以设置起点、终点以及障碍物。MFC-A star algorithm of the maze problem, the user can set the start, end, and obstructions.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:119488
    • 提供者:Gao
  1. Astar

    0下载:
  2. A*算法的设计与实现,适合人工智能,机器学习的学生使用-A* algorithm design and implementation, suitable for artificial intelligence, machine learning, students use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:3334
    • 提供者:刘时松
  1. Visual_Path_Finding_SrcaDemo

    0下载:
  2. C# - Visualizing Path Finding With Dijkstra, AStar, Bi-directional Dijkstra s, and Bi-directional A* Algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:41304
    • 提供者:vanz404
  1. Astar

    0下载:
  2. A* algorithm for Ruby.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:194119
    • 提供者:aderzin
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 17 18 »
搜珍网 www.dssz.com