搜索资源列表
sudoku
- soduku游戏,大家应该玩过了吧。其中的产生算法我正在想。这是一个解秘的算法。-soduku game, we should have played all right. The selection algorithm which I think is. This is a solution algorithm ST.
Kakuro
- Kakuro数独问题: 数独这个奇特的名字来源于日语Sudoku,是十八世纪瑞士数学家欧拉发明的。 后在美国发展,并在日本得以发扬光大。 Sudoku的规则十分简单,就是在9×9的九宫格里面填数字,每个方格中填人合适的数字以使得每行,每列以及每个九宫格都要包含从1~9的数字且互不相同. 数独的玩法逻辑简单,数字排列方式千变万化.不少教育者认为数独是锻炼脑筋的好方法。 谜题中会预先填入若干数字, 其它方格为空白, 玩家得依谜题中的数字分布状况, 逻辑推敲出剩下的空格里是什么数字
sudoku
- 可算sudoku的语法 规则很简单, 9*9 的格子中,每列,每行数字不可重复。 每个 "3*3" 的 "Box" (共9个) 内的数字也不可重复。 附件是 eclipse java project, 请将你的算法写在 SolvePuzzle() 内-Be regarded as the grammar rules of sudoku are simple, the 9* 9 grid, each row, each row can not duplicate figure. Eac
sudoku.win32
- 此为九宫格游戏的源码。运行程序,出现一个需要填数的九宫格,在游戏过程通过点击check可以检查结果是否正确。-This is the squares of the source game. Run the program, there is a need to fill in the number of squares, in the course of the game can check by clicking the check results are correct.
sdcalc
- 数独顾名思义——每个数字只能出现一次。数独是一种源自18世纪末的瑞士,后在美国发展、并在日本得以发扬光大的数字谜题。数独盘面是个九宫,每一宫又分为九个小格。在这八十一格中给出一定的已知数字和解题条件,利用逻辑和推理,在其他的空格上填入1-9的数字。使1-9每个数字在每一行、每一列和每一宫中都只出现一次。 这种游戏全面考验做题者观察能力和推理能力,虽然玩法简单,但数字排列方式却千变万化,所以不少教育者认为数独是训练头脑的绝佳方式-Sudoku As the name suggests- Each
again
- 是一种数独的一种运算方法。是用的栈的方法。也可以用递归的方法。-Sudoku is a kind of a calculation method. Stack is the method used. Can also use the recursive method.
Sudoku
- 数独(Sudoku)的DFS算法,没有优化,效率较为低下.C语言实现-Sudoku algorithm
binaries-2.0.5-win32
- 上传文件包括编译运行平台和许多实例。Answer set programming(简称ASP)是国外近几年兴起的一种重要的逻辑编程语言,对于求解NP问题有良好的时间上限优势。例如图的着色问题,哈密顿回路问题,sudoku问题,生物医学的特征选择问题等等。加上我上传的logic学习资料配套使用。-uploaded file include the compile and develop platform and many examples. Answer set programming is a
Sudoku
- 华为编程比赛决赛 程序 比赛的题目就是在9点到下午6点,编写一个数独游戏程序,并且有自动计算答案功能-Huawei Programming Competition program The contest is at 9 o clock to 18 o clock, to write a Sudoku game program, and an automatic answer function calculation
SudokuSolver
- This sudoku solver-This is sudoku solver
sodoku
- 题目靶型数独的搜索实现。(原题见noip2009第四题)-Title search of target-based implementation Sudoku
Brute-Force-Sudoku-solver
- this how to implement brute force to solve sudoku in c-this is how to implement brute force to solve sudoku in c
Sudoku
- 数独求解算法,使用CVX软件包采用优化的方法求解一个数独。-Sukodo solution algorithm
sudu
- 计算数独的结果.在源文件内输入数组,组成9X9的数据。-The source results of calculation of Sudoku.
Sudoku
- 使用Visual Studio编写的数独计算程序,界面简洁直观。-Calculation program written using Visual Studio Sudoku, a simple and intuitive interface.
SUDU_crack
- 数独的暴力破解算法,支持9×9常见格式的数独,一般运行正常,偶尔跑飞。希望各位大侠帮我完善-Sudoku brute force algorithm, support 99 popular formats sudoku, general operating normally, the occasional runaway. I hope heroes to help me improve
solve-Sudoku
- 用来解数独游戏的程序,适合matlab入门者学习参考。-The program to solve Sudoku.
Sudoku
- 此程序可自动计算初、中高级的数独题目,终级的题还解不了。-The program can automatically calculate the Sudoku.
Sudoku-Solver
- An example of Sudoku Solver program
ABC-Sudoku-Solver
- solving Sudoku puzzle by artificial bee colony algorithm-solving Sudoku puzzle by artificial bee colony algorithm
