搜索资源列表
Sudoku_vb.Net
- Title: VB.Net Sudoku Solver Descr iption: Solve Sudoku puzzles - rules or brute force methods. Recognises most text grids so you can paste them in. This file came from Planet-Source-Code.com...the home millions of lines of source code You can view
sudoku
- 数独游戏源代码,一个功能比较完善的数独游戏程序-Sudoku source code, a function of more complete Sudoku games
sudoku.rar
- 实现了一个界面比较漂亮的数独游戏,可以锻炼你的智力哦!,Implements a more attractive interface, Sudoku game, you can exercise your intelligence Oh!
Sudoku
- 解数独的源码,使用深度优先搜索解决,有可视化的界面,能够很快的解出数独存在的一组解-Sudoku source, using the depth-first search
sudoku
- c++写的数独游戏即九宫格游戏,界面是用mfc写的。-sudoku game developing with c++ and mfc.
Sudoku
- 能产生有唯一解的数独代码,同时能对用户输入的数独题目进行判断并运算-Be able to produce a unique solution of the Sudoku code, while the user can input the number of unique topics, and operations to determine
Apress.Programming.Sudoku.Mar.2006
- 次数深入简出地介绍sudoku的各种类型的算法设计和实现,是一本很好的算法学习书-Views Chien-depth introduction to the sudoku of all types of algorithm design and realization is a very good book learning algorithm
sudoku
- 求數獨的解的exe檔 只是把我所寫的m-file轉成執行檔-Sudoku for the solution of the exe file just written by me m-file into executable file
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_3
- 一个数独游戏,自己写的,感觉还不错在MFC下面,我的结课作业-A Sudoku game, wrote it myself, I feel pretty good following in the MFC, my guitar class operation
num
- 自己写的一个数独求解的小程序,界面很检点,主要是算法吧-To write a Sudoku solving small procedures, the interface is very disorderly, mainly algorithm吧
sudoku_cs
- Sudoku source in C#, implement Dancing link algorithms.
Soduku_cpp
- Sudoku source in C++, implement Dancing link algorithms.
sudoku
- 這是個prolog程式,能解決4x4的數獨問題 例: ?- sudoku ([4,2,0,0]/[0,1,0,2]/[0,0,1,0]/[1,0,0,4], Solution). Solution = [[4,2,3,1]/[3,1,4,2]/[2,4,1,3]/[1,3,2,4]] -A program can solve 4x4 sudoku problem.
Sudoku
- Application that solves sudoku of different complexity.
Sudoku
- 数独游戏,自动出题,可选择难度,界面有些简陋,希望大家见谅-Sudoku, automatic question, choose the difficulty of some simple interface, I hope you forgive me
Sudoku
- This file includes source codes for checking rules of Sudoku game. The codes are made by using MFC.
Sudoku
- sudoku in java eclipse
sudoku-genetic
- sudoku genetic source code
Integer Programming Model for Sudoku
- An Integer Programming Model for the Sudoku Problem