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

搜索资源列表

  1. a-star-algorithm-implementation

    0下载:
  2. 基于stl的a star寻路算法的高效实现
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18.02kb
    • 提供者:WestWeald
  1. A star Algorithm of AI

    0下载:
  2. A star Algorithm of AI
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:3.29kb
    • 提供者:liyiyang
  1. A星算法在游戏中人物的移动中

    1下载:
  2. A星算法在游戏中人物的移动中,寻找路径起到了很大的作用,使游戏人物按最近的路线到达目的地,A star algorithm in the mobile game figures to find the path has played a significant role in bringing the game characters in accordance with the recent arrival routes
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-05-23
    • 文件大小:7.11mb
    • 提供者:110
  1. AStar1

    0下载:
  2. A-Star算法完整版,c++源码实现 -A-Star algorithm is the full version, c++ source implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:14.5kb
    • 提供者:Ailaxya
  1. TSP

    0下载:
  2. 用A星算法解决TSP问题,其中的择优函数选的是最小生成树-A star with the algorithm to solve TSP problems, the merit function is the minimum spanning tree selected
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:23.58kb
    • 提供者:111
  1. AStarDll A星路径搜索(采用二叉堆)

    3下载:
  2. 算法简述:A星路径搜索(采用二叉堆),最短路径寻路算法-Algorithm Descr iption: A star path search (using the binary heap), the shortest path Algorithm for Route
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-10-18
    • 文件大小:50.5kb
    • 提供者:zhongkeli
  1. A-star A星寻路演示程序

    2下载:
  2. A星寻路演示程序,A*寻路算法在AStar.h中,使用的节点为Map.h中的Node Map类中NodeMap为节点图,寻路时只传节点地址-A Star pathfinding demo, A* pathfinding algorithm in AStar.h, the use of the nodes in the Node Map Map.h NodeMap class for the node graph, find its way only passing node address
  3. 所属分类:外挂编程

    • 发布日期:2012-10-18
    • 文件大小:64.13kb
    • 提供者:张三
  1. AStar

    0下载:
  2. 模式识别中的寻路算法:A星算法的实现及简单应用-Pattern Recognition routing algorithm: A Star algorithm and a simple application
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:61.65kb
    • 提供者:丁丁
  1. AStarDemo

    0下载:
  2. A星算法实现~ 人工智能中如何寻早最短路径,在游戏中有重要应用-A Star ~ artificial intelligence algorithm how to find the shortest path early in the game there are important applications
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:22.69kb
    • 提供者:huhailong
  1. Astar_TSP

    0下载:
  2. 用A星算法解决旅行商(货郎担)问题,附设计报告和测试用例-A Star algorithm used to solve TSP (traveling salesman) problems, with the design of reports and test cases
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:58.77kb
    • 提供者:杨猛
  1. Astarfindpath

    0下载:
  2. 用A star算法来解决寻路问题,程序简单易实现。给定几种不同的地图进行验证,得到较优的路径-A star algorithm used to solve the routing problem, the procedure is simple and easy to achieve. Given several different maps to verify the path to be better
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:65.59kb
    • 提供者:huangdingcai
  1. AStarUpan

    0下载:
  2. 用A星算法求解八数码问题,使用的是JAVA语言编程,开发环境是Netbeans-With A Star Algorithm 8 digital issues, using the JAVA programming language, development environment is Netbeans
  3. 所属分类:Java Develop

    • 发布日期:2017-05-11
    • 文件大小:2.91mb
    • 提供者:袁晓
  1. 8_puzzle

    0下载:
  2. 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:653.94kb
    • 提供者:Siegfried
  1. AStar

    0下载:
  2. A * (star) Algorithm-A* (star) Algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:1.18kb
    • 提供者:carlos
  1. a-star-algorithm-implementation

    0下载:
  2. A* 算法可复用的实现(用了模板), 并配有几个简单例子-the implementation of A star algorithm with C++ template. some simple but classic problems solved with it is here too.
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:17.59kb
    • 提供者:lichunyu
  1. A-star-search-algorithm

    0下载:
  2. 这是一个关于a星算法的文档,而且还是英文的,灰常考你英语水平-a star
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:119.7kb
    • 提供者:jin
  1. A-star-base-programs

    1下载:
  2. A star algorithm to find the shortest path between two nodes
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:4.76kb
    • 提供者:shriram
  1. A-Star-algorithm-forTSP.

    0下载:
  2. 人工智能经典算法(一):A-Star算法求解旅行商问题。-Classic artificial intelligence algorithm (a): A-Star algorithm for solving the traveling salesman problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:942.69kb
    • 提供者:carmen
  1. A star

    2下载:
  2. 使用A star算法进行路径规划。。matlab代码。。。。。。(Path planning using the A star algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:176kb
    • 提供者:shaoyy
  1. a-star-algorithm-master

    1下载:
  2. a-star静态路径最优搜素算法。a-star静态路径最优搜素算法。(A-star static path optimal search algorithm.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2021-02-04
    • 文件大小:2kb
    • 提供者:sgw8
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com