CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 八数码问题

搜索资源列表

  1. 20051004深度优先 人工智能 八数码

    1下载:
  2. 人工智能中很重要的思想,用深度优先的思想解决八数码问题。-AI is very important idea, with priority to the depth of eight digital thinking to solve problems.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:290889
    • 提供者:张南
  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. 主要实现八数码问题的功能。。。。。 能实现滑块问题求解系统-eight main issues of the digital functions. . . . . Achieve slider problem solving system.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-14
    • 文件大小:56090
    • 提供者:容容
  1. 八数码问题

    0下载:
  2. 用 C++ 实现的八数 码问题的求解方法
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-17
    • 文件大小:2229
    • 提供者:tyler
  1. bashuma

    1下载:
  2. 分别用深度优先和广度优先来算八数码问题,c++源码-Were depth-first and breadth of the priority issues to count eight digital, c++ source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:2450
    • 提供者:skygoal
  1. AStar

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

    • 发布日期:2017-03-31
    • 文件大小:3264
    • 提供者:呵呵
  1. banshuma

    0下载:
  2. 八数码问题 带启发式的搜索 非常好的人工智能学习实例-8 digital issues heuristic search with a very good example of artificial intelligence to learn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:9894
    • 提供者:laozi
  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-30
    • 文件大小: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-01
    • 文件大小:16462
    • 提供者:郑益夫
  1. 1

    0下载:
  2. 解决八数码问题,C语言描述,适合初学者学习研究,完整源代码。-To solve the problem of digital 8, C language descr iption, suitable for beginners to study and research, complete source code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1550
    • 提供者:Ben
  1. eight_breadth

    0下载:
  2. 用C语言实现宽度优先算法,八数码问题。作者:陈华昌-With the C language implementation breadth-first algorithm, 8 digital issues. Author: Chen Huachang
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:183955
    • 提供者:chc
  1. eight_depth

    0下载:
  2. 用C语言实现深度优先算法,八数码问题,作者:陈华昌-C language implementation with depth-first algorithm, 8 digital issues, Authors: Chen Huachang
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:175306
    • 提供者:chc
  1. starstar

    0下载:
  2. 实现了八数码问题,运用人工智能的启发式思维-solve the eight data problem using AN learning mode
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:806631
    • 提供者:wangmei
  1. atree

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

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

    0下载:
  2. 使用广搜 深搜 全局最优 方法解决八数码问题-The use of deep-wide search found the global optimal solution to the problem of digital 8
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:41504
    • 提供者:yc
  1. Genetic

    0下载:
  2. 遗传算法解八数码问题,交配用的是轮盘赌法-Genetic Algorithm for the eight-puzzle problem, mating with the roulette method
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:8825
    • 提供者:harry
  1. 1

    0下载:
  2. 八数码问题求解。输入初始状态和最终状态可得求解过程-Eight Puzzle Problem. Enter the initial state and final state can get the solution process
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:216873
    • 提供者:wz
  1. 8shuma

    0下载:
  2. vc6.0环境下编写的使用A*算法完成八数码问题求解的通用程序,可以参考-vc6.0 environment using A* algorithm is written in the eight general-purpose digital problem-solving process, can refer to
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:1762
    • 提供者:张弦
  1. BFSforeightnumbers

    0下载:
  2. 人工智能完成的作业,用宽度优先搜索实现八数码问题,可以得到解的步数,生成的节点数和运行时间。-AI to complete the job, with the width of the first search for Eight digital problem solution steps can be generated nodes and run time.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1627971
    • 提供者:succ
  1. 八数码问题

    0下载:
  2. 八数码问题也称为九宫问题。在3×3的棋盘,摆有八个棋子,每个棋子上标有1至8的某一数字,不同棋子上标的数字不相同。棋盘上还有一个空格,与空格相邻的棋子可以移到空格中。(Eight digital problems)
  3. 所属分类:人工智能/神经网络/深度学习

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