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

搜索资源列表

  1. AStar

    0下载:
  2. A* A星算法, 经典的启发式寻求最短路径的算法,启发函数采用最简单的曼哈顿法,从OPEN表中选出最小的f值的点采用堆排序,里面注释很多,谢谢,共同学习!-A* A Star algorithm, classical heuristic seeks the shortest path algorithm, heuristic function takes the simplest Manhattan method selected from the OPEN statement smallest
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:8070
    • 提供者:彭陶
  1. EightNumbers

    0下载:
  2. 本源码为八数码问题的JAVA版本,采用了A星算法和RBFS算法,估价函数为几何距离。-The source for the eight digital JAVA version, using the A Star algorithm and RBFS algorithm, the valuation function is the geometric distance.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-15
    • 文件大小:2794
    • 提供者:Stella
  1. Astar_my

    0下载:
  2. A星算法,简单c++实现。仅供程序爱好者参考,若有同样爱好,欢迎交流,共同进步。-A star algorithm is simple c++ implementation. Program for lovers of reference, if the same hobby, welcomed the exchange and common progress.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:869659
    • 提供者:john
  1. AStar

    0下载:
  2. A星算法测试代码,可以对了解路径搜素算法有所启发-A star algorithm test code, you can understand the path search algorithm prime inspiration
  3. 所属分类:Console

    • 发布日期:2017-05-04
    • 文件大小:1099664
    • 提供者:fan
  1. donghua_astar

    0下载:
  2. 含动画的A星算法,游戏必备, -A star algorithm with animation, games must, with A Star algorithm animation, games must,
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:97988
    • 提供者:zz
  1. delphiAStar-and-getmap

    0下载:
  2. A星算法的路径计算跟读取地图文件转化地图数组-delphiAStar and getmap
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-29
    • 文件大小:173099
    • 提供者:hkl
  1. Axingxunlu

    2下载:
  2. 易语言写的A*寻路源码按键辅助必备,A星算法写的找路源码,网上比较少的-Written in easy language source A* pathfinding necessary auxiliary buttons, A star algorithm to find a way to write code, online less
  3. 所属分类:ELanguage

    • 发布日期:2017-04-24
    • 文件大小:14859
    • 提供者:Toby
  1. A_str

    0下载:
  2. A星算法 简单的封装成类 可以自行加工使用 也可以参考下 运行可以修改 数组里面的数值 0 为通道 1 为障碍-A star algorithm simple package into a class can use their own processing can also refer to an array can be modified to run inside the value 0 for channel 1 as obstacles
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1793035
    • 提供者:崔行
  1. 最小生成树源码

    0下载:
  2. 最小生成树源码 java版本 可嵌入A星算法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-10-13
    • 文件大小:4014
    • 提供者:kasinox
  1. puzzle_Dialaog

    0下载:
  2. 采用A星算法,解决八数码问题。用的软件是Visual C++ 6.0,有图形界面。-A Star code for 8 Puzzle Problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2690084
    • 提供者:niping
  1. astar

    0下载:
  2. 使用astar算法(A星算法)进行路径规划,可实时进行障碍物添加,进行路径修改。-Use astar algorithm (A star algorithm) for path planning, real-time obstacle can add, modify the path.
  3. 所属分类:LabView

    • 发布日期:2017-04-07
    • 文件大小:91998
    • 提供者:林然
  1. Automatically-pathfinding-algorithm-

    0下载:
  2. 游戏自动寻路算法(A星算法)以及Delphi例子。 A星在游戏设计中有它很典型的用法,是人工智能在游戏中的代表。-The game automatically pathfinding algorithm (A star algorithm) and Delphi examples. A star in the game design has its very typical usage, the game is the AI​ ​ s representative.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:679255
    • 提供者:Phi
  1. A_Star

    0下载:
  2. A星算法解决八数码问题,代码共有两种,基础版用于接收外部输入,解决输入状态到输出状态的变化,训练版为在已写好的数据集(362880个数据)下测试运行效果,代码用C语言书写,较为简洁-A star algorithm to solve the problem of the digital code there are two basic version for receiving an external input, output changes state to resolve the inpu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5923088
    • 提供者:
  1. IDA_star

    0下载:
  2. 使用IDA星算法解决八数码问题,效果比A星算法更好,运行速度更快,代码更为简洁,代码用C++语言编写,共包含基础版和测试版两个文件夹,测试版为在所写数据集上测试效果(362880个数据),基础版为人为输入源状态与目标状态,进行转化-IDA Star algorithm using eight digital problem solving, better than the A Star algorithm, run faster, more concise code, the code used
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3944318
    • 提供者:
  1. astar

    0下载:
  2. 魔域A星算法源码 游戏成熟算法 非常高效的算法 基本不用CPU-A star algorithm source code game Dungeons mature algorithm is very efficient algorithms basic need CPU
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:288640
    • 提供者:阿斯顿
  1. A_Star-path-planning

    3下载:
  2. A星算法实现路径规划动画演示 带gui界面-A star path planning with GUI
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:19318
    • 提供者:Chris Wang
  1. Axing-suanfa

    0下载:
  2. A星算法寻路画图.可以下载来-A Star pathfinding algorithm drawing can be downloaded to see ....
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-05-09
    • 文件大小:1580200
    • 提供者:周敏建
  1. Axinsuanfa

    1下载:
  2. 用c语言编写,通过a星算法解决八数码和十五数码问题-To solve eight digital and fifteen digital problem through the a star algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2067
    • 提供者:雪欣共享号
  1. AStar

    0下载:
  2. 三维A星算法,在原来二维的基础上加以改进,实现三维功能!-3D A star
  3. 所属分类:JavaScript

    • 发布日期:2017-03-30
    • 文件大小:13084
    • 提供者:张奇
  1. unicode_astar

    0下载:
  2. 用智能搜索算法A星算法解决8位码问题,。- A star with a smart search algorithm algorithm to solve the problem 8 yards
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2454
    • 提供者:zh
« 1 2 3 4 5 6 7 89 10 11 12 13 »
搜珍网 www.dssz.com