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

搜索资源列表

  1. Chess(8puzzle)

    0下载:
  2. 这个程序是从广度优先搜索,深度优先搜索,A算法以及A算法等多方面算法来解决八数码问题.zip-8-puzzle A* BFS DFS MFC
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3.59mb
    • 提供者:benson
  1. Eight_(8)_2183836282010

    0下载:
  2. A star algoritm for 15-puzzle
  3. 所属分类:Games

    • 发布日期:2017-04-01
    • 文件大小:27.78kb
    • 提供者:elham
  1. puzzle

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

    • 发布日期:2017-03-29
    • 文件大小:7.19kb
    • 提供者:tas
  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
    • 文件大小:1.98mb
    • 提供者:钱祥隽
  1. 8Puzzle

    0下载:
  2. This an example of solving 8puzzle problem by computer-This is an example of solving 8puzzle problem by computer
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.69kb
    • 提供者:ersin 莽elik
  1. 8_puzzle_solver_2009_10

    0下载:
  2. AI(人工智能)课程的作业,要求用java语言 随即生成8迷宫问题,然后用dfs解决,请大家参考-AI (Artificial Intelligence) program demands of their workers using java language then generate the eight maze problems, and then use dfs resolved, please refer to the
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3.37kb
    • 提供者:alex
  1. 8_puzzle

    0下载:
  2. 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:653.94kb
    • 提供者:Siegfried
  1. EightPazzelBfs

    0下载:
  2. This project solve 8 puzzle with breadth first search. I wrote this program for Artificial Intelligence lesson.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:35.09kb
    • 提供者:somatco
  1. java_8PuzzleApp

    0下载:
  2. To solve 8-puzzle problem using JAVA.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:16.27kb
    • 提供者:ram
  1. puzzle

    0下载:
  2. java拼图applet 1-8数字拼图-java puzzle applet 1-8 number puzzle
  3. 所属分类:Applet

    • 发布日期:2017-03-30
    • 文件大小:8.78kb
    • 提供者:wanggenyou
  1. PuzzleFrame.java

    0下载:
  2. (1).能够实现简单的小游戏智能拼图,所设计的是数字智能拼图,包括初级和高级两种玩法; (2).初级三行三列,包括数字1——8,和一个活动按钮,高级四行四列,包括数字1——15和一个活动按钮; (3).游戏开始,数字随机排列,玩家把数字按顺序1——8或1——15排列起来(行排列)就算成功过关; (4).此游戏为休闲娱乐小游戏。 -(1). To achieve a simple smart puzzle game, designed for digital intelligent
  3. 所属分类:Games

    • 发布日期:2017-03-29
    • 文件大小:8.1kb
    • 提供者:向云洲
  1. shuzipintu

    0下载:
  2. 数字拼图游戏的源代码,java可以随意拍好1-8数字方块,然后自动按顺序拍好。-Digital jigsaw puzzle of the source code, java free to take a good 1-8 digital box, and then automatically make a good sequence.
  3. 所属分类:Game Program

    • 发布日期:2017-04-02
    • 文件大小:3.04kb
    • 提供者:zhang
  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
    • 文件大小:12.12kb
    • 提供者:Ian_Wong
  1. Puzzle

    0下载:
  2. this program is written in java language and it s simulating 8 puzzle tile hope you enjoy it
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-28
    • 文件大小:4.96kb
    • 提供者:sajjad
  1. 8-puzzle-(java)

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

    • 发布日期:2017-11-08
    • 文件大小:189kb
    • 提供者:may
  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
    • 文件大小:7.27kb
    • 提供者:dudu
  1. 8-1(puzzle-ball)

    0下载:
  2. 这是一个由java语言编写的,安卓手机游戏,名为迷宫小球。适用于安卓开发初学者的学习。-This is a java language, Android mobile game called maze of small ball. Suitable for beginners to learn Android development.
  3. 所属分类:android

    • 发布日期:2017-05-14
    • 文件大小:3.02mb
    • 提供者:mammonlijing
  1. BFS

    0下载:
  2. java环境下采用广度优先搜索来求解8-puzzle、8-queen等智能问题 -By using BFS java environment to solve the 8-puzzle, 8-queen, intelligent problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:17.93kb
    • 提供者:夏益志
  1. 8-Puzzle-Solver-master

    0下载:
  2. Eight puzzle solver with artificial intelligence search methods in java
  3. 所属分类:Games

    • 发布日期:2017-04-28
    • 文件大小:17.09kb
    • 提供者:Simge Akay
  1. Puzzle

    0下载:
  2. 八数码问题的爬山法,首选爬山法,随机重启爬山法,退火算法的实现以及比较。(This code solve 8-puzzle problem using hill climbing and simulated annealing. And then I compare with each other.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:440kb
    • 提供者:情杀
« 12 »
搜珍网 www.dssz.com