搜索资源列表
find24
- 4个数,加符号算出结果24的游戏,微软曾经面试题,用计算机求解,又详细过程。-Number 4, plus 24 symbols calculated results of the game, Microsoft face questions and use computers to solve. Also detailed process.
TwelveBalls
- 12个球:有这样一个问题:在12个大小和颜色都相同的球中,其中有一个球的重量与其它的11个球的重量不同。现在有一架天平,你能够只用这架天平只称3次就能够将该球找出来吗?该程序解决这个问题。虽然算法简单些,但是解该问题还是够难的。与大家共享!-12 balls : such a problem : In 12 sizes and colors are the same ball, There is a ball with the weight of the other 11 different w
bahuanghouproblem_c
- C语言实现的八皇后问题求解。 会下国际象棋的人都很清楚:皇后可以在横、竖、斜线上不限步数地吃掉其他棋子。如何将8个皇后放在棋盘上(有8*8个方格),使它们谁也不能被吃掉!这就是著名的八皇后问题。-C language of the eight Queen's problem to solve. Will be under the international chess are very clear : the Queen's horizontal, the vertic
Rubix
- This interactive game allows you to manipulate and view the rubik s cube in 3D with the click of your mouse. If you get stuck, just click to watch the cube solve itself. Or, just \"rearrange the stickers\" and start over.
sudoku
- 在matlab里制作的数独谜题用户界面,用于创建和解决数独谜题。包括了内建的数独解法和作弊暗示。也是一个学习用matlab做用户界面的很好的实例。Graphical user interface (GUI) for creating and solving sudoku puzzles. Includes built-in sudoku solver that can be used to solve typed-in puzzles or provide cheating hints if t
bashuma
- 用三种不同的搜索算法解决八数码问题,使得通过最短的路径和最小的消耗到达目标状态。-Three different search algorithms to solve the problem eight digital, making the shortest path and minimum through the consumption of the state to reach the target.
solution_for_Sudoku_Puzzle
- 数独解题程序c语言源代码,可解任意数独题,可提示无解或者多解,并显示题目难度系数-Sudoku solving programs c language source code, can solve any Sudoku problem, no solution can be prompt or multiple solutions, and displays the degree of difficulty of the subject
cube
- opengl 写的一个3d二阶魔方,能够自动求解,旋转。。。改变视角等-opengl order to write a 3d cube that can automatically solve, rotation. . . Change the viewing angle
sudoku
- 数独库的实现,是用VC编的,可以实现生成数独和求解-Sudoku realization of the Treasury, is to use VC series can be achieved to generate and to solve Sudoku
Soduku
- 用C语言实现的生成数独题目并求解,用堆栈的方法求解,*面-Using C language to generate the topic and to solve sudoku using stack method, no Interface
VCgame
- 这是一款VC++开发的拼图游戏,解决的问题有:如何分割图像并且绘制到Button或者Static控件上;Static控件如何能够响应鼠标;移动算法,可不可以获得最少步数?-This is a VC++ to develop the jigsaw puzzle to solve the problem: how to partition the image and draw on the Button or Static Control Static control how to respond
boxgame
- 用MATLAB求解推箱子智力游戏问题,将推箱子的图看做矩阵,利用穷举法求解,对于一般的简单图很有效。-Use MATLAB to solve Sokoban puzzle problem, Sokoban graph as matrix, using brute-force solution, a simple graph in general is very effective.
sudokusolver
- a sudoku solver can solve sudoku problems which contains one solution or no solution. using backtracking algorithm-a sudoku solver can solve solve sudoku problems which contains one solution or no solution. using backtracking algorithm
CSharpSudoku
- C#版的数独计算器,能解决一般问题-C# version of Sudoku calculator can solve the general problem
sudoku.cpp.tar
- 解决数独问题的源码,对于9x9的方格可一秒钟出解-a method to solve sudoku problem
java_8PuzzleApp
- To solve 8-puzzle problem using JAVA.
block
- 最近流行一个Flash游戏,翻木块(本压缩文件里有)。本程序对简化了的翻木块游戏实现自动求解,用的是BFS算法,能求最少步数。-Recently a popular Flash game, turn pieces of wood (the zip file there). This procedure simplifies the translation of the block to solve the game automatically, using a BFS algorithm to
Sodoku
- 数独游戏的通用算法。摘要: 1 数独是一种数学智力拼图游戏,玩法逻辑简单,但解法千变万化。 2 数独解法全是由规则衍生出来的,基本解法分为两类思路,一类为排除法,一类为唯一法。更复杂的解法,最终也会归结到这两大类中。 3 算法的数据结构,基本思想及成果演示 成功计算出了数独题目的结果,并保持了很快的速度.该算法可以解决所有的数独游戏题目,为一种高效率的通用算法. 4 算法有更广阔的改进空间 -Sudoku generic algorithm. Abstract: a nu
8puzzle
- 八数码的华容道游戏程序源代码 自动实现八数码问题的求解-8 digital Huarong game source code automatically solve the problem eight digital
Hanoi
- 汉诺塔自动求解演示,基于对话框的应用程序,界面还不错,有源码。-Hanoi automatically solve the presentation, dialog-based applications, interface also true that source.