搜索资源列表
SHUDU
- 数独求解 每行和每列和每小格为1到9的数字,用程序求解的算发.-several independent firms for each and every line and every small units of one to nine the number of procedures for the count fat.
利用回溯算法数独游戏解算C++代码
- 利用回溯算法数独游戏解算C++代码,能够较快的求解出数独问题,The use of backtracking algorithm solving sudoku C++ code, can be faster to solve a sudoku problem
sudoku_Csharp
- 用C#.net编写的数独小游戏,界面美观,可随机生成游戏和求解。-With C#. Net Sudoku game written in beautiful interface, can be randomly generated games and solving.
SUDOKU
- 自己开发的数独游戏教学程序,实现了当前主流的数独求解算法。一方面可以进行游戏,更重要的是在每一步自动提示后都会讲解相关的解题算法,便于学习数独。-Self-developed Sudoku games teaching program, to achieve the current mainstream sudoku algorithm. On the one hand you can play games, but more importantly is that in each step w
sudoku
- 数独库的实现,是用VC编的,可以实现生成数独和求解-Sudoku realization of the Treasury, is to use VC series can be achieved to generate and to solve Sudoku
num
- 自己写的一个数独求解的小程序,界面很检点,主要是算法吧-To write a Sudoku solving small procedures, the interface is very disorderly, mainly algorithm吧
Sudoku
- 数独求解器 可以快速求解数独。 bug:不支持无解数独-Sudoku Calculator
SudoCalculator
- 数独求解题: 该程序, 初始条件可用键盘直接在界面上输入, 求解结果显示在界面上。 很好玩的-sudoku calculator
sudoku
- 数独快速并行求解算法,使用Intel编译器-Sudoku fast parallel algorithm, the use of Intel compilers
tssdjtf
- 该文件中详细的讲述了数独游戏的解法,对于想学习数独求解过程的人来说有很大的帮助-The documents detail the solution of Sudoku games for Sudoku want to learn the process for solving very helpful
NumMatrixApp
- 人工智能数独求解程序,含有一些优化的算法,可以在50ms 内出大部分数独题-Artificial Intelligence Sudoku solver, which contains a number of optimization algorithms, can be within 50ms most of the Sudoku title
CrackSudoku
- 数独求解程序源代码,采用穷举法,无唯一解-Sudoku solver source code, using brute-force method, no unique solution
shudu_Java
- 数独问题的求解过程,可求解给定的9*9数独问题-Sudoku problem solving process, can solve a given problem 9* 9 Sudoku
用C++实现的数独求解
- 用C++实现的数独求解,主要是用递归实现.有英文注释.代码还算简洁清晰吧.-Achieved with C++ solving Sudoku, mainly using recursive. With English notes. Code is fairly simple and clear it.
数独
- 请编程解决下面的数独问题:要求在空格内填入数字1-9,使得每行、每列、每个宫和两条对角线上数字都不重复,请编程求解这一变形的数独问题。(Please programming to solve the sudoku problem: requirements within the Spaces fill in the Numbers 1 to 9, make each row, each column, each palace, and the Numbers are not repeated o
数独
- 数独游戏,用VFP求解,玩家自行填充任意数独,并探寻多种结果。(Sudoku game, with the solution of VFP, to fill any Sudoku game player, and a variety of search results.)
sudoku
- java语言实现数独求解,本程序是离散数学中关于矩阵的一节的数独程序(The realization of Sudoku by java language)
sudoku
- 数独游戏,利用回溯法,可进行数独求解,生成,简单无图形化源代码(Sudoku , originally called Number Place, is a logic-based, combinatorial number-placement puzzle.)
数独解法
- 在excel的单元格中填制已知的数,通过树叉的回溯,完成数独未知数的填制。(In the excel cell in the known number by backtracking tree, complete Sudoku fill in the unknown.)
Python_Soduku_Cheats-master
- 本项目使用Python实现,仅使用了copy模块和time模块,代码中大量应用了for循环、if条件判断、列表(list)方法和递归,适合Python初学者巩固Python基础;在config文件中根据数独题目,更新数独列表的值;然后执行soduku.py,就会输出该数独题目对应的答案。(This project is based on Python , and I used no modules other than copy and time. The code use a lot of B