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

搜索资源列表

  1. 8-Puzzle.rar

    0下载:
  2. 8-Puzzle Problem solving using Artificial Intelligence,8-Puzzle Problem solving using Artificial Intelligence
  3. 所属分类:Console

    • 发布日期:2017-03-23
    • 文件大小:8787
    • 提供者:Hoang
  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
    • 文件大小:160628
    • 提供者:朱颢
  1. puzzle

    0下载:
  2. puzzle 8 games for java source
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:7367
    • 提供者:tas
  1. 8Puzzle

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

    • 发布日期:2017-03-30
    • 文件大小:643099
    • 提供者:marc5255
  1. 8Puzzle

    0下载:
  2. 8数码求解程序,含源代码。可以手动求解,也可以自动求解。自动求解部分使用了ACRush的程序-8 digital solving procedures, including source code. Can manually solving, but also can automatically solving. Automatically solving some of the procedures used ACRush
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:60146
    • 提供者:佚名
  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. 8_Puzzle_Solution_Finder_v112

    0下载:
  2. It s a 8-puzzle agme ^.^
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:364953
    • 提供者:WaiLoon
  1. 8puzzle.tar

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

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

    0下载:
  2. This is a simple solution of 8queen puzzle problem. It finds all the possible solution of 8queen problem. -This is a simple solution of 8queen puzzle problem. It finds all the possible solution of 8queen problem.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:566
    • 提供者:Binoy
  1. project1

    0下载:
  2. 8数码问题,A*和深度有限算法分别来完成这样的任务。-8 Puzzle Problem, A* and depth of the finite difference method to accomplish this task.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:19927
    • 提供者:dfa
  1. 8_puzzle

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

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

    0下载:
  2. A* Algorithm this program shoes how A* algorithm solve a 8-puzzle problem step by step
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:103946
    • 提供者:parisa
  1. bashuma

    0下载:
  2. 八数码问题的求解系统 利用广度优先搜索方法-8 Puzzle Problem Solving System using breadth-first search method
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:1982
    • 提供者:ym
  1. 8puzzleVuChiTung

    0下载:
  2. 8 puzzle by Vu Chi Tung
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:48911
    • 提供者:pic
  1. 8-Puzzle-2.0-With-Numbers

    0下载:
  2. This Source For 8 Puzzle With C# This Program Is Professional 8 Puzzle With A* And HilCliming
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:680684
    • 提供者:hamed
  1. 8-puaale

    0下载:
  2. 8 puzzle a* c++ language
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4199
    • 提供者:armankhan
  1. 8-Puzzle-2.0

    0下载:
  2. Its the 8 puzzle problem-Its the 8 puzzle problem....
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:1185420
    • 提供者:Tino
  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
    • 文件大小:2347
    • 提供者:hamid
  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
    • 文件大小:4285
    • 提供者:dudu
  1. 8 puzzle c++

    0下载:
  2. this is solve 8 puzzle in c congratulation
  3. 所属分类:C#编程

« 12 3 »
搜珍网 www.dssz.com