CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - A-Star算法

搜索资源列表

  1. a-star-algorithm-implementation

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

    • 发布日期:2008-10-13
    • 文件大小:18457
    • 提供者:WestWeald
  1. AStar1

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

    • 发布日期:2017-04-01
    • 文件大小:14847
    • 提供者:Ailaxya
  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. Astar

    0下载:
  2. A*算法实现的一个8数码问题,使用的算法是A*算法,比较简单。-A* A STAR
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:6703
    • 提供者:梁栋
  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
    • 文件大小:18017
    • 提供者:lichunyu
  1. A

    1下载:
  2. 本文件为C语言编写,A星寻路算法,自动寻找最优路径-This document is written in C, A Star pathfinding algorithm, automatically find the optimal path. .
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:2417
    • 提供者:wxk
  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. A star

    0下载:
  2. 这是A*算法,一种评估函数算法,广度优先搜索其实是A*算法的特例,它的评估函数只有深度-Search
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:257091
    • 提供者:杨敏
  1. main

    0下载:
  2. 完成了简单的A*(A star)算法 可以用于求解第K短路径-Completion of a simple A* (A star) algorithm can be used to solve the first K shortest paths
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1118
    • 提供者:钟洪盛
  1. 2-SAT

    0下载:
  2. 本文详细介绍了2-STAR算法,此算法在图论里面具有较高的地位,本文详细推到了染色算法的时间复杂度O(e).具有较高的学术价值。-This paper describes a 2-STAR algorithm, the algorithm in graph theory, which has a higher status, the paper pushed to the coloring algorithm of time complexity O (e). Has high academic
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:162750
    • 提供者:liuhuiyi
  1. A

    0下载:
  2. 实现a星寻路,可以根据a星寻路算法,寻找电子地图中的路径-Find its way to achieve a star
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:518471
    • 提供者:周晓峰
  1. AStar

    0下载:
  2.   A*(A-Star)算法是一种静态路网中求解最短路最有 A star算法在静态路网中的应用 效的方法-A* (A-Star) is a static network algorithm for solving the shortest path algorithm in most A star network of the static effective way
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4331669
    • 提供者:cindy
  1. delphi_A-Star_PAS

    1下载:
  2. 一个DELPHI的A星算法源码PAS..可用于游戏等自动寻最短路径-DELPHI s a source PAS .. A star algorithm can be used to automatically find the shortest path games
  3. 所属分类:Data structs

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

    0下载:
  2. A*(A-Star)算法是一种静态路网中求解最短路最有效的方法。公式表示为: f(n)=g(n)+h(n),其中f(n) 是从初始点经由节点n到目标点的估价函数,g(n) 是在状态空间中从初始节点到n节点的实际代价,h(n)是从n到目标节点最佳路径的估计代价。 -A* (A-Star) is a static network algorithm for solving the shortest most effective way. Formula is expressed as: f (n)
  3. 所属分类:Data structs

    • 发布日期:2017-05-18
    • 文件大小:4839618
    • 提供者:王健
  1. Knapsack

    0下载:
  2. 基于0-1背包问题的A星算法,在VC++6.0上运行通过。-A Star algorithm based on 0-1 Knapsack problem ,it can run in VC++ 6.0 platform.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3291
    • 提供者:乖乖虎
  1. dijkstra

    0下载:
  2. Java语言编写的迪杰斯特拉算法,通过演示以及代码的分析可以帮助大家掌握此算法。-Java language Dijkstra algorithm, demos, and code analysis can help us grasp the algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:94043
    • 提供者:blue_fox
  1. a_star

    0下载:
  2. a_star算法,A*(A-Star)算法是一种静态路网中求解最短路最有效算法。本工程实现了简单了a_star算法,并在vc6.0下直接编译通过。-a_star algorithm, A* (A-Star) algorithm is a static network in the most efficient algorithm for solving the shortest path. The project achieved a simple a_star algorithm, and i
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:422982
    • 提供者:肖春华
  1. A-Star-Algoritm

    0下载:
  2. A*算法演示程序,介绍A*算法及其演示的程序-A Star Algorithm Program
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:12109
    • 提供者:lijian
  1. AStar_knight

    0下载:
  2. A star算法求解的国际象棋骑士,也就是马从一个位置走到另一个位置的最小步数。-A star algorithm chess knight, it is a horse from one location to another location of the minimum number of steps.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:913229
    • 提供者:kexitan
  1. A-Star-Develope

    0下载:
  2. 一篇翻译过来的A星算法的详细探讨材料,讲得很透彻,很通俗易懂,附Delphi的实现-A translation from A Star algorithm discussed in detail material, very thorough, very easy to understand, attached to the realization of Delphi
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:110161
    • 提供者:wangbeng
« 12 »
搜珍网 www.dssz.com