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

搜索资源列表

  1. Algo-Astar

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

    • 发布日期:2017-05-02
    • 文件大小:778219
    • 提供者:aderzin
  1. Astar-KO

    0下载:
  2. 用Matlab实现的一个星路径查找的源码 很完整很详细-Find the source code using Matlab achieve a star path is very complete and very detailed
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:17333
    • 提供者:
  1. AStar

    0下载:
  2. Fast A-Star (2D) Implementation for C# 这是整理出来的,原文http://www.codeproject.com/Articles/118015/Fast-A-Star-2D-Implementation-for-C 不过源码好像不能下载了!-Fast A-Star (2D) Implementation for C# this is sorted out, the original http://www.codeproject.com/Articl
  3. 所属分类:CSharp

    • 发布日期:2017-12-04
    • 文件大小:113154
    • 提供者:Cain
  1. Astar

    0下载:
  2. A* algorithm for solving eight puzzle problem in artificial intelligence
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:17832
    • 提供者:sp
  1. ASTAR-IMPROVE

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

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

    0下载:
  2. A星算法的java实现。网上很多都只介绍了算法的思想和实现原理,java版的源代码则更少。本人开发游戏时自己整理了一个AStar的源码,抛砖引玉。-A-Star for java.
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:4028
    • 提供者:123321
  1. Astar3

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

    • 发布日期:2017-12-03
    • 文件大小:15122
    • 提供者:宿勇
  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 2 ... 7 8 9 10 11 1213 14 15 16 17 18 »
搜珍网 www.dssz.com