搜索资源列表
QSudokunew
- 一个SUDOKU数独游戏,界面用QT2重写了 支持自动求解和难度设置,支持3*3*3*3到5-it s a sudoku program based on QT2 GUI.
game_sudoku
- 不是数独游戏的算法,而是我写这个游戏所用到的架构和面各对象技术。在这里与大家分享,希望对初学者在软件的设计方面有所帮助。-Sudoku is not the algorithm, but I wrote the game used by the target architecture and noodle technology. To share with you here and hope for beginners in the software design help.
sudoku.tar
- 在linux下用c语言开发的产生数独游戏的矩阵。-generate the matrix of sudoku randomly.
sudoku
- 在linux控制台下玩的数独游戏,加源码。-Linux console to play Sudoku games, plus source.
OpenSudoku
- OpenSudoku一个简单的九宫格数独游戏,是实现操作系统的一个源代码-A simple OpenSudoku Jiugongge Sudoku game, the operating system source code
game-c-code
- 这是在Linux系统下使用c语言编程实现的数独小游戏,可供大家参考 -C programming language used Linux system Sudoku game available for reference
用C++实现的数独求解
- 用C++实现的数独求解,主要是用递归实现.有英文注释.代码还算简洁清晰吧.-Achieved with C++ solving Sudoku, mainly using recursive. With English notes. Code is fairly simple and clear it.
SUDOKU101
- this program is to generate all possible combinations of sudoku and also to find solutions of the sudoku given.