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

搜索资源列表

  1. 八数码多算法实现

    1下载:
  2. 这个程序是从广度优先搜索,深度优先搜索,A算法以及A*算法等多方面算法来解决八数码问题-this procedure is breadth - first search, depth-first search, A and A * algorithm algorithm various algorithms to solve the problem eight digital
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:75625
    • 提供者:藤力
  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 more than the actual value
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11508
    • 提供者:罗鹏魁
  1. 人工智能八数码问题

    0下载:
  2. 人工智能八数码问题,包括盲目搜索,不在位和距离两种A*算法。
  3. 所属分类:C#编程

    • 发布日期:2014-01-17
    • 文件大小:70247
    • 提供者:焦超
  1. 八数码

    0下载:
  2. 用A*算法解决八数码问题
  3. 所属分类:C#编程

    • 发布日期:2011-06-01
    • 文件大小:4108
    • 提供者:binghunxuepo99
  1. 人工智能经典问题八数码三种算法

    0下载:
  2. 人工智能经典问题八数码三种算法(广度优先搜索,深度优先搜索,启发式搜索)带有图形界面的解决方案。-Classic problem in Artificial Intelligence eight digital three algorithms (breadth-first search, depth-first search, heuristic search) with a graphical interface solutions.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-06-21
    • 文件大小:35266169
    • 提供者:zlf
  1. eightpuzzle

    0下载:
  2. 八数码问题,利用A*算法求解八数码问题,其中h函数为不在位将牌数-8 digital issues, the use of A* algorithm to solve 8 digital issues, including h function is the number of licenses is not in place to
  3. 所属分类:Applet

    • 发布日期:2017-03-29
    • 文件大小:2868
    • 提供者:jiangyuan
  1. EIGHTPUZZLE

    2下载:
  2. 用A*算法解决八数码问题,人工智能实验,内附实验报告。源码注释很详细-With the A* algorithm to solve 8 puzzle problem, artificial intelligence experiments, containing a laboratory report. Very detailed source notes
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:160628
    • 提供者:朱颢
  1. AStar

    0下载:
  2. 八数码问题的A*算法实现,java的伪代码,基本思想-8 digital issues of A* algorithm, java pseudo code, the basic idea
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3264
    • 提供者:呵呵
  1. new8

    0下载:
  2. 人工只能中的八数码问题,采用A*算法搜索-Artificial only in the eight digital issues, the use of A* algorithm search
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:7244
    • 提供者:苏打
  1. eg

    0下载:
  2. 一个简单的求解八数码问题的程序。采用A*算法,注释清晰易读-A simple eight digital problem solving procedures. Using A* algorithm, legible notes
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:279452
    • 提供者:apollocarlos
  1. node

    0下载:
  2. 自己编写的解八数码问题的简单算法,用c++实现-I have written eight digital solution of a simple algorithm for the problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1608
    • 提供者:吕东
  1. Eight-puzzle

    0下载:
  2. 这个程序是A*算法的简单实现,来解决八数码问题-It just simply applys the A* algorithm to solve the Eghit-puzzle problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:1882
    • 提供者:高金华
  1. eight-digit

    0下载:
  2. 求解八数码问题,初始状态存放在文件中,读入后使用A*算法求解8数码问题,目标状态为1238_4765,即从左上角开始为1,然后按顺时针排列在九宫格中。输出为具体求解步骤-Solving the eight digital issues, the initial state stored in the document, read to use the A* algorithm to solve 8 digital issues, the target state for the 1238_476
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:16462
    • 提供者:郑益夫
  1. AIsearchproblem

    0下载:
  2. 对于通常的九宫问题(八数码)的一个解决方案,程序中实现的三种搜索算法——深度,广度,启发式-Nine-palace for the usual problems (8 digital) of a solution, and procedures to achieve the three search algorithms- depth, breadth, heuristic
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1222156
    • 提供者:Liny
  1. 8

    1下载:
  2. 用A*启发式算法解决八数码问题,用纯C实现-using A* algorithm to solve Eight-puzzle
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1346
    • 提供者:phil
  1. atree

    1下载:
  2. 八数码问题用A*算法实现 VC++6.0实现的八数码问题-eightnum
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-06-03
    • 文件大小:153788
    • 提供者:mengshen
  1. 8_puzzle

    0下载:
  2. 8数码问题 八数码问题 A*算法 Hash结构-eight puzzle problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2816
    • 提供者:abacaba
  1. 8数码

    0下载:
  2. 实现八数码问题的一个小算法平台,其中包括深度优先、广度优先、最好优先算法。(A small algorithm platform for eight digital problems, including depth first, breadth priority and best priority algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:82944
    • 提供者:华仔mmb
  1. A星算法求解八数码问题(20180320125952)

    1下载:
  2. A星算法求解八数码问题, 人工智能作業2(A star algorithm to solve eight digital problems, artificial intelligence operation 2)
  3. 所属分类:棋牌游戏

    • 发布日期:2018-04-29
    • 文件大小:118784
    • 提供者:Eddie_DK
  1. 八数码问题 C语言代码

    1下载:
  2. 人工智能课基于A*算法的八数码问题 C语言实现
  3. 所属分类:C#编程

    • 发布日期:2018-07-14
    • 文件大小:1847
    • 提供者:ffraryfflash
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com