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

搜索资源列表

  1. A star算法的实现

    0下载:
  2. 昨天刚刚看到的A star算法类的实现,不知道对大家有没有用,参考一下吧-Yesterday, I saw a star of the algorithm to achieve category, we do not know of any use it for reference
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.02kb
    • 提供者:吕冰
  1. a-star-algorithm-implementation

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

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

    0下载:
  2. A-star 算法 已经封装成类。可以直接使用
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-20
    • 文件大小:65.43kb
    • 提供者:Reap
  1. A star算法类的C++语言实现

    0下载:
  2. A star算法类的C++语言实现-algorithm category C Language
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.06kb
    • 提供者:杨武夷
  1. A star算法类的实现(接口设计)

    1下载:
  2. A star 算法类的实现(算法接口,针对迷宫问题设计)-algorithm to achieve the category (algorithm interface design issues against maze)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.86kb
    • 提供者:刘世炎
  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. a

    0下载:
  2. 用C++编写的A STAR算法,是以前人工智能的作业,是可以运行的。-Using C++ to prepare the A STAR algorithms, artificial intelligence before the operation is running.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:2.36kb
    • 提供者:朱静
  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
    • 文件大小:16.3kb
    • 提供者:Ma Yingchong
  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. 8puzzle_Astar

    0下载:
  2. An A-star algorithm for solving 8-puzzle problem
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.06kb
    • 提供者:iman
  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

    0下载:
  2. 人工智能A*算法的VC程序,已通过验证,请放心下载-AI A* algorithm for the VC program, has been verified, please be assured Download
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1.65kb
    • 提供者:xingan
  1. A-star

    0下载:
  2. 八数码问题---用A*算法来解决八数码问题-Digital problems--- with eight A* algorithm to solve the Eight Puzzle Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:14.71kb
    • 提供者:
  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

    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 »
搜珍网 www.dssz.com