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

搜索资源列表

  1. AStar

    0下载:
  2. A-Star算法求解旅行商问题,里面所有运行文件齐全,还有WORD讲解-AStar algorithm for solving the traveling salesman problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1276039
    • 提供者:杨凯
  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. ASTAR-IMPROVE

    1下载:
  2. A*算法改进,对图进行搜索,获得最短路径,含源代码和实验报告-A* algorithm improvements for searching the graph shortest path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-09
    • 文件大小:27743
    • 提供者:唐诗
  1. Astar2

    0下载:
  2. 最经典的ASTAR算法 很实用的 学机器人的可以进-The most classic ASTAR algorithm very practical learning robot can enter
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:40542
    • 提供者:宿勇
  1. aStar

    0下载:
  2. a*算法八数码 用c++编写a*算法,完成八数码问题-a* algorithm eight digital with c++ to write a* algorithm, completed eight digital
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:1077376
    • 提供者:杨梦伦
  1. AStar

    0下载:
  2. A星算法的C语言实现。生成随机地图,用A星算法搜索最短路径-A star algorithm in C language. Generates a random map A star algorithm to search for the shortest path
  3. 所属分类:Console

    • 发布日期:2017-11-07
    • 文件大小:2168
    • 提供者:amlo
  1. Astar

    0下载:
  2. 机器人智能小车避障算法,A*算法研究,VC++环境主程序-The robot smart car obstacle avoidance algorithm, A* algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-02
    • 文件大小:2800
    • 提供者:肖寒
  1. Improved-AStar-on-3D-Terrain

    2下载:
  2. 应用matlab仿真改进A*算法在三维地形上的寻径过程-Application matlab simulation on improved A* algorithm in three-dimensional terrain routing process
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:39936
    • 提供者:吴天羿
  1. Astar

    0下载:
  2. 这是算法 我自己写的 不好之处 请多多指正 哈哈哈 -this is a good
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:171260
    • 提供者:高门
  1. astar

    0下载:
  2. A*算法 1、将开始节点放入开放列表(开始节点的F和G值都视为0) 2、重复以下步骤: 在开放列表中查找具有最小F值的节点,并把查找到的节点作为当前节点 把当前节点从开放列表删除, 加入到封闭列表. -A* algorithm 1, will begin to node placed in the and opening up list of (the began to node of the F and G values ​ ​ are regarde
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:1409
    • 提供者:yan
  1. knight(use-ASTAR)

    0下载:
  2. A*算法解决knight难题,利用A*算法人工智能地寻找最佳路径-A* algorithm to solve the knight problem using the A* algorithm to find the best path to artificial intelligence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-23
    • 文件大小:980547
    • 提供者:陈志浩
  1. Astar

    0下载:
  2. A星算法的寻路源码,主要通过A星算法寻找路径到达目标,其中设置了障碍,选择目标,可以准确到达,运行成功-A Star pathfinding algorithm source code, mainly through the A star algorithm to find the path to reach the goal, which set up obstacles, select a target, can accurately reach the successful run
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:96977
    • 提供者:徐东
  1. AStar

    0下载:
  2. 当时用在我们即时战略游戏上的A*寻路算法demo,用图和开闭表实现。在代码中修改地图和起始、结束坐标即可输出路径。但有些时候会出现无法寻路的情况,此时将起始和结束坐标颠倒可以解决-When used in real-time strategy game A* pathfinding algorithm demo, map and opening and closing table to achieve. Modify the map in the code and start time and
  3. 所属分类:Game Program

    • 发布日期:2017-11-17
    • 文件大小:443456
    • 提供者:子木
  1. AStar

    0下载:
  2. 使用C++实现了A星算法,使用二叉堆优化。仅供新手学习。-C++ A star algorithm using a binary heap optimization. For novice learning.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:604453
    • 提供者:zijian
  1. Astar

    0下载:
  2. 利用A星算法解决迷宫问题,用到了耗散函数,即启发式的h-A star algorithm to solve the maze, use the dissipation function, that is, heuristic h
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:1391
    • 提供者:张强
  1. AStar

    0下载:
  2. 游戏编程中A星算法的简单实现。具体思想请自行搜索-failed to translate
  3. 所属分类:Other Games

    • 发布日期:2017-11-27
    • 文件大小:3432
    • 提供者:JHLee
  1. AStar

    0下载:
  2. A* A星算法, 经典的启发式寻求最短路径的算法,启发函数采用最简单的曼哈顿法,从OPEN表中选出最小的f值的点采用堆排序,里面注释很多,谢谢,共同学习!-A* A Star algorithm, classical heuristic seeks the shortest path algorithm, heuristic function takes the simplest Manhattan method selected from the OPEN statement smallest
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:8070
    • 提供者:彭陶
« 1 2 3 4 5 6 7 89 10 11 12 13 »
搜珍网 www.dssz.com