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

搜索资源列表

  1. PUZZLEEA

    0下载:
  2. java puzzle eight problem solution
  3. 所属分类:游戏

    • 发布日期:2014-01-17
    • 文件大小:10.82kb
    • 提供者:SXXA
  1. 人工智能(课程)

    0下载:
  2. 其中readme是整个程序的要求,1.txt是测试程序,hw3.java是编写的程序。主要是为了实现8-puzzle问题(手机上都有的那个小游戏,9个格子,8个数字,让你移动到一种终止状态)。-readme which is the entire process, 1.txt test procedures hw3.java preparation procedures. Major is to achieve 8-puzzle (the phone is the small game, nin
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:104.15kb
    • 提供者:顾小军
  1. eight-figure-puzzle

    1下载:
  2. 八数码难题用Java语言实现,搜索算法为广度优先-eight-figure-puzzle in Java
  3. 所属分类:Algorithm

    • 发布日期:2015-11-23
    • 文件大小:1.42kb
    • 提供者:刘文
  1. Puzzle

    0下载:
  2. 八数码 * 大体思路:主要思想为插入排序。 * 特殊词语解释: * 墙:在最外层的中间位置,总共有四个,如[1][0]。 * 注意:这四个位置有一个共同性质,即:以任何方式记录数字为,他们与其他五个位置的奇偶性互异 * 角:数组的四个角 * 空格:数字0-Eight digital* generally thought: the main ideas for the insertion sort.* Special terms to explain:* the wa
  3. 所属分类:Applet

    • 发布日期:2017-03-29
    • 文件大小:2.48kb
    • 提供者:duwei
  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. 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. eight

    0下载:
  2. 采用A*算法解决九宫格谜题,代码附有注释-Using A* algorithm to solve the puzzle TICTACTOEMIDLET
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:8.01kb
    • 提供者:lzx
  1. Genetic

    0下载:
  2. 遗传算法解八数码问题,交配用的是轮盘赌法-Genetic Algorithm for the eight-puzzle problem, mating with the roulette method
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:8.62kb
    • 提供者:harry
  1. pingtuyouxi

    0下载:
  2. 这是一款java拼图游戏 一个格子分成九块 一个8张分别显示1-8八个数字的图片随机排布,然后移动其按次序排序 123 456 78 过关-This is a java jigsaw puzzle of a grid divided into nine one eight eight figures 1-8 are shown the picture randomly arranged, and then move the order they cross the border Sort 12,
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-27
    • 文件大小:199.56kb
    • 提供者:
  1. AI-Eight-digital-problem-

    0下载:
  2. 使用java开发的人工智能八数码问题 以及说明文档-The development of artificial intelligence using java Eight Puzzle Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1.31mb
    • 提供者:张恒
  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. EightQueen_java

    0下载:
  2. (This is Java version) The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so was originally proposed in 1848 by the chess player Max Bezzel, and over the years, many mathematicians, including Gauss, have wo
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-25
    • 文件大小:118.29kb
    • 提供者:yout
  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. Eight

    0下载:
  2. 八数码难题的java源代码,采用的是广度优先算法。-Eight puzzle java source code, using the breadth-first algorithm.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:2.29kb
    • 提供者:王强
  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. JigsawPuzzle

    0下载:
  2. 基于JAVA编写的拼图游戏,游戏界面为九宫格,由八块图片组成,通过移动图片完成拼图-JAVA prepared based puzzle game, the game interface is squared by eight picture composition, complete the puzzle by moving the image
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-30
    • 文件大小:127.26kb
    • 提供者:戴加伟
搜珍网 www.dssz.com