搜索资源列表
Kakuro
- 本C#代码能解 kakuro 数独(8*10),速度很快,算法效率很高。由于时间问题,我没写输入的接口,数独的数据在源代码中,若想解其他的kakuro 数独(8*10),请自行修改代码
kakuro_source
- C#编写的kakuro数独源代码,包含详细算法
利用回溯算法数独游戏解算C++代码
- 利用回溯算法数独游戏解算C++代码,能够较快的求解出数独问题,The use of backtracking algorithm solving sudoku C++ code, can be faster to solve a sudoku problem
shuduku
- 这个用C#写的数独小程序,可以来参考参考-this is Sudoku
sodoke
- C语言编写的数独游戏,算法比较简洁,可以参考一下-C language Sudoku game, simple algorithms
sudoku
- c++写的数独游戏即九宫格游戏,界面是用mfc写的。-sudoku game developing with c++ and mfc.
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
sudoku_src
- 数独的源码,用C#写的,感觉还不错,可以下载研究-数独的源码,用C#写的
17869322sudoku
- 数独程序的C语言实现,已在VC6.0平台上验证正确。-Sudoku program C language, the platform has been verified in VC6.0 correct.
Sudoku_Assist
- 数独游戏助手,C++ Builder 编写的数独猜谜游戏助手,能帮助完成数独游戏的解答,并能自动完成大多数有唯一的情况下游戏解答。算法结合了逻辑推理和穷举。-Sudoku Assist. Sudoku game cracker/cheater dev by Borland C++ Builder. It can help user to finish Sudoku game. In most cases which have unique answer, it can complete the
CSharp-ShuDuByWYF
- 编程语言:C# 开发工具:Visual Studio 2008 源码名称:数独游戏-Programming languages : C# Development tools: Visual Studio 2008 Source Name: Sudoku game
CSharpshudu
- . 用c# 编写的数独游戏源码 涵盖了基本的数独游戏功能,同时,提供选数字时的便捷控件,希望对初学c#的朋友有帮助. -Sudoku game source code written in c# covers basic Sudoku game functions, while providing convenient controls when the election figures, beginner c# friends.
Suduku20130524
- 九宫格 数独 求解程序 c# vs2005-Squared Sudoku solver c# vs2005
shudu
- 数独游戏源代码,c写的,简单明了,代码不多,能运行-sudoku games,can run
Spuzzles
- 数独程序,可实现基础标准数独的填写更新,判断完成,生成数独等等(Sudoku program, you can achieve the basic standard Sudoku fill in the update, to determine the completion of the generation of Sudoku, etc.)
Sudoku
- c++编写的数独游戏,从外部读入数独关卡(The Sudoku game written by c++)