搜索资源列表
c-doku_0.4_src
- 1、较复杂的数独游戏,多种难度; 2、优美的界面; 3、清晰的编码及注释;
利用回溯算法数独游戏解算C++代码
- 利用回溯算法数独游戏解算C++代码,能够较快的求解出数独问题,The use of backtracking algorithm solving sudoku C++ code, can be faster to solve a sudoku problem
sudoku_Csharp
- 用C#.net编写的数独小游戏,界面美观,可随机生成游戏和求解。-With C#. Net Sudoku game written in beautiful interface, can be randomly generated games and solving.
sodoke
- C语言编写的数独游戏,算法比较简洁,可以参考一下-C language Sudoku game, simple algorithms
sudoku
- 用C++编写的数独游戏,采用回溯法,非递归,计算超快,代码精炼,注解详细-Using C++ Game Sudoku prepared using retrospective law, non-recursive calculation of ultrafast, code refining, detailed comments
sudoku
- c++写的数独游戏即九宫格游戏,界面是用mfc写的。-sudoku game developing with c++ and mfc.
SudokuFX3
- 经典数独游戏第二版源码,学习C#的WPF编程经典资料-The second edition of the classic Sudoku game source code, learning C#, WPF programming classical information
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
sudoku_src
- c#的数独游戏 数独sudoku是一个很消耗脑细胞的游戏,求解数独有不错的算法-c#
shudu
- 数独游戏源码,采用c++ builder 6.0 编写-Sudoku source code, using c++ Builder 6.0 preparation
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
game
- C#开发的数独游戏源代码,,帮助你快速得到游戏的答案 -C# development Sudoku source code to help you quickly get the answer to the game
Soduku
- 用C语言实现的生成数独题目并求解,用堆栈的方法求解,*面-Using C language to generate the topic and to solve sudoku using stack method, no Interface
20090719
- M8手机游戏,辰元数独源码采用C++语言开发的一款游戏 基于Wince 平台-M8 mobile phone games, Sudoku Chen Yuan-source C++ language used to develop a game based on the platform, Wince
sudoku.tar
- 在linux下用c语言开发的产生数独游戏的矩阵。-generate the matrix of sudoku randomly.
SudokuFX5
- 经典数独游戏第四版源码,学习C#的WPF编程经典资料-Fourth edition of the classic Sudoku game source code, learning C#, WPF programming classical information
greensudoku-0.3.tar
- 一款绿色的数独游戏,基于QT,c++写的。优化一下效果更好-A green Sudoku, based on the QT
C-language--game
- C语言写的数独猜谜游戏 游戏功能说明: 1.有简单、一般和困难3种难度选择,每次开始游戏时程序随机生成符合难度要求的数独题。 2.游戏中使用方向键控制光标。1-9数字键填入数字。(不支持使用小键盘) 3.使用DEL键消除填写有误的数字,随时使用ESC键可以退出游戏。 4.格子左上角偶尔会出现一个笑脸。经排查未发现等价于printf(" c",2) 的语句,求高人指点。 - C language game
用C++实现的数独求解
- 用C++实现的数独求解,主要是用递归实现.有英文注释.代码还算简洁清晰吧.-Achieved with C++ solving Sudoku, mainly using recursive. With English notes. Code is fairly simple and clear it.
Sudoku
- c++编写的数独游戏,从外部读入数独关卡(The Sudoku game written by c++)