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

搜索资源列表

  1. a-star-algorithm-implementation

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

    • 发布日期:2008-10-13
    • 文件大小:18.02kb
    • 提供者:WestWeald
  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. 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. Astar

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

    • 发布日期:2017-04-08
    • 文件大小:6.55kb
    • 提供者:梁栋
  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

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

    • 发布日期:2017-04-13
    • 文件大小:2.36kb
    • 提供者: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
    • 文件大小:82.61kb
    • 提供者:ligang
  1. A star

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

    • 发布日期:2017-04-17
    • 文件大小:251.07kb
    • 提供者:杨敏
  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
    • 文件大小:1.09kb
    • 提供者:钟洪盛
  1. IDAstar

    0下载:
  2. 这是一个迭代加深, 哈希, A星. 16宫图.的代码.-Iterative deepening search, hash, A star. sisteen crawling picture.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.23kb
    • 提供者:linlin
  1. A

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

    • 发布日期:2017-04-05
    • 文件大小:506.32kb
    • 提供者:周晓峰
  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-17
    • 文件大小:4.13mb
    • 提供者: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
    • 文件大小:3.19kb
    • 提供者:朱超超
  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
    • 文件大小:4.62mb
    • 提供者:王健
  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-14
    • 文件大小:3.21kb
    • 提供者:乖乖虎
  1. dijkstra

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

    • 发布日期:2017-03-26
    • 文件大小:91.84kb
    • 提供者:blue_fox
  1. Shortest_Path_Algorithm

    0下载:
  2. A Star 最短路径算法(C SHARP)-A Star shortest path algorithm (C SHARP)
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:226.19kb
    • 提供者:郭鹏
  1. A-Star-Algoritm

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

    • 发布日期:2017-04-04
    • 文件大小:11.83kb
    • 提供者:lijian
  1. A-star

    0下载:
  2. 对于空地左键单击后会产生障碍,对障碍左键单击会消除障碍,对于起点,两次左键盘单击会消除起点,如果不存在起点,单击右键会产生起点,如果存在起点不存在终点,单击右键会产生终点,如果既存在起点又存在终点,单击右键会消除终点,点击开始寻路回画出路径-For space left click on to generate barrier of the obstacles left click on will eliminate obstacles, for starting point, two left
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:58.5kb
    • 提供者:周艳清
  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
    • 文件大小:107.58kb
    • 提供者:wangbeng
« 12 »
搜珍网 www.dssz.com