Location:
Search - Sudoku A
Search list
Description: soduku游戏,大家应该玩过了吧。其中的产生算法我正在想。这是一个解秘的算法。-soduku game, we should have played all right. The selection algorithm which I think is. This is a solution algorithm ST.
Platform: |
Size: 1024 |
Author: |
Hits:
Description: 一个很强的利用遗传算法实现的winform sudoku 游戏-a strong genetic algorithm to achieve the winform Sudoku game
Platform: |
Size: 36864 |
Author: yangzheng |
Hits:
Description: 游戏名称:九宫阵
运行平台:j2me
规范:midp
说明:一款很经典的游戏源码,入口类App.java-the name of the game : JiuGongTu array platforms : j2me norms : midp Description : A classic source of the game, import category App.java
Platform: |
Size: 231424 |
Author: bob.wang |
Hits:
Description: Apress.Programming.Sudoku.Mar.2006.pdf
一本不错的书-Apress.Programming.Sudoku.Mar.2006.pdf a good book
Platform: |
Size: 4325376 |
Author: 焦婕 |
Hits:
Description: 在matlab里制作的数独谜题用户界面,用于创建和解决数独谜题。包括了内建的数独解法和作弊暗示。也是一个学习用matlab做用户界面的很好的实例。Graphical user interface (GUI) for creating and solving sudoku puzzles. Includes built-in sudoku solver that can be used to solve typed-in puzzles or provide cheating hints if the puzzle is too hard.-Lane produced in matlab Sudoku puzzles user interface, used to create and solve Sudoku puzzles. Includes built-in Sudoku Solution and cheating implied. Is a learning user interface using matlab to do the good example. Graphical user interface (GUI) for creating and solving sudoku puzzles. Includes built-in sudoku solver that can be used to solve typed-in puzzles or provide cheating hints if the puzzle is too hard.
Platform: |
Size: 9216 |
Author: 锋 |
Hits:
Description: 这是一个手机小游戏,值得参考-This is a cell phone game, it is also useful
Platform: |
Size: 202752 |
Author: lzq |
Hits:
Description: 用C++写的数独游戏。提供了各种功能,很好的一个游戏编写范例。-With C++ Wrote Sudoku. Offers a variety of features, very good example of a game to prepare.
Platform: |
Size: 2134016 |
Author: nash |
Hits:
Description: 回溯演算的应用。用回溯演算求数独解。
可以用来解数独或
对回溯演算有初步了解的人可以当范例看-Retroactive application of calculus. Calculus with backtracking for Sudoku solutions. Skills can be used alone or to have a preliminary understanding of backtracking algorithms can watch when the sample
Platform: |
Size: 38912 |
Author: lin |
Hits:
Description: 数独游戏:是一种源自18世纪末瑞士的数学智力拼图游戏。拼图是九宫格(即3格宽×3格高)的正方形状,每一格又细分为一个九宫格。在每一个小九宫格中,分别填上1至9的数字,让整个大九宫格每一列、每一行的数字都不重复。
数独的玩法逻辑简单,数字排列方式千变万化。不少教育者认为数独是锻炼脑筋的好方法。-Sudoku: a late 18th century from the Swiss mathematical intelligence jigsaw puzzle. Puzzle is the squares (ie, 3 cells wide × 3 grid H) of square-shaped, each divided into a fine grid squares. Small squares in each of the respective fill in the figures 1-9, so that the whole big squares in each row, each row will not repeat the figures. The logic of playing Sudoku is simple, the arrangement of the ever-changing figures. Many educators think Sudoku is a good way to exercise their brains.
Platform: |
Size: 431104 |
Author: zk |
Hits:
Description: java写的数独游戏,生成不同难度的数独迷宫.-java sudoku written to generate a different degree of difficulty of the maze Sudoku.
Platform: |
Size: 2048 |
Author: sai |
Hits:
Description: 这时一个计算数独游戏的console程序。使用搜索算法剪枝中最为强大的dance link(可参考knuth论文),并用STL-set优美实现。
-Then a calculation Sudoku game console procedures. Pruning search algorithm using the most powerful dance link (may refer to knuth thesis), and STL-set beautiful realize.
Platform: |
Size: 116736 |
Author: 李如其 |
Hits:
Description: 一款数独游戏源代码,运行在支持table pc的系统上(如vista)。
界面美观,是学习vs和游戏开发的理想教程-A Sudoku game source code, running on the table pc support systems (such as vista). Interface aesthetics, learning and game developers vs ideal Tutorial
Platform: |
Size: 4256768 |
Author: unreal |
Hits:
Description: 数独解答程序汇编源码,全世界最小,僅佔67位元组。-Sudoku answers to the procedures to compile source code, the world
Platform: |
Size: 3072 |
Author: fuwa234 |
Hits:
Description: 可算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. Each " 3* 3" and " Box" (a total of nine) of the figure can not duplicate. Attachment are eclipse java project, I would be grateful if you write the algorithm at SolvePuzzle () within the
Platform: |
Size: 4096 |
Author: antonygo |
Hits:
Description: 這是個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]]
-A program can solve 4x4 sudoku problem.
Platform: |
Size: 1024 |
Author: john |
Hits:
Description: 采用启发式搜索算法,能解任意合法的数独(由input.txt文件输入),还能自动生成唯一解的数独初局-Using heuristic search algorithm, to obtain any number of legal independence (from the input.txt file input), can automatically generate a unique solution of the early Sudoku Board
Platform: |
Size: 4096 |
Author: 王加福 |
Hits:
Description: 由J2ME开发的一款独数游戏,玩家可以在玩游戏的同时可以锻炼锻炼自己的思维~-J2ME development from a number of independent games, players can play games in the training exercise at the same time can be their own thinking ~
Platform: |
Size: 231424 |
Author: remi |
Hits:
Description: 填数字游戏(sudoku)的解法程序,将数据填入一文本,未知的用 x 替代,运行后将算出所有要填的数字的值。-Fill in the number of games (sudoku) the solution process, the data fill in a text, the unknown with ' x' instead, after running out to fill in the number of all values.
Platform: |
Size: 2048 |
Author: icever |
Hits:
Description: Suduku is a game. This programming is a implementation Of sudoko in C++ language. after verifing the file one can convert it to any language as per their wish-Suduku is a game. This programming is a implementation Of sudoko in C++ language. after verifing the file one can convert it to any language as per their wish..
Platform: |
Size: 1024 |
Author: subash |
Hits:
Description: A Prolog program to solve sudoku
Platform: |
Size: 1024 |
Author: Ajit |
Hits:
« 12
3
4
5
6
7
8
9
10
...
18
»