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

搜索资源列表

  1. 8Puzzle

    0下载:
  2. 实现了经典算法A星搜索,并用其解决8数码问题-A Star Search, and the solution 8 digital
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-30
    • 文件大小:976795
    • 提供者:Rickydu
  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. 8puzzle

    0下载:
  2. 8拼图 (华容道游戏),需要用到外部jar包(请设置external library路径)-8 Jigsaw (Puzzle),need to use an external jar package (external library path set)
  3. 所属分类:Java Develop

    • 发布日期:2017-12-03
    • 文件大小:799583
    • 提供者:于鸶羽
  1. EightPuzzleProblem-master

    0下载:
  2. 8Puzzle Consola, Resuelve aautomatico
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:24782
    • 提供者:chicofic
  1. 8puzzle-49726044

    0下载:
  2. DFS&BFS for 8puzzl實作 內容有兩個檔案DFS & BFS for 8puzzl implement the contents of two files-DFS & BFS for 8puzzl implement the contents of two files
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3068
    • 提供者:凝聚了
  1. 8puzzle

    0下载:
  2. Prolog code, programming, solve some sample problem in artificial intelligence.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2682
    • 提供者:kyo
  1. 8puzzle

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

    • 发布日期:2017-04-12
    • 文件大小:1115
    • 提供者:louise
  1. 8puzzle

    0下载:
  2. 人工智能作业的8数码问题,是C#写的WinForm应用程序-8 digital issues of artificial intelligence operations, is written in C# WinForm application
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:65167
    • 提供者:Changcheng
  1. 8PUZZLE

    0下载:
  2. program to run 8 puzzle game used to illustrate AI
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1340
    • 提供者:shapp
  1. 8puzzle.tar

    0下载:
  2. 人工智能经典入门问题:八数码(百度一下就知道是什么了),使用A*算法实现,能够迅速求解出八数码的最简单解法。-Artificial intelligence introduction to the classic question: eight digital (Baidu Search know what it is), using the A* algorithm, can quickly find out the simple solution of eight digital.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3455
    • 提供者:terran
  1. BFSEARCH

    0下载:
  2. BFSearch user For 8Puzzle
  3. 所属分类:ComboBox

    • 发布日期:2017-04-08
    • 文件大小:1403
    • 提供者:FatiemahSaadeh
  1. 8puzzle

    0下载:
  2. 8 puzzle game.3*3的矩阵里随机分布,现每次只能移动一个数字最后要求1-8要按从上到下从左到右的顺序依次排列。-8 puzzle game.3* 3 matrix of randomly distributed inside, now you can only move one digit 1-8 final requirements according to the order top to bottom left to right order.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-30
    • 文件大小:18267
    • 提供者:李涵泊
  1. 8puzzle

    0下载:
  2. this project solve puzzle 8 with bfs tr-this project solve puzzle 8 with bfs tree
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:683543
    • 提供者:mamad
  1. 8puzzle

    0下载:
  2. 八数码实现程序。支持A*算法、广度优先算法、深度优先算法。可以实现任意初始状态下八数码问题的实现。人工智能搜索原理的入门例程-Eight digital realization of the program. Support A* algorithm, breadth-first algorithm, depth-first algorithm. Can achieve any initial state eight digital problem. Artificial Intelligenc
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:2719693
    • 提供者:zhao
  1. 8puzzle

    0下载:
  2. 8 puzzle in C language
  3. 所属分类:Other Games

    • 发布日期:2017-04-14
    • 文件大小:2795
    • 提供者:Nasirul Haque
  1. 8pu

    0下载:
  2. 利用A*启发式搜索算法解决8puzzle问题 -solve 8 puzzle problem using a* algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-12
    • 文件大小:2419
    • 提供者:苟利国
  1. 8puzzle

    0下载:
  2. 实现八数码移动,九宫格中的八个数字随机排列,有一个空格数字可以通过在空格中移动来移动,最后实现将8个数字按大小顺序围绕空格周围排列(8 puzzle thisprogram is very good,it can make the number stand by order ,so it is a good program)
  3. 所属分类:Java编程

    • 发布日期:2017-12-24
    • 文件大小:16384
    • 提供者:白客
  1. 8puzzle

    0下载:
  2. 普林斯顿算法作业四,2017年9月开课,已结课(the forth assignment of algorithm part 1)
  3. 所属分类:Java编程

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:Locke218
  1. 8puzzle

    0下载:
  2. 8_puzzle_in_C#_ solve the 8-puzzle problem using A* algori thm
  3. 所属分类:文章/文档

    • 发布日期:2018-01-03
    • 文件大小:782336
    • 提供者:1101909
  1. 8Puzzle

    0下载:
  2. 本代码用于求解8数码问题,运用A*算法,内附有UI(This code is used to solve 8 digital problems, with UI)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-03
    • 文件大小:3072
    • 提供者:Sunnymee
« 1 2 3 45 »
搜珍网 www.dssz.com