搜索资源列表
sudoku
- 用C++编写的数独游戏,采用回溯法,非递归,计算超快,代码精炼,注解详细-Using C++ Game Sudoku prepared using retrospective law, non-recursive calculation of ultrafast, code refining, detailed comments
Sudoku
- QT版数独游戏, 在Windowx XP 和 Ubuntu10.04下测试无误-Sudoku game, base on QT
sudoku
- 采用启发式搜索算法,能解任意合法的数独(由input.txt文件输入),还能自动生成唯一解的数独初局-Using heuristic search algorithm, to obtain any number of legal independence (from the input.txt file input), can automatically generate a unique solution of the early Sudoku Board
Sudoku
- 数独题目产生器 可自动随机产生数独题目 执行前请先设定好有关 jakarta commons logging 的 CLASSPATH 然后执行 java -jar SudokuGenerator.jar 平均一秒钟约可产生 67 组题目 -Title Sudoku Generator can automatically randomly generated Sudoku topic before the implementation of the relevant co
Sudoku
- 数独解法,能够解不要求回溯的数独问题,目前只支持用户自己出题。-Sudoku Solution, to the solution does not require backtracking Sudoku problem, currently only supports the user
sudoku
- 数独库的实现,是用VC编的,可以实现生成数独和求解-Sudoku realization of the Treasury, is to use VC series can be achieved to generate and to solve Sudoku
sudoku
- 利用栈来解数独游戏 并在无解的情况下给出提示-The use of the stack to sudoku itself, and no solution in the circumstances given tips
sudoku
- Sudoku Oyunu Delphi
SuDoKu
- 数独,比较好玩,大家可以试试,有好几个难度-Sudoku, more fun, you can try, there are several difficult
sudoku
- 填数字游戏(sudoku)的解法程序,将数据填入一文本,未知的用 x 替代,运行后将算出所有要填的数字的值。-Fill in the number of games (sudoku) the solution process, the data fill in a text, the unknown with ' x' instead, after running out to fill in the number of all values.
sudoku
- A Prolog program to solve sudoku
SUDOKU
- Sudoku for easy level program code written in C using TurboC++ on windowsXP. The program has the problem set stated inside the code, change that part of code for another problem.
Sudoku
- 数独游戏,简易版,提供五种难度要求自动出题解题,有人性化操作界面。-Sudoku game, simple version, to provide five kinds of difficulty that require the automatic topic and problem-solving, it was sex-based interface.
Sudoku
- 数独游戏规则 在9阶方阵中,包含了81个小格(九列九行),其中又再分成九个小正方形(称为宫),每宫有九小格。 游戏刚开始时,盘面上有些小格已经填了数字(称为初盘),游戏者要在空白的小格中填入1到9的数字, 使得最后每行、每列、每宫都不出现重复的数字,而且每一个游戏都只有一个唯一的解答(称为终盘)。 -Sudoku rules of the game in the 9-order matrices, including 81 small cell (9 9 lines), wh
sudoku
- 一个数独的游戏,不但能够自己玩数独游戏,还可以填数让机器去解,也可以让机器出题。界面程序,还能给用户一些提示。 2年前用VS2005开发的,我认为核心和最有意思部分是解数独和出数独的题这一块,所以我后来给这部分功能加了详细的注释。解数独的算法比较好研究,而出数独题则是比较麻烦的,我这里给出了我自己想的一种算法,让机器很快的出一道只有唯一解、已有的数字量合适而且不矛盾的数独题目也是需要很好的算法设计的。而界面我都没加注释,重点关注界面的网友抱歉了。解数独和出数独的在sodukuA.h和s
Sudoku
- 用c++编写的数独游戏,是控制台程序,界面友好可用鼠标操作-C++ written with Sudoku, is a console application, user-friendly mouse available
sudoku
- 用c语言实现的数独源码,在vc编译环境下实现。-C language of the Sudoku source code, in vc compiler environment to achieve.
sudoku
- 基于C#的数独游戏,挖空法生成随机关卡,难度较低(A C-Sharp based sudoku game.)
Sudoku
- Basic sudoku game in c++ with 20 differents boards
sudoku
- this is Sudoku program