CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - eight puzzle A

搜索资源列表

  1. 8puzzle(C)

    1下载:
  2. A星算法解决八数码难题,用C语言写的期末课程设计-A digital satellite algorithm to solve eight problems, written by C language at the end of the curriculum design
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:50941
    • 提供者:吴超前
  1. Puzzle

    0下载:
  2. 八数码 * 大体思路:主要思想为插入排序。 * 特殊词语解释: * 墙:在最外层的中间位置,总共有四个,如[1][0]。 * 注意:这四个位置有一个共同性质,即:以任何方式记录数字为,他们与其他五个位置的奇偶性互异 * 角:数组的四个角 * 空格:数字0-Eight digital* generally thought: the main ideas for the insertion sort.* Special terms to explain:* the wa
  3. 所属分类:Applet

    • 发布日期:2017-03-29
    • 文件大小:2537
    • 提供者:duwei
  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. puzzle

    0下载:
  2. 在一个n*n 矩阵中找到 沿着八个方向搜索,找长度大于4并且字典中包含的单词。-N* n in a matrix along the eight found in the direction of search, to find the length of more than 4 and the word dictionary is included.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:1791
    • 提供者:杨超
  1. 8

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

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

    0下载:
  2. 使用了A*算法,双广度和带启发的双广度实现八数码问题求解。-Eight Puzzle
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:1454397
    • 提供者:willnow
  1. MagicalSquares

    0下载:
  2. 基于A-Star算法实现的重排九宫图即八数码问题-The solution of Eight-puzzle Problem
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:60836
    • 提供者:cohenfeng
  1. eight

    0下载:
  2. 采用A*算法解决九宫格谜题,代码附有注释-Using A* algorithm to solve the puzzle TICTACTOEMIDLET
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:8199
    • 提供者:lzx
  1. eightpuzzle

    0下载:
  2. eight puzzle using RBFS and A* search and manhattan distance heuristic function
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:19399
    • 提供者:sam
  1. 8_puzzle

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

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

    0下载:
  2. 使用人工智能的A*算法实现八数码问题,速度非常快。程序有良好的可视化界面。-A* algorithm using artificial intelligence to achieve eight-puzzle problem, very fast. Program has a good visual interface.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-26
    • 文件大小:9226395
    • 提供者:冯亚雷
  1. AI

    0下载:
  2. 八数码求解问题,八数码问题是人工智能经典难题之一。 主要运用A*算法求解,代码完整,清晰-eight puzzle
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1072005
    • 提供者:Sun
  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. Assignment_1

    0下载:
  2. Exercise 1: cryptarithm_array.c (2.5 marks). A cryptarithm is a puzzle where digits have to be assigned to the letters of some words, di erent letters being assigned di erent digits, and no word starting with 0, such that a number of conditions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:248715
    • 提供者:章成源
  1. 3

    0下载:
  2. 这里解决了一个很古老的小问题:八数码难题。体现智能检索的功能-Here to solve a very old small problem: eight puzzle. Of intelligent search functions
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1064405
    • 提供者:李木军
  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. A-star

    0下载:
  2. 八数码问题---用A*算法来解决八数码问题-Digital problems--- with eight A* algorithm to solve the Eight Puzzle Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:15061
    • 提供者:
  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. Java_Eight-Puzzle

    1下载:
  2. 基于A星算法的8数码问题Java程序源代码-Java source code based on the A star algorithm Eight Puzzle
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-21
    • 文件大小:12410
    • 提供者:Ian_Wong
  1. eight-puzzle

    0下载:
  2. . The 8-puzzle problem is a puzzle invented and popularized by Noyes Palmer Chapman in the 1870s. It is played on a 3-by-3 grid with 8 square blocks labeled 1 through 8 and a blank square. Your goal is to rearrange the blocks so that they are in orde
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:224427
    • 提供者:ramin
« 12 3 »
搜珍网 www.dssz.com