搜索资源列表
sudoku_lisp
- lisp编的解数独游戏的程序,用递归实现。-lisp series of the game alone entertaining program that will achieve recursive.
shudu
- 这是一个可以解数独的程序,就是你输入一个数独的题它可以给你解出来,在shudu.in里面输入的是一个9*9的方块,每一个没有填的地方用0表示。如: 100006004 008090050 400300000 800002040 009605200 060700005 000007002 080030400 300200009
shudu
- 基于vc2008MFC编写的求解数独的小程序
shudu
- 解数独的小程序,由于不知道怎么放在日志里,先传到这里-Small program itself alone, since it is not know how to log on, the first came here
Sudu
- 使用MFC写的一个解数独的程序,主要使用了类CNineGong及CCell,原理回溯法测试填入的数字是否合理,做了些优化,速度比以前快许多-Use MFC to write a single procedure itself, the main use of the category CNineGong and CCell, the principle of backtracking fill in the number of tests is reasonable, to do some op
shudu
- 我写的自动解数独题目的小程序,用回朔递归解的 有兴趣的可以看看 很简单的小程序-auto find answer of shudu
shenyou
- 求解数独的深度优先搜索的程序,没有递归,可用于低性能的单片机。-Sudoku Solving the depth-first search procedure, there is no recursion, can be used for low performance microcontroller.
shuduyuxi
- 解数独游戏,9*9格子。一个简单的c语言程序,不过可是我自己的原创哦,虽然是几年前的。输入数独里已有的数字,解空格里数,给出的程序是txt文本的.具体字母,数组,在注释里有。-Means it Sudoku, 9* 9. A simple c-language program, but my own originality, but oh, though a few years ago. Enter Sudoku there are already the number of solution
KSE1.0(SRC)
- 数独探索者,快速解数独的小程序。使用哈希表优化的深度优先搜索算法。-Sudoku Explorer 1.0
sudoku
- 一个数独的游戏,不但能够自己玩数独游戏,还可以填数让机器去解,也可以让机器出题。界面程序,还能给用户一些提示。 2年前用VS2005开发的,我认为核心和最有意思部分是解数独和出数独的题这一块,所以我后来给这部分功能加了详细的注释。解数独的算法比较好研究,而出数独题则是比较麻烦的,我这里给出了我自己想的一种算法,让机器很快的出一道只有唯一解、已有的数字量合适而且不矛盾的数独题目也是需要很好的算法设计的。而界面我都没加注释,重点关注界面的网友抱歉了。解数独和出数独的在sodukuA.h和s
sudoku
- 自己写的一个简单求解数独(sudoku)的程序,环境Visual C++ 6.0测试通过。如有问题欢迎与我联系。-To write a simple method for solving Sudoku (sudoku) procedures, environmental Visual C++ 6.0 test. For questions please contact me.
sudoku
- 解数独的小程序,思路新颖,提供一个全新的思路-programe to solve sudoku
shudu
- 求解数独的小程序 其中采用了图形界面,对初学者可以参考图形界面的编写方法。 求解数独算法比较简单,但是其中注释很少 -A small program to solve Sudoku Which uses a graphical interface, a graphical interface for beginners can refer to the preparation method. Sudoku solving algorithm is relatively sim
sudoku
- 程序自动解数独,所有源文件加载到一个工程中,就可以编译运行-The program automatically stops alone, all the source files loaded into a project, you can compile and run
sudoku-solver
- 解数独程序 命令行 很详细 可以直接编译 附带很多数独样例 可以直接载入-Sudoku program command line can be directly compiled
shudu
- python使用dancinglinks数据结构,可解多解数独的程序-the python use dancinglinks data structure solvable multi Sudoku program
Sudoku
- 使用回溯求解数独的小程序,命令行读取输入输出文件-Backtracking to solve Sudoku applet command line reads the input and output files
sudoku
- 自己用C++写的一个解数独程序,用MFC做了一个简单的界面,瞬间变身骨灰级数独玩家,欢迎下载。-A sudoku source code by VC++
sudoku_Cpp
- 完全用C++写的解数独程序,在VC6.0下成功运行,在运行窗口输入数独数据,回车计算即可-Written entirely C++ Sudoku program runs successfully in VC6.0, enter the number of independent data in the Run window, enter the calculation to
sudoku
- 利用回溯法求解数独的小程序,程序利用Fortran语言编写(Using backtracking method to solve Sudoku)