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

搜索资源列表

  1. Abashuma

    0下载:
  2. 很好用的用A*算法实现得到八数码,好用和很。
  3. 所属分类:Other systems

    • 发布日期:2017-05-15
    • 文件大小:3814557
    • 提供者:fei
  1. 8number

    0下载:
  2. 使用 人工智能里面的 A算法 解决八数码问题 使用C语言进行编写的-A method using artificial intelligence inside the eight-puzzle problem solving using the C language written in
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:2845
    • 提供者:朱玄
  1. EightDigital

    0下载:
  2. 人工智能,A*算法实现八数码,平台VS2008-AI, A* algorithm 8 digital, platform VS2008
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:559872
    • 提供者:zhf
  1. main

    0下载:
  2. POJ1077,经典的八数码问题,A*算法-POJ1077, eight digital classic problem, A* algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1412
    • 提供者:陈宇
  1. 8-pluzze

    0下载:
  2. 这个是基于启发式搜索算法解八数码问题的一个演示程序,旨在演示启发式搜索及A*算法的基本使用方式。内部已经写好了三种启发式算法,可以在使用过程中选用。并另附了一份实验报告。-This is based on the heuristic search algorithm for solving the the 8-puzzle Problem. Program showed how to use heuristic search and A* algorithm. Within three heu
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:38663
    • 提供者:徐晓涛
  1. eight-number

    0下载:
  2. 八数码的三种解法:A算法,广度优先,深度优先-Three Solutions to eight digital: A algorithm, breadth-first, depth first
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:978016
    • 提供者:毛毛
  1. AI_Eight_number

    0下载:
  2. 本程序用来实现八数码难题。采用A星算法,设计程序,求出从初始状态到目标状态的最优路径,并给出问题的状态表示、编码规则、搜索算法分析、简单程序说明和求得的最优路径。编程方法新颖,思路清晰明了。-This procedure used to achieve the eight puzzle. A star algorithm used, the design process, from initial state to find the optimal path to goal state, and
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:265778
    • 提供者:abler
  1. bb

    0下载:
  2. 人工智能中的八数码问题,应用A*算法的C语言程序-Eight digital problems in artificial intelligence, application A* algorithm C language program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1736
    • 提供者:刘遥
  1. Eight

    0下载:
  2. VC++写的八数码问题求解,带求解过程,用双向BFS,Astar,即IDAstar多种方法实现,附带多种算法比较。-VC++ to write the eight digital problem solving, with the solution process, with bi-directional BFS, Astar, which IDAstar a variety of methods to achieve, compared with a variety of algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2054581
    • 提供者:YUANZX
  1. AI_bashuma

    0下载:
  2. 求解八数码问题,人工智能经典算法。使用A*,A,宽度优先搜索三种算法实现,并进行比较。大三人工智能作业-AI algorithm。A*,A,breadth-first search algorithm。
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:46849
    • 提供者:山楂片
  1. bashuma

    0下载:
  2. 求解八数码问题,人工智能经典算法。使用A*,A,宽度优先搜索三种算法实现,并进行比较。大三人工智能作业-AI algorithm。A*,A,breadth-first search algorithm。
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:46780
    • 提供者:山楂片
  1. bushuma

    0下载:
  2. 八数码游戏,本人利用java亲手编写,人工智能课后作业,使用A*算法,大家可以参考-Eight digital games, I personally prepared using java, artificial intelligence homework, use the A* algorithm, we can refer to
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:106998
    • 提供者:jiangyuan
  1. 8

    0下载:
  2. 用C++实现的,A star算法解决八数码问题-Implemented with C++, A star algorithm to solve the problem eight digital
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1032428
    • 提供者:cathy
  1. eight-puzzle

    0下载:
  2. 人工智能八数码的A*算法实现。 编译运行说明: 1.若编译成功却不能运行,请修改工程的设置 (Project\Setttings\Debug子项) 2.改变程序中MaxItem的值(本程序中MaxItem等于3) 和相关的输入用对话框,则可以计算MaxItem*MaxItem-1 数码问题-AI A* Eight digital algorithm. Compile and run: 1. If the compiler can not run successfully,
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:210241
    • 提供者:
  1. Eight-Digital-A_star

    0下载:
  2. 八数码A*算法,浙大OJ已AC 内含序列合法判定以及A*搜索思路-Eight Digital A* algorithm, Zhejiang University has AC OJ
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1807
    • 提供者:刘刚
  1. myfa

    0下载:
  2. 关于八数码问题, A*算法编的程序,欢迎下载。-Eight Puzzle Problem A* algorithm program, please download.
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:2041
    • 提供者:王丹
  1. EightPuzzle

    0下载:
  2. 基于MFC的八数码寻径问题,包括经典的人工智能算法:深度优先算法,广度优先算法及A*算法 动态显示搜索结果。-Eight digital MFC-based routing issues, including the classic artificial intelligence algorithms: depth-first algorithm, breadth-first algorithm and A* algorithm dynamic display of search result
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2175079
    • 提供者:李沐
  1. 8digits

    0下载:
  2. 人工智能实验中的八数码游戏,通过A*算法查找最优路径-Artificial intelligence experiment eight digital games, by A* algorithm to find the optimal path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:1004354
    • 提供者:sjq
  1. 8shuma

    0下载:
  2. 实现八数码难题,有关使用A*算法的一个比较好的想法-solution to 8 puzzle
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1025974
    • 提供者:商鞅
  1. eightNum

    0下载:
  2. 八数码程序,基于的A*搜索的人工智能算法描述-Eight digital program, the A* search based on artificial intelligence algorithms described
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2271
    • 提供者:涂宏宇
« 1 2 3 4 5 6 78 9 10 11 »
搜珍网 www.dssz.com