搜索资源列表
sudoku
- 用C++编写的数独游戏,采用回溯法,非递归,计算超快,代码精炼,注解详细-Using C++ Game Sudoku prepared using retrospective law, non-recursive calculation of ultrafast, code refining, detailed comments
Sudoku
- 能产生有唯一解的数独代码,同时能对用户输入的数独题目进行判断并运算-Be able to produce a unique solution of the Sudoku code, while the user can input the number of unique topics, and operations to determine
Sudoku
- QT版数独游戏, 在Windowx XP 和 Ubuntu10.04下测试无误-Sudoku game, base on QT
Sudoku
- java android(版本2.1以上) 数独游戏源码-android sudoku
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
- 求數獨的解的exe檔 只是把我所寫的m-file轉成執行檔-Sudoku for the solution of the exe file just written by me m-file into executable file
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 for j2me 源码 手机游戏-Devils Sudoku Sudoku for j2me source mobile phone game
sudoku
- 可算sudoku的语法 规则很简单, 9*9 的格子中,每列,每行数字不可重复。 每个 "3*3" 的 "Box" (共9个) 内的数字也不可重复。 附件是 eclipse java project, 请将你的算法写在 SolvePuzzle() 内-Be regarded as the grammar rules of sudoku are simple, the 9* 9 grid, each row, each row can not duplicate figure. Eac
sudoku
- 数独快速并行求解算法,使用Intel编译器-Sudoku fast parallel algorithm, the use of Intel compilers
sudoku
- 這是個prolog程式,能解決4x4的數獨問題 例: ?- sudoku ([4,2,0,0]/[0,1,0,2]/[0,0,1,0]/[1,0,0,4], Solution). Solution = [[4,2,3,1]/[3,1,4,2]/[2,4,1,3]/[1,3,2,4]] -A program can solve 4x4 sudoku problem.
sudoku
- Sudoku Oyunu Delphi
SuDoKu
- 数独,比较好玩,大家可以试试,有好几个难度-Sudoku, more fun, you can try, there are several difficult
Sudoku
- Application that solves sudoku of different complexity.
SuDoKu
- 当年风靡全球的小游戏---数独,J2ME平台源代码,-Was popular around the world--- Sudoku game, J2ME platform, source code,
Sudoku
- 数独游戏源码,J2ME开发,支持固定IP获取数独地图-Sudoku J2ME
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.