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-10
    • 文件大小: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-13
    • 文件大小: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-04-01
    • 文件大小:1830
    • 提供者:Duc Dung
  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. 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. hnpuzzle

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

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

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

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

    0下载:
  2. 任意m * n的拼图的BFS最快解。进行了裁剪优化。最多支持5 × 5-Any m* n the puzzle the fastest solution BFS. Were cut optimization. Up to 5 × 5
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:10448
    • 提供者:WuHanyu
  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. AStart

    0下载:
  2. A*算法解决N数码问题演示程序,可以学习到很多Java的Swing编程,关于窗口背景,combox,textfield,图标显示到托盘等,同时拖过程序的界面演示,可以轻松掌握A*算法。-A* algorithm to solve the N puzzle problem demo program, you can learn a lot of Java Swing programming, about the background of the window, combox, textfield
  3. 所属分类:Java Develop

    • 发布日期:2017-11-10
    • 文件大小:1535505
    • 提供者:czs
  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. N-Puzzle

    0下载:
  2. 软件学院实训阶段三任务3 - 挖迷宫,拼图并设计优化方案-Software Engineering Training Stage Three Task 3- digging maze, puzzle and design optimization
  3. 所属分类:Ajax

    • 发布日期:2017-04-01
    • 文件大小:6748
    • 提供者:yuchen
  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