CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 8 Puzzle

搜索资源列表

  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
    • 文件大小:156.86kb
    • 提供者:朱颢
  1. puzzle

    0下载:
  2. 有一个迷宫,用一个二维数组maze[1: m][1: n]表示,其元素值只有两个:0与1。其中以值0表示该位置可以走通,以值1表示该位置阻塞。在迷宫的左上方maze[1][1]处有一入口,右下方maze[m][n]处有一出口,如图1-1所示。现要求探寻从迷宫入口到出口有无通路;若有,则指出其中一条通路的路径:将迷宫数组中通路上的0替换成另一数字(例如8),输出找到通路的迷宫数组;同时按照走通的顺序输出路径上每一步的位置坐标及向下一步前进的方向;若没有,则给出相应的信息。-There is a m
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.81kb
    • 提供者:张三
  1. 8Puzzle

    0下载:
  2. This an example of solving 8puzzle problem by computer-This is an example of solving 8puzzle problem by computer
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.69kb
    • 提供者:ersin 莽elik
  1. 8puzzle.tar

    1下载:
  2. a solution of 8 puzzle problem using AI
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:14.99kb
    • 提供者:GAbriel
  1. 8_puzzle

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

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

    0下载:
  2. 8 puzzle sol by A* search with wxPython
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:9.58kb
    • 提供者:pladown
  1. YAN_Queens2055523232007

    0下载:
  2. this small program to give one possible solution of the 8 queens puzzle-this small program to give one possible solution of the 8 queens puzzle...
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:99.8kb
    • 提供者:me
  1. 3

    0下载:
  2. The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard such that none of them are able to capture any other using the standard chess queen s moves. The queens must be placed in such a way that no two queens attack e
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.2kb
    • 提供者:Mahmood
  1. puzzle

    0下载:
  2. 8 puzzle in c with A star-8 puzzle in c with A star
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.29kb
    • 提供者:hamid
  1. PuzzleGame

    0下载:
  2. this source code is written in visual basic 8 puzzle tile I hope you enjoy it
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:41.71kb
    • 提供者:sajjad
  1. 8puzzle

    0下载:
  2. 这是一个8拼图 实现拼图的生成 绘画 查找 移动等功能-This is an eight jigsaw puzzle generation to achieve painting lookup mobile features
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.09kb
    • 提供者:louise
  1. AI8puzzle

    0下载:
  2. AI 8 puzzle solver: program to solve puzzle of 1-8 in a 9 form block
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:3.9kb
    • 提供者:dudu
  1. 8-puzzle-v2

    0下载:
  2. AI 8 puzzle solver: version 2 of 9 block 8 puzzle solver
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:4.18kb
    • 提供者:dudu
  1. pintu

    0下载:
  2. 这是一个拼图游戏小游戏,将一张大图拆封成8个小图,然后随机分散开来,外加一个空白,组成新的页面-This is a puzzle game. It will be a larger image opened into eight insets, then randomly dispersed, plus a blank, the formation of new page
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:796.7kb
    • 提供者:杜晓敏
  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
    • 文件大小:219.17kb
    • 提供者:ramin
  1. 游戏2048

    0下载:
  2. 2048》是一款数字益智游戏,在4*4的方格中通过上下左右滑动来控制数字的变化,游戏胜利的条件是出现2048这个数字。 游戏规则如下: 1、玩家每次可以选择上下左右其中一个方向去滑动,定义滑动的方向为前,滑动的反方向为后,每滑动一次,所有的数字方块都会向前移动靠拢至边缘。 2、每一行(列)从最前方第二个方块依次向前方方块发起撞击,相撞的两个方块数字不同时不发生变化,撞击发起块向后顺延,相撞的两个方块相同时变成一个新的数值相加的数字块,后续的数字块依次向前递补空位,撞击发起块变为
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:27kb
    • 提供者:monster怪兽
搜珍网 www.dssz.com