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

搜索资源列表

  1. 8数码问题 A星算法求解

    0下载:
  2. 8数码问题的A星解法-8 issue of A Star Solution
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:584438
    • 提供者:张云港
  1. A星寻路算法例程

    2下载:
  2. A星寻路算法,有算法步骤详解,及一个小例子,可将寻路结果打印在控制台
  3. 所属分类:数据结构常用算法

  1. A星算法 C#

    2下载:
  2. A星寻路算法
  3. 所属分类:源码下载

    • 发布日期:2011-04-28
    • 文件大小:61744
    • 提供者:Strive_journey
  1. 8puzzle(C)

    1下载:
  2. A星算法解决八数码难题,用C语言写的期末课程设计-A digital satellite algorithm to solve eight problems, written by C language at the end of the curriculum design
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:50941
    • 提供者:吴超前
  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
    • 文件大小:51707
    • 提供者: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
    • 文件大小:65671
    • 提供者:张三
  1. Astar-KO

    0下载:
  2. A星算法的matlab实现 An implementation of A Star pathfinding in Matlab Read the main.m file. All paramters are editable by main.m. Also, the multirobot platform has not been implemented yet. -An implementation of A Star pathfinding in Matlab Read th
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:16695
    • 提供者:Ma Yingchong
  1. AStar_FindWay11.10

    0下载:
  2. 实现可视化的A星算法演示,测试了不同的评估函数对A星效率的影响。算法可以单独使用-Visualization of the A star algorithm is demonstrated to test different evaluation function A Star efficiency. Algorithm can be used alone
  3. 所属分类:Game Engine

    • 发布日期:2017-05-15
    • 文件大小:4045725
    • 提供者:赵百子
  1. AStar

    0下载:
  2. A星算法实现八数码问题,找出从某一初态变换到终态的路径。-A Star Algorithm 8 digital issues, identify the initial state of transformation from one path to the final state.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:131024
    • 提供者:liuliu
  1. ClassAstar

    0下载:
  2. A*搜寻算法,俗称A星算法。这是一种在图形平面上,有多个节点的路径,求出最低通过成本的算法。常用于游戏中的NPC的移动计算,或线上游戏的BOT的移动计算上。-A* search algorithm, called A Star algorithm. This is a plane in the graphics, there are multiple nodes in the path, find the lowest cost method adopted. Commonly used in
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:84597
    • 提供者:ligang
  1. xuanxing

    1下载:
  2. GPS选星算法,选择几何形状最好的卫星组合-GPS satellite selection algorithm to select the best geometry of the satellite portfolio
  3. 所属分类:GPS develop

    • 发布日期:2016-04-08
    • 文件大小:8887296
    • 提供者:hongsjj
  1. stlastar

    0下载:
  2. A星算法,实现了一种简单,高效的方法。适用于VC-A* Algorithm is intended to be simple to read yet fairly efficient. To build it you can compile, with any recent C++ compiler,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:14832
    • 提供者:qq
  1. AStarDemo-1

    0下载:
  2. 人工智能A星算法网络小游戏地图寻径问题代码-A network of artificial intelligence algorithms Star game code map routing problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:556958
    • 提供者:caoshilian
  1. A-star-search-algorithm

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

    • 发布日期:2017-03-22
    • 文件大小:122569
    • 提供者:jin
  1. AStar

    0下载:
  2. 一种A星算法,可以高效寻找源点到目标点最优路径,用python编写(A star algorithm, you can efficiently find the source to the target point of the best path, written in Python)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:1我1
  1. A星算法

    0下载:
  2. A星算法 应用于路径优化算法 是一种具有启发性策略的算法 本文对a星算法进行介绍与总结 并用java语言实现!(The application of A star algorithm to the path optimization algorithm is an heuristic strategy. This paper introduces and summarizes the a star algorithm and implements it in the Java language.
  3. 所属分类:Java编程

    • 发布日期:2018-04-22
    • 文件大小:28672
    • 提供者:fffry
  1. A星算法求解八数码问题(20180320125952)

    1下载:
  2. A星算法求解八数码问题, 人工智能作業2(A star algorithm to solve eight digital problems, artificial intelligence operation 2)
  3. 所属分类:棋牌游戏

    • 发布日期:2018-04-29
    • 文件大小:118784
    • 提供者:Eddie_DK
  1. AStar

    0下载:
  2. A星算法C语言案例, 可以让人大致明白A星这个算法的套路(A star algorithm C language case)
  3. 所属分类:书籍源码

    • 发布日期:2018-04-30
    • 文件大小:10240
    • 提供者:赵玉兰
  1. AStarPath

    0下载:
  2. A*搜寻算法俗称A星算法。A*算法是比较流行的启发式搜索算法之一,被广泛应用于路径优化领域[。它的独特之处是检查最短路径中每个可能的节点时引入了全局信息,对当前节点距终点的距离做出估计,并作为评价该节点处于最短路线上的可能性的量度。(The A* search algorithm is commonly known as the A-star algorithm. The A* algorithm is one of the more popular heuristic search algor
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:724992
    • 提供者:xiaoqiangzi
  1. AStar

    2下载:
  2. A星算法的实现与仿真,运行平台python3.6,可以自行更改设计学习(Implementation and Simulation of A-star algorithm)
  3. 所属分类:Python编程

    • 发布日期:2020-05-24
    • 文件大小:2048
    • 提供者:capf
« 1 23 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com