搜索资源列表

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

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

    • 发布日期:2024-05-04
    • 文件大小:583680
    • 提供者:张云港
  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-04
    • 文件大小: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-04
    • 文件大小:91136
    • 提供者:罗鹏魁
  1. 8_nums

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

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

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

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

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

    • 发布日期:2024-05-04
    • 文件大小: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-04
    • 文件大小: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-04
    • 文件大小:12288
    • 提供者:郭毅
  1. wei

    0下载:
  2. 导航算法中的A星算法的VC++简单实现(米字格来代表路点和路径)-Navigation algorithm A Star Algorithm VC simple to achieve (m grid to represent the way the word and path)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-04
    • 文件大小:35840
    • 提供者:郑晔
  1. mobi_Astar

    0下载:
  2. 经典的A点自动寻址算法A星算法演示,对游戏中的自动寻址,有一定的启发作用。-A classic point automatic addressing algorithm A Star algorithm demo for the game automatic addressing, to a certain extent inspired by the role.
  3. 所属分类:J2ME

    • 发布日期:2024-05-04
    • 文件大小:3072
    • 提供者:jimy
  1. AStar

    0下载:
  2. 模式识别中的寻路算法:A星算法的实现及简单应用-Pattern Recognition routing algorithm: A Star algorithm and a simple application
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:5626880
    • 提供者:丁丁
  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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:22528
    • 提供者:huhailong
  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-04
    • 文件大小:7452672
    • 提供者:110
  1. AStart

    0下载:
  2. AStart寻路,老外的文档,本人收集整理。个人认为是目前最好的一份学习A星算法的资料。-Astart Wayfinding, foreign documents, I organize the collection. Personally think that the best are a study A Star algorithm information.
  3. 所属分类:文档资料

    • 发布日期:2024-05-04
    • 文件大小:214016
    • 提供者:zz
  1. dstar

    3下载:
  2. D星算法,是A星算法的动态版本,都是基本的路径规划算法-D Star algorithm, stars are A dynamic version of the algorithm is the basic path planning algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:32768
    • 提供者:yanguang
  1. AStar

    0下载:
  2. vc2003实现的A星算法实例,可以编译执行。-A Star vc2003 algorithm realized example of the implementation can be compiled.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:37888
    • 提供者:刘瑜
  1. A星算法

    0下载:
  2. 算法可绕过障碍点,实现起始点与目标点的最近距离(The algorithm can bypass the obstacle point and realize the closest distance between the starting point and the target point.)
  3. 所属分类:人工智能/神经网络/遗传算法

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

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

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

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

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

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

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

源码中国 www.ymcn.org