Welcome![Sign In][Sign Up]
Location:
Search - puzzle of number

Search list

[Multimedia Develop8puzzlesolve

Description: This an 8-puzzle solver. You input the current state of your annoying little 8 puzzle and it ll use the Hillclimbing Algorithm to calculate a list of moves which you can use to solve the puzzle. It is written in C++ with an interactive text mode based interface. Enter numbers 0-8. Keep your pathlength short as you can, and make the number of nodes between 1 and 65536 (on an x86 machine).
Platform: | Size: 5120 | Author: 王涛 | Hits:

[J2MEpuzziegame

Description: 一个J2ME游戏,单机玩拼图游戏 ,游戏难度分为简单、一般、困难。简单是把一张图片分成了4块,很好拼;一般是把图片分成了16块也很好拼;困难是把图片分成了64块,游戏共有12关,在每关过后可以欣赏一些图片。-A J2ME game, stand-alone jigsaw puzzle games, games are divided into simple and difficult, in general, difficult. Simple a picture is divided into four, very good fight general picture is divided into 16 is also very good fight difficulties is divided into 64 images, games, a total of 12 customs clearance after each can enjoy a number of picture .
Platform: | Size: 13645824 | Author: sam | Hits:

[Game Programpuzzle

Description: [简介] 名称: 《拼图》-附源代码 (代码行数:747 注释行数:164) 开发环境:WinXp+VC.Net2005+Win32 API 作者:mj 联系方式:mj055@yahoo.cn [拼图] 鼠标操作,有音效 游戏玩法仿文曲星上拼图游戏,每次只能用空白方块与左右相邻的数字方块对换, 当排列成1 2 3 则游戏胜利 4 5 6 7 8 [说明] 1.游戏引擎代码参考[美]Michael Morrison的《游戏编程入门》 2.打猎游戏图片资源来自于《武林群侠传》中的打猎小游戏 3.用vc.net2005编译时注意在项目属性页中ATL使用选择"不使用ATL",字符集选"使用多字节字符集",还有链接器->输入->附加依赖项:msimg32.lib winmm.lib-[Profile] Name: puzzle - attached to the source code (the code number of rows: 747 Note the number of rows: 164) Development Environment: WinXp+ VC.Net2005+ Win32 API Author: mj Contact: mj055@yahoo.cn [puzzle ] Mouse operation, there are sound gameplay文曲星on imitation jigsaw puzzle, each only with a blank box with the box around the figure adjacent to the exchange, when arranged in the game 1 2 3 Victory 4 5 6 7 8 [Description] 1. game engine code reference [U.S.] Michael Morrison s Introduction to Game Programming 2. hunting game image resources from the Wulin群侠Biography in the hunting of small game 3. vc.net2005 compiled by When the project properties page ATL use select do not use ATL , Character Set selection the use of multi-byte character set , as well as linker-> input-> additional dependencies: msimg32.lib winmm.lib
Platform: | Size: 518144 | Author: mj | Hits:

[JSP/JavaPuzzle

Description: 八数码 * 大体思路:主要思想为插入排序。 * 特殊词语解释: * 墙:在最外层的中间位置,总共有四个,如[1][0]。 * 注意:这四个位置有一个共同性质,即:以任何方式记录数字为,他们与其他五个位置的奇偶性互异 * 角:数组的四个角 * 空格:数字0-Eight digital* generally thought: the main ideas for the insertion sort.* Special terms to explain:* the wall: In the middle of the outermost layer, a total of four, such as [1] [0].* Note: These four locations have a common nature, namely: the number of records in any way for them with five other locations parity differ* angle: the four corners of the array* space: Digital 0
Platform: | Size: 2048 | Author: duwei | Hits:

[Otherpuzzle

Description: 有一个迷宫,用一个二维数组maze[1: m][1: n]表示,其元素值只有两个:0与1。其中以值0表示该位置可以走通,以值1表示该位置阻塞。在迷宫的左上方maze[1][1]处有一入口,右下方maze[m][n]处有一出口,如图1-1所示。现要求探寻从迷宫入口到出口有无通路;若有,则指出其中一条通路的路径:将迷宫数组中通路上的0替换成另一数字(例如8),输出找到通路的迷宫数组;同时按照走通的顺序输出路径上每一步的位置坐标及向下一步前进的方向;若没有,则给出相应的信息。-There is a maze, with a two-dimensional array maze [1: m] [1: n] that the value of its only two elements: 0 and 1. Among them, the location of the value of 0 indicates that the pass can go to the value of 1 indicates that the location of obstruction. The upper left corner in the maze of the maze [1] [1] there is a entrance to the lower right corner maze [m] [n] there is an export, as shown in Figure 1-1. Are now required to explore the maze entrance to the exit from the availability of access if so, have pointed out that one of the access path: The path of the maze array of 0 replaced by another number (eg 8), the output pathway of the maze to find the array At the same time, in accordance with the walk pass on the order of the output path of the location coordinates of each step and the way forward to the next step if not, then given the appropriate information.
Platform: | Size: 2048 | Author: 张三 | Hits:

[Other Riddle gamesMyGridLayout(1)

Description: 16方格拼图游戏:方格内数字按正序或者逆序排列成功-16 square puzzle: the number of boxes are ordered by reverse order of the success or
Platform: | Size: 2048 | Author: wangshilei | Hits:

[Other Riddle gamesslider_puzzle

Description: 智慧排序遊戲 (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 replace the number of building)
Platform: | Size: 4096 | Author: huangchi | Hits:

[Mathimatics-Numerical algorithmsEightPuzzle

Description: 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 of Manhattan distance of current location and target location. Format: The first line write type of heuristic (N or S). Next is the status of departing and landing status. Between 2 states of 1 line blank. See examples EightPuzzle.INP-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 of Manhattan distance of current location and target location. Format: The first line write type of heuristic (N or S). Next is the status of departing and landing status. Between 2 states of 1 line blank. See examples EightPuzzle.INP
Platform: | Size: 2048 | Author: Duc Dung | Hits:

[Algorithmpuzzles

Description: 算法全名为数字拼图问题(八数码)算法,讲述一个自动完成九宫格数字拼图的算法-Algorithm, called the whole issue of the number of puzzles (8 digital) algorithm, on a number of auto-complete puzzle squares algorithm
Platform: | Size: 64512 | Author: PT | Hits:

[Game ProgrampuzzlegameVC

Description: 九宫格数字拼图小游戏,能完成自动拼图的功能,可手动输入,VC源代码,可视化界面。-Small squares the number of puzzle games, puzzles to complete the automatic function, can be manually input, VC source code, visualization interface.
Platform: | Size: 1582080 | Author: michelle | Hits:

[Windows Develophuocai

Description: 四人玩火柴棍游戏,每一次都是三个人赢,一个人输。输的人要按赢者手中的火柴 数进行赔偿,即赢者手中有多少根火柴棍,输者就赔偿多少根。现知道玩过四次后, 每人恰好输过一次, 而且每人手中都正好有16根火柴。问此四人做游戏前手中各有 多少根火柴? 编程解决此问题。-Four matches to play club games, every time the three win, lose one. Losers who should win a few matches their compensation, that is, the number of hands to win match stick, the number of losers on the compensation root. Played four times now to know, the person happens to lose one, and each of the hands are exactly 16 matches. Asked to do the four games before the match the hands of the respective numbers? Programming to solve this problem.
Platform: | Size: 1024 | Author: lcch | Hits:

[Game ProgramSlidingPuzzle

Description: 一个基于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.
Platform: | Size: 2048 | Author: li li | Hits:

[Windows Developpuzzle

Description: 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 such that all rows, columns and diagonals add up to 15.
Platform: | Size: 1024 | Author: gordon | Hits:

[Game Programjigsaw-puzzle

Description: “智能复原”按钮将要实现的是在棋盘进行混乱的情况下,通过比较棋盘前后的状态,获得数据,然后由“游子”进行智能尝试恢复。 并且对一些“走棋定势”进行分析,排除“往复”和“绕圈”等无效操作,从而能够实现动态走棋复原的一个功能。-" Smart Recovery" button will be achieved in the board for the chaotic situation, by comparing before and after the state board, access to data, and then by the " wanderer" intelligent try to recover. And a number of " walking chess-set," an analysis for eliminating the " back and forth" and " circling" and other invalid operation, and thus be able to achieve dynamic walking chess a function of recovery.
Platform: | Size: 4096 | Author: ky zheng | Hits:

[Other Riddle gamespuzzle

Description: 综合课程设计,成品包含: 17个java源文件,1个生成的.jar文件,1份报告书等 主要功能说明: (1).游戏设有初级、中级、高级的难度选项; (2).在完成拼图的过程中,可以查看完整图片的功能; (3).可以自由加载图片,不受图片数量、大小、格式限制,切割过程自动完成; (4).游戏具有计时、计录步数的功能,并能实时显示; (5).游戏自动过滤无解情况的拼图状态; (6).游戏中任何一个状态,计算机可以自动求取最优解,并模拟出路径。 (7).在模拟中,可以用计算机自动定时模拟,也可以人工干预模拟。-I have an integrated curriculum design, the finished product include: 17 java source files, one generated. Jar file a report, etc. Main Function Description: (1). The game has beginner, intermediate, advanced difficulty option (2). Upon completion of the process of the puzzle, you can view the complete picture of the function (3). Are free to load the image without picture number, size, format restrictions, cutting the process of auto-complete (4). The game has a timing step of recording the number of functions, and real-time display (5). The game automatically filter no solution of the puzzle of state (6). The game in any one state, the computer can automatically strike the optimal solution, and simulate the path. (7). In the simulation, you can use a computer automatic timing simulation, you can also simulate human intervention.
Platform: | Size: 6884352 | Author: 腾飞 | Hits:

[VC/MFCThe-C-Puzzle-Book

Description: 本书脱胎于作者在C语言的摇篮——贝尔实验室教授C语言的讲稿,几乎涵盖了C语言各个方面的难点,并包含了一些其他书籍很少分析到的问题。在每个谜题后面都有详尽的解题分析,使读者能够清晰地把握C语言的构造与含义,学会处理许多常见的限制和陷阱,是一本绝佳的C语言练习册。 本书结构清晰,循序渐进,适合于C语言的初学者,可用作高校计算机相关专业的辅助教材,同时也可供具有一定C语言编程经验的读者复习提高之用。-Book born out of the cradle in the C language- Bell Labs, Professor C language script, covering almost all aspects of C language difficulties, and includes a number of other books, very few of the issues. In the back of each puzzle has a detailed analysis of problem solving, so that readers can clearly grasp the C language, structure and meaning, learn to deal with many common limitations and pitfalls, is an excellent C language exercise book. Book a clear structure, step by step in the C language for beginners, university computer can be used as supplementary teaching materials related to professional, but also for a certain experience in C programming language used to improve the reader review.
Platform: | Size: 10797056 | Author: ng | Hits:

[Game ProgramPuzzleFrame.java

Description: (1).能够实现简单的小游戏智能拼图,所设计的是数字智能拼图,包括初级和高级两种玩法; (2).初级三行三列,包括数字1——8,和一个活动按钮,高级四行四列,包括数字1——15和一个活动按钮; (3).游戏开始,数字随机排列,玩家把数字按顺序1——8或1——15排列起来(行排列)就算成功过关; (4).此游戏为休闲娱乐小游戏。 -(1). To achieve a simple smart puzzle game, designed for digital intelligent puzzles, including the junior and senior two games are played (2). Primary three rows of three, including the number 1- 8, and an activity button, and senior four lines of four, including the number 1- 15 and an event button (3). game start, digital random arrangement, the number of players in order 1- 8 or 1- 15 line up (rows) Even if successful clearance (4). This game is a recreational game.
Platform: | Size: 8192 | Author: 向云洲 | Hits:

[Chess Poker gamesGameTest

Description: 对称阵拼图游戏,将数字块放入方格中,形成对称阵,游戏胜利-Symmetric matrix jigsaw puzzle, the number of pieces into the grid, the formation of symmetric matrix, games victory
Platform: | Size: 31744 | Author: 李明 | Hits:

[VC/MFCC-puzzle

Description: C语言的谜题,展示了14个C语言的迷题以及答案,代码应该是足够清楚的,而且我也相信有相当的一些例子可能是我们日常工作可能会见得到的。通过这些迷题,希望你能更了解C语言。-C language of the puzzle, showing 14 C-puzzle and the answer, the code should be clear enough, but I also believe that a considerable number of examples may be met in our daily work may get. Through these puzzles, I hope you can better understand the C language.
Platform: | Size: 8192 | Author: vivi | Hits:

[Other Riddle gamesPuzzle(7)

Description: 一个拼图游戏,运用了双缓冲技术。可以自由设定所分的块数。环境为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.
Platform: | Size: 749568 | Author: 杨嘉楠 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net