搜索资源列表
MySudoku
- 一款数独游戏的Java源代码,采用逻辑规则求解,不采用搜索算法求解,算法很经典,值得研究。-A few independent game Java source code, the rules for using logic, using search algorithm. Algorithm classic, worthy of consideration.
Sudoku
- 数独求解器 可以快速求解数独。 bug:不支持无解数独-Sudoku Calculator
suduko_solve
- javascr ipt写的数独求解器,直接用浏览器运行,可以快速求解给定的数独谜题-Sudoku solver wrote in javascr ipt. Run in browser directly, you can quickly solve a given Sudoku puzzles.
Shudu
- 一种数独游戏的解法,于是便用Java语言来实现。不过只能求解相对简单的数独(严格可以推理出来的,而不需要猜测)。-One kind of Sudoku solution, so they use the Java language. But only relatively simple to solve Sudoku (strictly be inferred, rather than need to guess).
J_Grid15
- 运用穷举法求解1-9,3*3数独问题,即使每行每列及对角线上的之和为15,算法简单,但运算时间有点长,大概是五分钟左右,请耐心等待。-Using exhaustive method to solve 1-9, 3*3 Sudoku problem, even if each row and each column and on the diagonal and 15, simple algorithm, but the operation time is long, about five min
sudoku
- java语言实现数独求解,本程序是离散数学中关于矩阵的一节的数独程序(The realization of Sudoku by java language)