搜索资源列表
sudoku
- java写的数独游戏,生成不同难度的数独迷宫.
sudoku_Csharp
- 用C#.net编写的数独小游戏,界面美观,可随机生成游戏和求解。-With C#. Net Sudoku game written in beautiful interface, can be randomly generated games and solving.
sudu
- 数独游戏的9*9矩阵的随机生成,采用空间换时间的原理。-Sudoku Game 9* 9 matrix is randomly generated, using the principle of space for time.
sudoku
- 采用启发式搜索算法,能解任意合法的数独(由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
Sudoku
- JAVA写的数独小游戏可以生成唯一解以及各种难度-JAVA to write a Sudoku game can generate a unique solution as well as a variety of difficulty
Sodoku
- 数独游戏解算C++代码,在vc6.0上运行,控制台,使用回溯法解决,首先输出的是一个满足规则的数独例子,接着可以自己输入已知点的个数及其坐标、数字(要求不能违反规则),然后会生成满足条件的一个例子。-Sudoku solver C++ Code, in vc6.0 run on the console, use backtracking to solve, first of all to meet the output is a single example of a few rules, an
xinde
- 一个简单算法能够生成数独矩阵,很容易理解的matlab小程序。-A simple algorithm to generate Sudoku matrix, it is easy to understand the matlab applet.
project
- 数独游戏 二、 使用说明 1. 安装手册 将project_rar解压缩即可。 其中main.c和graphic.c为主要程序文件。Include中是头文件库。其他为bmp形式图片。 2. 使用手册 编译后直接运行生成的main.exe,根据提示操作即可。 -Sudoku Game Two, the use of one. Project_rar installation manual will be extracted. Main.c and graph
you4
- 经典数独游戏,可自动生成数据,自动分析,-Classic Sudoku game may be automatically generated data, automatic analysis,
shudu
- 数独游戏中那个9*9数组的一个生成算法,每行1-9不能重复,每列1-9不能重复,每个3*3的小矩阵也要保证不能重复-Sudoku game that' s a 9* 9 array generation algorithm, each line of 1-9 can not be repeated, each columns 1-9 can not be repeated, each 3* 3 matrix must make sure that the small can not be
200741119366291
- 速度飞快的数独计算器,基本的原理就是递归搜索,但在检查9个3*3小方块的时候使用了复杂度为O(1)的算法,使得求解速度极快 使用方法: 使用方法: STEP One:在文本文档中 写入81个数(待填的用0表示,每九个换行,每两个数之间空一个) 保存为 input.in(注意后缀) 运行 “数独终结者.exe” 文件夹内会生成一个Answer.out的文件,用文本打开,便是答案 (bestshudu.pas是源程序) -Sudoku calculator fast sp
sudo
- VB编写的数独小游戏,可随机生成题目,带输入提示功能,使用不同颜色标识行列,便于填写,带背景音乐。-VB, sudoku game, can be randomly generated questions, with input prompts, use different color-coded ranks, easy to fill with background music.
create-sudoku
- 自己写的DOS下的数独题生成程序,可用于数独相关的软件中。-Under DOS to write their own Sudoku puzzle generator can be used for Sudoku related software.
C-language--game
- C语言写的数独猜谜游戏 游戏功能说明: 1.有简单、一般和困难3种难度选择,每次开始游戏时程序随机生成符合难度要求的数独题。 2.游戏中使用方向键控制光标。1-9数字键填入数字。(不支持使用小键盘) 3.使用DEL键消除填写有误的数字,随时使用ESC键可以退出游戏。 4.格子左上角偶尔会出现一个笑脸。经排查未发现等价于printf(" c",2) 的语句,求高人指点。 - C language game
SD
- 基于android2.2系统的数独游戏,已经生成apk文件,解压后可安装-Android2.2 system based on Sudoku, apk file has been generated, can be installed after decompression
sudoku
- 数独游戏——动态数组中输入原有的数字,可以生成这个数独的最终解-sudoku.cpp the dynamic array in the original digital input, can generate the final solution of this Sudoku-
Sudoku
- 自动生成满足数独游戏规则的81个数。用到了递归算法。-Automatically generated to meet the rules of sudoku game number 81. Use a recursive algorithm.
sudoku_src
- 又一数独解算器和发电机,在CodeProject上的第一个,但在VB。搜索一个给定的飞行数独问题的所有解决方案。界面简单,搜索是连续的,比较快的。因此,它是有用的,如果你要生成你自己的问题。-Yet another Sudoku solver and generator, the first one in CodeProject, in VB though. It searches all the solutions for a given Sudoku problem on the fly.
sudoku_with_GUI
- 编写一个带图形界面的数独游戏,提供如下功能: 1) 生成数独游戏:可以设置数独游戏的难度,例如难度为 3 表示每个小的 3*3 矩阵中有 3个已知的数字,难度为 4 表示每个小的 3*3 矩阵中有 4 个已知的数字。由于符合一种难 度的数独游戏有很多个,每次只要生成一个题目就可以。 2) 在每个小格中可以直接填入数据,或者是通过一个下拉列表让用户选择 1-9 中的数字。 游戏中已知的数字不能编辑。 3) 数字填完以后,提供一个按钮来检查所填的数字是否正确,通过弹出对话框
sudoku
- 数独游戏,利用回溯法,可进行数独求解,生成,简单无图形化源代码(Sudoku , originally called Number Place, is a logic-based, combinatorial number-placement puzzle.)