搜索资源列表
SuDoKu
- java 数独,运行前一定要安装 JDK6.0或以上的版本,否则不能运行。
Sudoku
- 0表示空,在源码中修改所想要测试的数独表。 还有JAVA计算数独的源码
sudoku
- java写的数独游戏,生成不同难度的数独迷宫.
SudokuME_v1_31.zip
- 一款简单的JAVA数独小游戏源代码。代码请用MyEclipse打开,记事本打开会比较乱。,A simple Sudoku game JAVA source code. MyEclipse code Please open Notepad to open it would be more chaos.
Sudoku.rar
- 用Java解数独游戏,用数组实现,以Applet展示,Sudoku skills with Java, using the array to achieve in order to display Applet
Sudoku
- java android(版本2.1以上) 数独游戏源码-android sudoku
Java--shudu
- java手机数独游戏——适用于支持java环境的手机。-Sudoku java mobile phone- for mobile phones that support java environment.
SolveSudoku
- 求解9宫格数独的算法,用java写的。直接在源码里设置初始状态,0表示空格-Solving the 9 grids sudoku algorithm, written in java. Directly in the source code to set the initial state of 0 indicates a space
ShuDu
- 数独是一种源自18世纪末瑞士的数学智力拼图游戏。拼图是九宫格(即3格宽×3格高)的正方形状,每一格又细分为一个九宫格。在每一个小九宫格中,分别填上1至9的数字,让整个大九宫格每一列、每一行的数字都不重复。 数独的玩法逻辑简单,数字排列方式千变万化。不少教育者认为数独是锻炼脑筋的好方法。-Sudoku is a kind of Switzerland originated in late 18th century mathematical intelligence jigsaw puzzl
Sudoku
- 数独题目产生器 可自动随机产生数独题目 执行前请先设定好有关 jakarta commons logging 的 CLASSPATH 然后执行 java -jar SudokuGenerator.jar 平均一秒钟约可产生 67 组题目 -Title Sudoku Generator can automatically randomly generated Sudoku topic before the implementation of the relevant co
num
- 自己写的一个数独求解的小程序,界面很检点,主要是算法吧-To write a Sudoku solving small procedures, the interface is very disorderly, mainly algorithm吧
SuDoKu
- 数独,比较好玩,大家可以试试,有好几个难度-Sudoku, more fun, you can try, there are several difficult
suku
- 这是一个Java手机版数独小游戏(J2me),仅供学习娱乐之用~ -This is a Java mobile phone version of Sudoku game (J2me), only to learn entertainment purposes ~
sudoku_N73
- 益智类游戏《数独》手机版,在9X9格子中输入1-9的数字,横纵不重复即胜利-Puzzle game " Sudoku" mobile version, enter 1-9 in the 9X9 grid of numbers, not to repeat that victory in horizontal and vertical
Sudoku
- 数独的JAVA程序,GUI已经写好。导入Eclipse即可使用。-Sudoku in JAVA
AndroidGame.wmv
- Android游戏开发实践——快乐数独-Android game development practice- happy sudoku
Sudoku
- swing程序编写的一个数独游戏,可以选择难度,并在玩家填充完成之后检查是否成功求解-A swing programming Sudoku game, you can choose the difficulty, and players fill in the check after the completion of a successful solution
suduku.java
- 使用java实现的数独游戏,具有计时,选择难度等功能-Using java to achieve Sudoku, with timer, select difficulty and other functions
stokuanswer-java
- 输入数独的题目,自动帮你解数独,快速显示答案-answer the sudoku fast
sudoku
- 数独游戏,利用回溯法,可进行数独求解,生成,简单无图形化源代码(Sudoku , originally called Number Place, is a logic-based, combinatorial number-placement puzzle.)