搜索资源列表

  1. 8数码问题 A星算法求解

    0下载:
  2. 8数码问题的A星解法-8 issue of A Star Solution
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:584438
    • 提供者:张云港
  1. A星寻路算法例程

    0下载:
  2. A星寻路算法,有算法步骤详解,及一个小例子,可将寻路结果打印在控制台
  3. 所属分类:数据结构常用算法

  1. A星算法 C#

    1下载:
  2. A星寻路算法
  3. 所属分类:源码下载

    • 发布日期:2011-04-28
    • 文件大小:61744
    • 提供者:Strive_journey
  1. 8数码问题 A星算法求解

    0下载:
  2. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:583680
    • 提供者:张云港
  1. A算法源代码

    2下载:
  2. A*算法是,最经典的寻路算法,广泛用于游戏人工智能领域。-A* algorithm is the most classic Routing algorithm, widely used in the field of artificial intelligence game.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-08
    • 文件大小:1781760
    • 提供者:沈铭硕
  1. a星算发

    0下载:
  2. 人工智能的经典八皇后问题,这个算法是a*算法.利用这个算法可以解决八数码,八皇后问题等 -artificial intelligence Queen's classic 8, the algorithm is a* algorithm. Use of this algorithm can solve eight digital, 8 Queen's problems
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-08
    • 文件大小:39936
    • 提供者:春风秋雨
  1. A星算法

    0下载:
  2. 八数码问题的A*算法.本实验的A*算法的h(n)=p(n),p(n)定义为每个将牌与其目标位置之间的距离(不考虑夹在其间的将牌)的总和,显然有p(n)=<h*(n),g(n)仍就为节点深度.-the A* algorithm. The experiment of the A* algorithm h (n) = p (n), p (n) is defined for each license its goal the distan
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:杨秀云霁
  1. 八数码问题(A星算法)

    0下载:
  2. 用A*算法求解八数码问题。A*算法又叫做最佳图搜索算法,是满足启发函数不大于实际耗散值的A算法,可以用理论证明如果最佳解图存在的话,一定可以用A*算法找出来。-with A* algorithm eight digital problem. A* algorithm also called the plan the best search algorithm, it is instructive function to meet not
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-08
    • 文件大小:91136
    • 提供者:罗鹏魁
  1. 8_nums

    0下载:
  2. 一个九宫问题的源码,a星算法,深度优先广度优先算法都有-a JiuGongTu the source, a Star algorithm, depth-first algorithm has breadth priority
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-08
    • 文件大小:776192
    • 提供者:小熊·
  1. ClassAstar

    0下载:
  2. A星算法寻找路径的程序,是用C++的,仅供大家参考-path algorithm for the procedure is the use of C, is for your reference
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-08
    • 文件大小:30720
    • 提供者:yangyu
  1. 8number

    0下载:
  2. A星算法解8数码问题,界面漂亮,功能齐全,解释清楚-eight digital solution algorithm, beautiful interface, complete functions, a clear explanation
  3. 所属分类:Windows编程

    • 发布日期:2024-05-08
    • 文件大小:1470464
    • 提供者:兰兰
  1. astar

    0下载:
  2. A星算法 A星算法\MSSCCPRJ.SCC A星算法\Form1.frm A星算法\工程1.vbp A星算法\Module1.bas A星算法\工程1.vbw A星算法\工程1.exe # # Files # 7 -A Star Algorithm A Algorithm MSSCCPRJ.SCCA Star Star Star Form1.frmA algorithm algorithm al
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-08
    • 文件大小:10240
    • 提供者:liuchao
  1. Astar_8

    0下载:
  2. 通过A星算法解决8数码问题,可以输入初始值,给出解路径-Through the A Star algorithm to solve 8 digital issues, can enter the initial value, given the path solution
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-08
    • 文件大小:12288
    • 提供者:郭毅
  1. a

    0下载:
  2. A星算法在游戏中人物的移动中,寻找路径起到了很大的作用,使游戏人物按最近的路线到达目的地-A star algorithm in the mobile game figures to find the path has played a significant role in bringing the game characters in accordance with the recent arrival routes
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-08
    • 文件大小:7452672
    • 提供者:110
  1. A.RAR

    0下载:
  2. A星智能走路,能智通过绕过地上的物体,游戏必备!值得学习!-A star can walk, intelligent wisdom through the object, the game around the earth must! Worth learning!
  3. 所属分类:外挂编程

    • 发布日期:2024-05-08
    • 文件大小:6144
    • 提供者:张人达
  1. A星

    0下载:
  2. 完整的A星寻路实现效果展示,带有路径展示(Complete A star pathfinding to achieve the effect of display, with path display)
  3. 所属分类:游戏

    • 发布日期:2024-05-08
    • 文件大小:4096
    • 提供者:乌拉
  1. A

    0下载:
  2. 流放之路a星寻路 用于流放之路辅助的寻路(astar for Path of Exile)
  3. 所属分类:外挂编程

    • 发布日期:2024-05-08
    • 文件大小:893952
    • 提供者:fullpolo
  1. A星算法自寻路

    0下载:
  2. A星算法自寻路的C及C++实现,并在窗口中实现路径的起点、终点、障碍,最后显示路径。(C and C++ implementation of self routing of A star algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-08
    • 文件大小:63488
    • 提供者:4045
  1. A星算法

    0下载:
  2. A*优化算法,本算法能有效的选择最优路线。(A* optimization algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:任信心
  1. A星寻路

    0下载:
  2. 通过指定的栅格地图,运用A星算法得出最短路径(Through the specified grid map, the shortest path is obtained by a star algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:韩星星123
« 12 3 4 5 6 7 8 9 10 ... 40 »

源码中国 www.ymcn.org