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

搜索资源列表

  1. N-puzzle

    0下载:
  2. N迷游戏问题(拼图类)可以支持3--35迷
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:41828250
    • 提供者:123
  1. npuzzle

    0下载:
  2. 用java写的一个解8-puzzle直到n-puzzle的软件,会清晰的显示步骤和算法。使用的是ai中的一个算法-Using java to write an 8-puzzle solution until the n-puzzle software, will clearly show the steps and algorithms. Use of an algorithm for ai
  3. 所属分类:Games

    • 发布日期:2017-04-09
    • 文件大小:2073994
    • 提供者:钱祥隽
  1. TowersOfHanoi

    0下载:
  2. 汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C -Hanoi Tower! ! ! Simulate the movement of the Towers of Hanoi puzzle Bonus is pos
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:10572
    • 提供者:only
  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-12
    • 文件大小:1853
    • 提供者:张三
  1. EightPuzzle

    0下载:
  2. Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank. There are 2 Heuristic: 1. N: Number of misplaced tiles 2. S: Sum o
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:1830
    • 提供者:Duc Dung
  1. 8

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

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

    0下载:
  2. The N queens puzzle is the problem of putting N chess queens on an n×n chessboard such that none of them is able to capture any other using the standard chess queen s moves. The queens must be placed in such a way that no queens would be
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:1459
    • 提供者:
  1. Calcoolation_SourceVS2005

    0下载:
  2. "Calcoolation" is a puzzle game that at first looks like the popular Sudoku. Just like in Sudoku, you have an N x N matrix, where the digits 1 through N must be placed in each column and in each row without repetition. The difference lies in the fact
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:24503
    • 提供者:vddh
  1. n-puzzle

    0下载:
  2. n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A* algorithm. i have used 2 pass for reducing memory consumption by half. i will post it also on my blog http://rooparam.blogspot.com-n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A*
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:4443
    • 提供者:rrc
  1. Nqueen

    1下载:
  2. n queen puzzle as you can s-n queen puzzle as you can see
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:311293
    • 提供者:boffi
  1. Nduoxiaoyouxiyuanma

    0下载:
  2. N多游戏源码,超级玛丽拼图游戏三维迷宫搞怪碰碰球男人地下100层游戏等等几十个游戏-N multi-source game, Super Puzzle 3D Maze Funny bumper Mary Ball 100 men underground layer of dozens of games games, etc.
  3. 所属分类:Other Games

    • 发布日期:2017-05-27
    • 文件大小:10902558
    • 提供者:王海
  1. Mysteryproblem

    1下载:
  2. 重排九宫是一个古老的单人智力游戏。据说重排九宫起源于我国古时由三国演义故事“关羽义释曹操”而设计的智力玩具“华容道”,后来流传到欧洲,将人物变成 数字。原始的重排九宫问题是这样的:将数字1~8按照任意次序排在3×3的方格阵列中,留下一个空格。与空格相邻的数字,允许从上,下,左,右方向移动到 空格中。游戏的最终目标是通过合法移动,将数字 1~8 按行排好序。在一般情况下,n2-1 谜问题是将数字 1~n2-1 按照任意次序排在n×n的方格阵列中,留下一个空格。允许与空格相邻的数字从上,下,左,右
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:883566
    • 提供者:wakaka
  1. hnpuzzle

    0下载:
  2. n-puzzle problem in c-n-puzzle problem in c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:37307
    • 提供者:gayathri
  1. puzzle

    0下载:
  2. 大于3的任意n×n的拼图游戏,附带使用说明-This program can automatically solve n puzzle games,
  3. 所属分类:Game Program

    • 发布日期:2017-04-03
    • 文件大小:190463
    • 提供者:芦荟
  1. puzzle

    0下载:
  2. 能输入一个N*M矩阵代表迷宫分布,指定入口出口后,程序自动搜索从入口到出口的路径。-You can input a N*M matrix to represent a maze ,define an entrance and exit,this program will search the way from entrance to exit .
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1605
    • 提供者:pustar
  1. Puzzle

    0下载:
  2. game n-puzzle for mobile,code java
  3. 所属分类:Other Games

    • 发布日期:2017-04-03
    • 文件大小:68655
    • 提供者:lamthuy
  1. N-puzzle

    0下载:
  2. yi ge jiu gong ge you xi -A N puzzle game , generate sloveable game only, applied save/load function
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-08
    • 文件大小:5254
    • 提供者:胡紫
  1. Puzzle

    0下载:
  2. 人工智能课程,N数码问题java代码实现。-Artificial Intelligence course, N digital issue java code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4322
    • 提供者:young
  1. N-Puzzle

    0下载:
  2. Game N-Puzzle: 3x3, 4x4, 5x5
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:219319
    • 提供者:ziz1907
  1. 启发式搜索A算法

    0下载:
  2. 启发式搜索的定义、估价函数和算法过程,并利用A*算法求解N数码难题,理解求解流程和搜索顺序(The definition, evaluation function and algorithm process of heuristic search, and A* algorithm is used to solve the N digital puzzle, and the solution flow and search order are understood)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-23
    • 文件大小:214016
    • 提供者:anbao
« 12 »
搜珍网 www.dssz.com