搜索资源列表
puzzles.rar
- 算法全名为数字拼图问题(八数码)算法,讲述一个自动完成九宫格数字拼图的算法,Algorithm, called the whole issue of the number of puzzles (8 digital) algorithm, on a number of auto-complete puzzle squares algorithm
puzzle
- [简介] 名称: 《拼图》-附源代码 (代码行数:747 注释行数:164) 开发环境:WinXp+VC.Net2005+Win32 API 作者:mj 联系方式:mj055@yahoo.cn [拼图] 鼠标操作,有音效 游戏玩法仿文曲星上拼图游戏,每次只能用空白方块与左右相邻的数字方块对换, 当排列成1 2 3 则游戏胜利 4 5 6 7 8 [说明] 1.游戏引擎代码参考[美]Michael Mor
Puzzle
- 八数码 * 大体思路:主要思想为插入排序。 * 特殊词语解释: * 墙:在最外层的中间位置,总共有四个,如[1][0]。 * 注意:这四个位置有一个共同性质,即:以任何方式记录数字为,他们与其他五个位置的奇偶性互异 * 角:数组的四个角 * 空格:数字0-Eight digital* generally thought: the main ideas for the insertion sort.* Special terms to explain:* the wa
puzzle
- 有一个迷宫,用一个二维数组maze[1: m][1: n]表示,其元素值只有两个:0与1。其中以值0表示该位置可以走通,以值1表示该位置阻塞。在迷宫的左上方maze[1][1]处有一入口,右下方maze[m][n]处有一出口,如图1-1所示。现要求探寻从迷宫入口到出口有无通路;若有,则指出其中一条通路的路径:将迷宫数组中通路上的0替换成另一数字(例如8),输出找到通路的迷宫数组;同时按照走通的顺序输出路径上每一步的位置坐标及向下一步前进的方向;若没有,则给出相应的信息。-There is a m
MyGridLayout(1)
- 16方格拼图游戏:方格内数字按正序或者逆序排列成功-16 square puzzle: the number of boxes are ordered by reverse order of the success or
slider_puzzle
- 智慧排序遊戲 (Slider Puzzle) 這個遊戲是需要您在遊戲格區內移動圖片磚塊,直到它們停在正確位置為止。(利用數字建取代方向鍵)-Sort game wisdom (Slider Puzzle) is the game requires you to move in the game grid area picture bricks until they stopped in the correct position so far. (Using the arrow keys to r
EightPuzzle
- Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank. There are 2 Heuristic: 1. N: Number of misplaced tiles 2. S: Sum o
puzzlegameVC
- 九宫格数字拼图小游戏,能完成自动拼图的功能,可手动输入,VC源代码,可视化界面。-Small squares the number of puzzle games, puzzles to complete the automatic function, can be manually input, VC source code, visualization interface.
huocai
- 四人玩火柴棍游戏,每一次都是三个人赢,一个人输。输的人要按赢者手中的火柴 数进行赔偿,即赢者手中有多少根火柴棍,输者就赔偿多少根。现知道玩过四次后, 每人恰好输过一次, 而且每人手中都正好有16根火柴。问此四人做游戏前手中各有 多少根火柴? 编程解决此问题。-Four matches to play club games, every time the three win, lose one. Losers who should win a few matches their
SlidingPuzzle
- 一个基于java的小游戏,名为SlidingPuzzle。类似于拼图,只不过是换成将打乱的1-15的数字按顺序重新排列成4*4矩阵形式。-A small java-based game called SlidingPuzzle. Similar to the puzzle, only to disrupt the 1-15 replaced by the number of re-arranged according to the order of 4* 4 matrix form.
puzzle
- This a program code that solves a puzzle.Which is in 3x3 grid you must place number from 1 to 9 such that all rows, columns and diagonals add up to 15.-This is a program code that solves a puzzle.Which is in 3x3 grid you must place number from 1 to 9
jigsaw-puzzle
- “智能复原”按钮将要实现的是在棋盘进行混乱的情况下,通过比较棋盘前后的状态,获得数据,然后由“游子”进行智能尝试恢复。 并且对一些“走棋定势”进行分析,排除“往复”和“绕圈”等无效操作,从而能够实现动态走棋复原的一个功能。-" Smart Recovery" button will be achieved in the board for the chaotic situation, by comparing before and after the state board
puzzle
- 综合课程设计,成品包含: 17个java源文件,1个生成的.jar文件,1份报告书等 主要功能说明: (1).游戏设有初级、中级、高级的难度选项; (2).在完成拼图的过程中,可以查看完整图片的功能; (3).可以自由加载图片,不受图片数量、大小、格式限制,切割过程自动完成; (4).游戏具有计时、计录步数的功能,并能实时显示; (5).游戏自动过滤无解情况的拼图状态; (6).游戏中任何一个状态,计算机可以自动求取最优解,并模拟出路径。 (7).在模拟中,可
PuzzleFrame.java
- (1).能够实现简单的小游戏智能拼图,所设计的是数字智能拼图,包括初级和高级两种玩法; (2).初级三行三列,包括数字1——8,和一个活动按钮,高级四行四列,包括数字1——15和一个活动按钮; (3).游戏开始,数字随机排列,玩家把数字按顺序1——8或1——15排列起来(行排列)就算成功过关; (4).此游戏为休闲娱乐小游戏。 -(1). To achieve a simple smart puzzle game, designed for digital intelligent
GameTest
- 对称阵拼图游戏,将数字块放入方格中,形成对称阵,游戏胜利-Symmetric matrix jigsaw puzzle, the number of pieces into the grid, the formation of symmetric matrix, games victory
Puzzle(7)
- 一个拼图游戏,运用了双缓冲技术。可以自由设定所分的块数。环境为VS2010,基于win api的,其他的版本也可以打开的。-A jigsaw puzzle, using a double-buffering. The points can be freely set the number of blocks. Environment is VS2010, based on win api, and other versions can open.
guess---number
- 一个小的智力游戏,可以通过计算机产生的随机数,然后在限定次数内猜测正确即可!-A small puzzle game, you can generate random numbers by computer, and then a limited number of times you can guess correctly!
Puzzle
- BASCOM-AVR益智游戏项目: 这是一个与AVR和4x20 LCD益智游戏。有一个从1到15,洗牌15号表,你必须理清与箭头键NUM。-AVR Puzzle Game Project: This is a Puzzle game with AVR and 4x20 LCD. There are a table of 15 number from 1 to 15 that shuffle and you must sort this num with arrows key.
puzzle-gameVB-Code
- 一款益智游戏猜数字源代码,既能学到猜数字游戏的编程技巧又能益智,一举两得!-A puzzle game to guess the number of source code
Newton_GDBH.tar
- 用pyhton简化的Nowton迭代,实现计算x^6=5的所有实根。适用与初学python的同学参考。同时附带GDBH问题在大于等于6时的10000次迭代范围内的正确性验证-calculate the equation : x^6=5, find all the real number x. Using python and Newton Iteration Method.Then the appendix code is about the puzzle of GDBH and the sol