搜索结果

找到约 20 项符合 Sudoku 的查询结果

数值算法/人工智能 Sudoku as a CSP: Using algorithms and techniques from CSP to solve an NxN Sudoku puzzle.

Sudoku as a CSP: Using algorithms and techniques from CSP to solve an NxN Sudoku puzzle.
https://www.eeworm.com/dl/518/437046.html
下载: 68
查看: 1046

数学计算 可算sudoku的语法 规则很简单, 9*9 的格子中

可算sudoku的语法 规则很简单, 9*9 的格子中,每列,每行数字不可重复。 每个 "3*3" 的 "Box" (共9个) 内的数字也不可重复。 附件是 eclipse java project, 请将你的算法写在 SolvePuzzle() 内
https://www.eeworm.com/dl/641/439638.html
下载: 113
查看: 1032

游戏 sudoku j2me手机游戏主要有游戏主类和闪屏类菜单类和模型类等

sudoku j2me手机游戏主要有游戏主类和闪屏类菜单类和模型类等
https://www.eeworm.com/dl/625/446184.html
下载: 34
查看: 1025

Delphi控件源码 Sudoku is a logic-based number placement puzzle. A deceptively simple game of logic, Sudoku is puzzl

Sudoku is a logic-based number placement puzzle. A deceptively simple game of logic, Sudoku is puzzling players all over world.
https://www.eeworm.com/dl/666/460758.html
下载: 36
查看: 1052

Java编程 java sudoku game that didint have any fanctionality

java sudoku game that didint have any fanctionality
https://www.eeworm.com/dl/633/475269.html
下载: 180
查看: 1028

Java编程 PseudoQ is an open source java application for creating, playing and solving SuDoku puzzles of vario

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.
https://www.eeworm.com/dl/633/487648.html
下载: 147
查看: 1086

其他书籍 An ebook describing how to solve every possible sudoku puzzle set with tricks and tips from experts.

An ebook describing how to solve every possible sudoku puzzle set with tricks and tips from experts.
https://www.eeworm.com/dl/542/492978.html
下载: 65
查看: 1105

Java编程 sudoku game for javascript

sudoku game for javascript
https://www.eeworm.com/dl/633/493750.html
下载: 111
查看: 1063

人工智能/神经网络 An evolutionary algorithms application which includes several samples(TSP, Evolution in a 3D fitness

An evolutionary algorithms application which includes several samples(TSP, Evolution in a 3D fitness landscape, Sudoku)
https://www.eeworm.com/dl/650/243385.html
下载: 95
查看: 1037

其他 這是個prolog程式

這是個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]]
https://www.eeworm.com/dl/534/468043.html
下载: 162
查看: 1020