搜索资源列表

  1. eight-code-A-star

    0下载:
  2. 八数码实现的a星算法,用c++编写,代价函数课重载-Eight digital algorithm to achieve a star c++ written lesson overloaded cost function
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:1200128
    • 提供者:青笑笑
  1. A-Star-Develope

    1下载:
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:110592
    • 提供者:wangbeng
  1. A--Star

    0下载:
  2. A星寻路的全部代码 相信大家都了解 网上其他地方都难找到了 绝对有用的 在下太嫩做的不好 希望大家支持-A star pathfinding code I believe we all understand that elsewhere on the Internet is immune to find absolutely useful next too tender badly do hope that you will supp
  3. 所属分类:其他游戏

    • 发布日期:2024-05-17
    • 文件大小:15360
    • 提供者:宾格
  1. A-star-search

    0下载:
  2. 画一个迷宫,设置初始点和随机终点,找到最佳路径,实现A star search-implement A star search
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-17
    • 文件大小:10240
    • 提供者:sam
  1. A-star-eight-the-number-of-problems

    0下载:
  2. 用A星算法实现--八数码问题 C++源代码 使用错误位置法-A star algorithm Law- eight digital C++ source code using the wrong position
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:丛琳
  1. a-star-and--program

    0下载:
  2. 采用C语言编写,带源程序demo,本程序算法侧重使用a star实际解决在静态路网中以最快的速度,最小的代价搜寻地图或迷宫的最佳路径(可能不唯一),重点在于游戏中的NPC自动寻路-Using C language with source code demo, the program algorithm focuses a star practical solutions in the static road network to the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:15360
    • 提供者:万松林
  1. A-STAR

    0下载:
  2. A星寻路算法分析小程序,把游戏中的某个角色放在一个网格环境中,并给定一个目标点和一些障碍物,如何让角色快速“绕过障碍物”找出通往目标点的路径。-A Star pathfinding algorithm analysis procedures, a role in the game on a grid environment, and given a target point and a number of obstacles, how
  3. 所属分类:FlashMX源码

    • 发布日期:2024-05-17
    • 文件大小:10240
    • 提供者:廖灵辉
  1. A-Star-solve-8NUM

    0下载:
  2. 人工智能-八数码问题A-STAR算法的实现及性能分析。包括C++源代码,有代码注释,理解轻松。-Artificial Intelligence- eight digital issues A-STAR algorithm and performance analysis. Including C++ source code, code notes, easy to understand.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:2433024
    • 提供者:Bernie
  1. A-star

    0下载:
  2. 这是一个简易的A星寻路算法,大家可以看看,适合于初学者,还是挺有帮助的-A star
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-17
    • 文件大小:5065728
    • 提供者:杜帆
  1. A-star

    0下载:
  2. python A-star算法求解8-puzzle-python A-star algorithm 8-puzzle
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:夏益志
  1. A-star-4-connected

    0下载:
  2. A star 算法的matlab代码,用于机器人的路径规划与避障,以四节点往外扩展-A star algorithm matlab codes for path planning and obstacle avoidance robot out to a four-node expansion
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:张洋洋
  1. A-star-src

    0下载:
  2. Very basic implementation of A-star (A*) algorithm. Made for school project.
  3. 所属分类:其他游戏

    • 发布日期:2024-05-17
    • 文件大小:14336
    • 提供者:SWBG
  1. A-Star-

    0下载:
  2. MATLAB CODE for A Star Path planning Algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:jaganath
  1. a-star-pathfinder-v.-1.92

    0下载:
  2. a star pathfinder v. 1.92,高效的A*寻路,一个外国牛人写的,可以编译直接运行-A star Pathfinder v., 1.92, A* pathfinding, a foreign expert to write, can be compiled to run directly
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:17794048
    • 提供者:谢春洋
  1. A-star

    0下载:
  2. A-star算法求最短路径。 公式表示为: f(n) g(n)+h(n), 其中 f(n) 是从初始状态经由状态n到目标状态的代价估计, g(n) 是在状态空间中从初始状态到状态n的实际代价, h(n) 是从状态n到目标状态的最佳路径的估计代价。-A-star algorithm for the shortest path. Formula is expressed as: f (n) g (n)+h (
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-17
    • 文件大小:9216
    • 提供者:Bao
  1. Graphics-A-STAR-algorithm-master

    0下载:
  2. A星寻路算法,实现图形中路径的搜索和规划最短路径的功能。-A star pathfinding algorithm, search functions and planning the shortest path in the graph path.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-17
    • 文件大小:5628928
    • 提供者:wang
  1. Stack_Code

    0下载:
  2. 这是一款基于A-star算法的迷宫设计,用于学习与熟悉A-star算法,希望对大家有所帮助(This is a maze design based on A-star algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:渺辰
  1. A-Star Simple Example

    0下载:
  2. Path Planning using A star method(Using LabVIEW to deal with the path planning problem)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:37888
    • 提供者:yue93
  1. 14EC35033_assignment1

    0下载:
  2. a-star algo for 8-puzzle program using 3 different heuristics
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:248832
    • 提供者:sandeep2103
  1. A_Star_v2.0

    0下载:
  2. A-star pathfinding algorythm using opengh and c++
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:2813952
    • 提供者:Scorio3D
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org