搜索资源列表
M-SuDoKu
- 游戏名称:九宫阵 运行平台:j2me 规范:midp 说明:一款很经典的游戏源码,入口类App.java-the name of the game : JiuGongTu array platforms : j2me norms : midp Descr iption : A classic source of the game, import category App.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.
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
- 数独求解器 可以快速求解数独。 bug:不支持无解数独-Sudoku Calculator
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
MUSoSu-0.9.6-src
- 一个Java写的数独游戏,写的很漂亮。不管是界面还是算法-Written by a Java Sudoku game quite well
Sudoku
- Java做的实现数独小游戏的核心代码 算法强大 主要用于初学者学习-lalalallala
SuDoKu
- 数独,比较好玩,大家可以试试,有好几个难度-Sudoku, more fun, you can try, there are several difficult
SuDoKu
- 数独游戏,相信朋友们都知道的,以前也经常玩的,用VB、VC++以及Delphi版编写的都在网上发布过,今天放出一个基于Java的J2me手机版的,大致看一下截图,这是在Java模拟机运行的界面,带有Java源码,学习J2me编程的朋友有资料看了。-Sudoku game, I believe that friends are aware, previously used to play in, with VB, VC++ and Delphi versions are available onl
Sudoku
- java手机游戏数独源代码-java source code sudoku mobile game
Sudoku
- 数独的JAVA程序,GUI已经写好。导入Eclipse即可使用。-Sudoku in JAVA
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
sudoku
- 这是一个实现数独游戏的Java代码,经过检验的-This is a realization of Sudoku Java code, proven
Sudoku
- sudoku in java eclipse
sudoku
- java语言实现数独求解,本程序是离散数学中关于矩阵的一节的数独程序(The realization of Sudoku by java language)
sudoku
- 数独游戏,利用回溯法,可进行数独求解,生成,简单无图形化源代码(Sudoku , originally called Number Place, is a logic-based, combinatorial number-placement puzzle.)