搜索资源列表
-
0下载:
利用回溯算法数独游戏解算C++代码,能够较快的求解出数独问题,The use of backtracking algorithm solving sudoku C++ code, can be faster to solve a sudoku problem
-
-
0下载:
数独游戏解算C++代码,在vc6.0上运行,控制台,使用回溯法解决,首先输出的是一个满足规则的数独例子,接着可以自己输入已知点的个数及其坐标、数字(要求不能违反规则),然后会生成满足条件的一个例子。-Sudoku solver C++ Code, in vc6.0 run on the console, use backtracking to solve, first of all to meet the output is a single example of a few rules, an
-
-
0下载:
在计算机科学,舞蹈链接,也被称为的DLx ,是技术建议唐纳德克努特有效地执行其算法十算法X是递归,随意性,深度优先,回溯算法,认为所有的解决方案的确切覆盖问题。一些较为著名的确切涵盖的问题包括瓦工,n皇后问题,数独。-In computer science, Dancing Links, also known as DLX, is the technique suggested by Donald Knuth to efficiently implement his Algorithm X. A
-
-
0下载:
一个数独游戏的计算小程序.利用回溯算法.能算出所有可能的结果.-The calculation of a Sudoku applet. The use of backtracking algorithms. Is able to calculate all the possible outcomes.
-
-
0下载:
用试探回溯法求解数独。从第一排第一个开始逐个尝试,并判断是否符合要求,如果不符合要求,回溯,如果符合要求,递归求解下一个位置,直到所有的位置已经填满。-Trial Sudoku backtracking. The first attempt to start the first row one by one and determine whether compliance with the requirements, if not met, back, if they meet the req
-
-
0下载:
在excel的单元格中填制已知的数,通过树叉的回溯,完成数独未知数的填制。(In the excel cell in the known number by backtracking tree, complete Sudoku fill in the unknown.)
-