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

搜索资源列表

  1. hgeGame

    0下载:
  2. 利用HGE游戏引擎制作的拼图游戏,非常适合初学者使用,有一定的参考价值。看完源码你会发现这个是可以扩展地~你可以把他改造的更高级,另附 引擎教程和中文文档。是我8个小时的杰作~-Making use of HGE puzzle game engine is very suitable for beginners, there is some reference value. Read the source you will find that this can be extended to- y
  3. 所属分类:Game Engine

    • 发布日期:2017-05-15
    • 文件大小:3725034
    • 提供者:ysy
  1. Puzzle8

    0下载:
  2. This a puzzle 8 automatic demo. It doesn t use graphics and it isn t playable, the game shows the steps to solve a random puzzle 8, showing each iteration until it arrives to end.-This is a puzzle 8 automatic demo. It doesn t use graphics and it isn
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:560562
    • 提供者:Juan
  1. J2ME

    0下载:
  2. J2ME 50例 源码 1、HelloWorld 2、MyCartoon GIF动画显示 3、MyWav 声音控制播放 4、FormItems 窗体控件 5、Puzzle 6、Plane 7、MMRpg 8、Tank 9、Optimize-J2ME 50 example source 1, HelloWorld 2, MyCartoon GIF animation 3, MyWav audio playback control 4,
  3. 所属分类:J2ME

    • 发布日期:2017-04-01
    • 文件大小:437093
    • 提供者:倪光耀
  1. EightQueen_bcb6

    0下载:
  2. (This is Borland C++Builder 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
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-03
    • 文件大小:293915
    • 提供者:yout
  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
    • 文件大小:121125
    • 提供者:yout
  1. EightQueen_vb

    0下载:
  2. (This is Visual Basic 6 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 Gaus
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-03
    • 文件大小:32042
    • 提供者:yout
  1. EightQueen_vs2008

    0下载:
  2. (This is VS2008 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
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-03
    • 文件大小:168063
    • 提供者:yout
  1. Qt4--Ping_game

    0下载:
  2. 拼数字游戏,就是9个空格8个数字的游戏,,类似于拼图-Fight of the game is to nine spaces eight digital game, similar to the puzzle
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-11
    • 文件大小:60011
    • 提供者:郑华
  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. pintu

    0下载:
  2. 这是一个拼图游戏小游戏,将一张大图拆封成8个小图,然后随机分散开来,外加一个空白,组成新的页面-This is a puzzle game. It will be a larger image opened into eight insets, then randomly dispersed, plus a blank, the formation of new page
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:815821
    • 提供者:杜晓敏
  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
    • 文件大小:3168129
    • 提供者:mammonlijing
  1. hge181_dx9

    0下载:
  2. HGE is an easy to use yet powerful hardware accelerated 2D game engine. It is a full featured middleware for all who want to develop commercial quality 2D games rapidly and easily. It covers all imaginable 2D game genres: you could create everything
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-18
    • 文件大小:4920223
    • 提供者:chenluquan
  1. primer

    0下载:
  2. 一个小的代码:// stack堆栈中保留两个数据(皇后所在的行和列),总共有八个皇后 // 住要特别注意入栈和出栈的顺序。 最后输出计算的结果。-The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens threaten each other. Thus, a solution requires that no
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1228
    • 提供者:xiao
  1. 3_cubic_puzzle

    0下载:
  2. 立方数码问题(8数码问题的三维拓展) 使用C/C++实现4个算法,即,使用启发函数h1(n)的A*算法:Astar_h1.cpp,使用启发函数h2(n)的A*算法:Astar_h2.cpp,使用启发函数h1(n)的IDA*算法:IDAstar_h1.cpp,使用启发函数h2(n)的IDA*算法:IDAstar_h2.cpp。输出文件名与算法对应。以h1为启发函数的A*算法输出到output_Ah1.txt;以h2为启发函数的A*算法输出到output_Ah2.txt;以h1为启发函数的IDA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:8624
    • 提供者:typ
  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. 游戏2048

    0下载:
  2. 2048》是一款数字益智游戏,在4*4的方格中通过上下左右滑动来控制数字的变化,游戏胜利的条件是出现2048这个数字。 游戏规则如下: 1、玩家每次可以选择上下左右其中一个方向去滑动,定义滑动的方向为前,滑动的反方向为后,每滑动一次,所有的数字方块都会向前移动靠拢至边缘。 2、每一行(列)从最前方第二个方块依次向前方方块发起撞击,相撞的两个方块数字不同时不发生变化,撞击发起块向后顺延,相撞的两个方块相同时变成一个新的数值相加的数字块,后续的数字块依次向前递补空位,撞击发起块变为
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:27648
    • 提供者:monster怪兽
  1. 8-tile-puzzle-master

    0下载:
  2. BVNGBFGJHN SDOIV KJCXVN DVK DVOI V DVNKL LV
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-03
    • 文件大小:4096
    • 提供者:aronyanez
« 1 2 ... 4 5 6 7 8 9»
搜珍网 www.dssz.com