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

搜索资源列表

  1. eight-queens-puzzle

    0下载:
  2. 皇后问题(在8*8格的国际象棋盘上放置8个皇后,使得任意两个皇后不能互相攻击,即任何行,列或对角线上不得有两个或两个以上的皇后),打印输出皇后的位置,如在第一行第二个为01000000,以此类推逐行写出-The queen s problems (in 8* 8 s international chess on placed eight queen, make any two queen can t to fight each other, which means any line, colum
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-29
    • 文件大小:690
    • 提供者:小钟
  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. 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
    • 文件大小:42714
    • 提供者:sajjad
  1. BFS

    0下载:
  2. This program implements the search algorithm depth in the 8 puzzle problem
  3. 所属分类:Project Manage

    • 发布日期:2017-11-21
    • 文件大小:1698
    • 提供者:pollo
  1. puzzle-bfs

    0下载:
  2. This program solves the puzzle by profema of 8 DFS algorithm
  3. 所属分类:Compiler program

    • 发布日期:2017-11-21
    • 文件大小:883
    • 提供者:pollo
  1. 8Puzzle

    0下载:
  2. A* search algorithm implementation which solves 8-puzzle problem and simulates the tiles using DirectX 9
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:20890391
    • 提供者:burak
  1. Puzzle(execude)

    0下载:
  2. this solve puzzle 8 by artificial intelligence. write by Visual c++ 2012 x64 & DirectX 9. work on windows 7 x64. -this is solve puzzle 8 by artificial intelligence. write by Visual c++ 2012 x64 & DirectX 9. work on windows 7 x64.
  3. 所属分类:DirextX

    • 发布日期:2017-11-11
    • 文件大小:1555334
    • 提供者:abbs
  1. puzzel-(2)

    0下载:
  2. e: C# code tha implements the Breadth-first-search (BFS) search algorithm. The program solves the 8-puzzle game using the algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-11-24
    • 文件大小:9912
    • 提供者:melhem
  1. ConsoleApplication1

    0下载:
  2. e: C# code tha implements the Breadth-first-search (BFS) search algorithm. The program solves the 8-puzzle game using the algorithm
  3. 所属分类:Game Engine

    • 发布日期:2017-11-23
    • 文件大小:9527
    • 提供者:melhem
  1. puzzle-(1).rar

    0下载:
  2. puzzle de 8, juego de rompecabezas aplicando busqyeda a ciegas,puzzle de 8, juego de rompecabezas aplicando busqyeda a ciegas
  3. 所属分类:Other Games

    • 发布日期:2017-11-24
    • 文件大小:349999
    • 提供者:mery
  1. 8-puzzle-(java)

    0下载:
  2. 8puzeel program by java-8puzeel program by java
  3. 所属分类:Compiler program

    • 发布日期:2017-11-08
    • 文件大小:193536
    • 提供者:may
  1. A_Star-puzzle

    0下载:
  2. 使用A星算法,解决8棋盘问题。但是有时会没有结果。-A star algorithm to solve the problem of the 8 board. But sometimes no results.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-21
    • 文件大小:400536
    • 提供者:zijian
  1. source_code

    0下载:
  2. 八数码(启发式和广度优先搜索两种方法实现)+骑士巡游+比赛日程安排等经典问题的C++源代码-the source code of some classic problems, such as 8 puzzle question, Knight Parade, and Competition Schedule.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-25
    • 文件大小:9943
    • 提供者:ledonJu
  1. puzzle_Dialaog

    0下载:
  2. 采用A星算法,解决八数码问题。用的软件是Visual C++ 6.0,有图形界面。-A Star code for 8 Puzzle Problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2690084
    • 提供者:niping
  1. 8_puzzle

    0下载:
  2. 8数码问题,包含代码,可执行文件,readme,运行截图-8 puzzle, including code, executable files, readme, run shot
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:52584
    • 提供者:mz
  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
    • 文件大小:3997
    • 提供者:dudu
  1. 8-figure-puzzle

    0下载:
  2. 用深度优先搜索实现八数码问题,适合对java感兴趣的人作为一个有趣的练习-Depth-first Algorithm is used to implement the eight-figure puzzle, suitable for people interested in Java as a fun exercise
  3. 所属分类:JavaScript

    • 发布日期:2017-03-26
    • 文件大小:7446
    • 提供者:dudu
  1. 8-puzzle

    0下载:
  2. 启发式搜索解决八数码问题,人工智能经典算法-Heuristic search to solve the problem of the digital, classic artificial intelligence algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2521
    • 提供者:朱倩怡
  1. Pprogs

    0下载:
  2. artificial programs about 8 puzzle
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:18760
    • 提供者:rrxpo
  1. Puzzle

    0下载:
  2. C#用一个小游戏来演示八数码问题,产生1到8之间的随机整数,根据val的值来对lbl1……lbl8进行定位,判断整数num是否已经存在,八数码问题很有意思,游戏操作:按下的是向上键,空格下方的数据向上一格,交换数据,这里是将数字label和空白label交换,判断8个数字的排列是否满足要求。-C# con un poco de juego para demostrar el problema digitales ocho, generar un entero aleatorio entre 1
  3. 所属分类:CSharp

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