sudoku as a CSP: Using algorithms and techniques from CSP to solve an NxN sudoku puzzle.
标签: sudoku algorithms techniques CSP
上传时间: 2017-05-07
上传用户:tfyt
可算sudoku的语法 规则很简单, 9*9 的格子中,每列,每行数字不可重复。 每个 "3*3" 的 "Box" (共9个) 内的数字也不可重复。 附件是 eclipse java project, 请将你的算法写在 SolvePuzzle() 内
标签: sudoku
上传时间: 2013-12-18
上传用户:wsf950131
sudoku j2me手机游戏主要有游戏主类和闪屏类菜单类和模型类等
上传时间: 2017-05-29
上传用户:PresidentHuang
sudoku is a logic-based number placement puzzle. A deceptively simple game of logic, sudoku is puzzling players all over world.
标签: sudoku deceptively logic-based placement
上传时间: 2017-07-04
上传用户:dragonhaixm
java sudoku game that didint have any fanctionality
标签: fanctionality didint sudoku java
上传时间: 2017-08-08
上传用户:haoxiyizhong
PseudoQ is an open source java application for creating, playing and solving sudoku puzzles of various types. It features both a Swing GUI and command-line operation. The automatic solving of puzzles uses "smart" techniques rather than a brute force search of every possible combination.
标签: application creating PseudoQ playing
上传时间: 2014-01-06
上传用户:yiwen213
An ebook describing how to solve every possible sudoku puzzle set with tricks and tips from experts.
标签: describing possible experts puzzle
上传时间: 2013-12-17
上传用户:ynzfm
sudoku game for javascript
标签: javascript sudoku game for
上传时间: 2014-01-24
上传用户:gdgzhym
An evolutionary algorithms application which includes several samples(TSP, Evolution in a 3D fitness landscape, sudoku)
标签: evolutionary application algorithms Evolution
上传时间: 2014-01-16
上传用户:youmo81
這是個prolog程式,能解決4x4的數獨問題 例: ?- sudoku ([4,2,0,0]/[0,1,0,2]/[0,0,1,0]/[1,0,0,4], Solution). Solution = [[4,2,3,1]/[3,1,4,2]/[2,4,1,3]/[1,3,2,4]]
上传时间: 2017-07-21
上传用户:rocwangdp