搜索资源列表
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
SuDoKu
- java 数独,运行前一定要安装 JDK6.0或以上的版本,否则不能运行。
Sudoku
- 0表示空,在源码中修改所想要测试的数独表。 还有JAVA计算数独的源码
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
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
sudoko
- 用java开发的数独程式 利用递回的方法实现,最后会有答案的check 希望对大家有帮助-Using java Sudoku program developed by the use of recursive methods to achieve the final check will be the answer to all of us want to help
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
javafr_SUDOQU-SUDOKU-RESEAU___Page
- java sudoku game for fun, can be multiplayer network
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
- 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.)