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

搜索资源列表

  1. Astar

    1下载:
  2. A-Star算法是一种静态路网中求解最短路最有,是matlab程序,可以运行实现,有网格图可以观测结果。-A-Star is a static algorithm for solving the shortest road network in most, is matlab program, you can run to achieve, there is a grid map can be observed results.
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:117132
    • 提供者:去雷
  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. Astar

    0下载:
  2. A*算法求最短路径,数据结构里的图模型。在优化算法方面有很大用途-A* shortest path algorithm,Data structure graph model. Great use in terms of optimization algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-05-22
    • 文件大小:6371581
    • 提供者:sandy
  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. Astar

    0下载:
  2. A星算法,是进行机器人路径规划的一种典型算法,本文件中包含了采用了两种不同的优化标准对A星算法进行讨论,得出最优的一个-A star algorithm is a typical algorithm, which can immplement the path planning of robot.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-28
    • 文件大小:24345
    • 提供者:ljw
  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. A-Star算法在路径规划中的应用,基于MATLAB仿真平台,完美运行,无BUG-A-Star algorithm in path planning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4721
    • 提供者:凌晨
  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. Astar

    0下载:
  2. MATLAB中最短路径搜索 A* 算法实例,结果已附在文件中-MATLAB Shortest Path A* search algorithm example, the results have been attached to the document
  3. 所属分类:matlab

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

    0下载:
  2. A星算法解决8数码问题,一种启发式搜索程序-A star algorithm to solve 8 digital problem, a heuristic search procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3315
    • 提供者:王勇
  1. Astar-search-algorithm

    2下载:
  2. 机器人路径规划中基于栅格地图的A*搜索算法-A* search algorithm based on grid map in robot path planning
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:15574
    • 提供者:张鑫
  1. Eight-digital

    0下载:
  2. 这个程序是对八数码的各种算法的实现,包括宽度优先算法,深度优先算法,AStar算法,经过调试,可以直接使用。-This program is for eight digital implementation of various algorithms, including breadth-first algorithm, depth first algorithm, AStar algorithm, after debugging, can be used directly.
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:20864
    • 提供者:lizhiying
  1. Astar

    2下载:
  2. A star算法的matlab代码,用于机器人的路径规划,总共有400个节点,从结果中可以看出所有的路径-A star algorithm matlab codes for robot path planning, a total of 400 nodes, the results can be seen all paths
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:17337
    • 提供者:张洋洋
  1. astar

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

    • 发布日期:2017-04-29
    • 文件大小:137727
    • 提供者:ywl
  1. Astar-to-solve-TSP

    0下载:
  2. A* 算法的一个应用,货郎担(旅行商)问题。设有n个城市,城市之间均有道路,一个旅行商从某城市出发,经过其余n-1个城市一次且仅一次,最后回到出发的城市,他如何走才能使他所走的路程最短?-Traveling salesman problem and the optimal solution
  3. 所属分类:AI-NN-PR

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

    1下载:
  2. 该文件内包含一个A*(A-star)算法的MATLAB程序,定义了一个函数,需要输入相关参数方能运行-This file contains an A* (A- star) algorithm of MATLAB, defines A function, need to input the related parameters in order to run
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1957
    • 提供者:saq
  1. AStar

    0下载:
  2. 实时A*算法的自动贪食蛇实例,欢迎参考使用-The real-time A* algorithm automatically Tanshichi examples, please refer to the use of
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:113036
    • 提供者:xinpo
  1. Astar-Solution-eight-digital-problem

    0下载:
  2. 经典八数码问题A*算法,用DEV编译运行的,算法很健壮,注释不多但严格按照算法思路编写。-Classic eight digital A* algorithm, using DEV compiler to run, the algorithm is very robust, not many notes but in strict accordance with the algorithm to prepare.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:265070
    • 提供者:黑所
  1. Astar

    0下载:
  2. A星路径规划算法,c++程序,基于控制台的。经典的移动机器人路径规划算法-path planning C++ programe
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3101011
    • 提供者:刘鹏
  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 2 ... 5 6 7 8 9 1011 12 13 »
搜珍网 www.dssz.com