搜索资源列表
Kakuro
- Kakuro数独问题: 数独这个奇特的名字来源于日语Sudoku,是十八世纪瑞士数学家欧拉发明的。 后在美国发展,并在日本得以发扬光大。 Sudoku的规则十分简单,就是在9×9的九宫格里面填数字,每个方格中填人合适的数字以使得每行,每列以及每个九宫格都要包含从1~9的数字且互不相同. 数独的玩法逻辑简单,数字排列方式千变万化.不少教育者认为数独是锻炼脑筋的好方法。 谜题中会预先填入若干数字, 其它方格为空白, 玩家得依谜题中的数字分布状况, 逻辑推敲出剩下的空格里是什么数字
matlab-shudu
- 源码为使用MATLAB求解数独问题,请先下载并学习MATLAB的使用。-Source for the use of MATLAB to solve sudoku problem, please download and study the use of MATLAB.
sd
- 计算数独的好方法,能够快速解决问题,使用方便-Good way to calculate the number of independent, able to quickly solve the problem, easy to use
shudu2
- 计算数独的好方法,能够快速解决问题,使用方便-Good way to calculate the number of independent, able to quickly solve the problem, easy to use
shudu
- 计算数独的好方法,能够快速解决问题,使用方便-Good way to calculate the number of independent, able to quickly solve the problem, easy to use
sudu
- 计算数独的好方法,能够快速解决问题,使用方便-Good way to calculate the number of independent, able to quickly solve the problem, easy to use
SUDOKU
- 九宫格的数独问题,利用回溯法来求解,C#语言,包括:初始化及填数的步骤-Jiugongge Sudoku problem to solve using backtracking, C# language, including: the number of steps to initialize and fill
sudou
- 数独问题 对于数独填充游戏,我们要保证在每一行,每一列,每一个方块中数字1..9 都恰好出现 一次。 ★数据输入 供输入数据包括9 行9 列,由数字1..9 和‘.’构成,其中‘.’表示未填数字的格子。 输入数据保证解唯一存在。 ★数据输出 将程序运行结果输出9 行9 列,将数独的空白的格子用正确的数字填充。-Sudoku Sudoku filled game, we want to ensure that each row, each column, each bo
shudu
- 这是一个用matlab写的关于数独的程序,对于喜爱数独的伙伴会很有帮助,程序已经测试过,没有问题,而且有注释。-This is for soduk,it will be helpful for people who like it.
sudoku
- 一种基于DFS的解决数独问题的算法,可以在短时间内解决数独 其中0代表空白。输入格式详见源码-a sort based on DFS,which can solve sukudo in second time.For more infomation,read the code.
backtracking_solve_sudoku
- 回溯法解决数独问题,文件读取数独游戏,空位使用0补齐,输出为填充完毕的数独-Backtracking to solve Sudoku problems, file reads Sudoku, use 0 vacancies filled, the number of output is only completed filling