搜索资源列表
sudoku
- 在matlab里制作的数独谜题用户界面,用于创建和解决数独谜题。包括了内建的数独解法和作弊暗示。也是一个学习用matlab做用户界面的很好的实例。Graphical user interface (GUI) for creating and solving sudoku puzzles. Includes built-in sudoku solver that can be used to solve typed-in puzzles or provide cheating hints if t
sudoku
- 求數獨的解的exe檔 只是把我所寫的m-file轉成執行檔-Sudoku for the solution of the exe file just written by me m-file into executable file
shudu
- matlab 数独游戏源码 但是没有注释,有高手的花能注释一下,发一份给我b591263@163.com-matlab Sudoku source but did not comment, there are experts to comment about the flowers, send a to me b591263@163.com
sudokon
- 数独的程序,MCM2008B 可以参考一下-Sudoku procedures, MCM2008B reference
matlab-shudu
- 源码为使用MATLAB求解数独问题,请先下载并学习MATLAB的使用。-Source for the use of MATLAB to solve sudoku problem, please download and study the use of MATLAB.
sudoku_yue
- this the sudoku game by using matlab-this is the sudoku game by using matlab
sudoku
- 关于数独的解法程序。输入一个9×9的矩阵,空白处为0,运行此程序,进行计算-With regard to the solution of Sudoku program. Enter a 9 × 9 matrix, the space is 0, run this program, are calculated
sudoku
- matlab programming for sudoku
Sudoku
- this contains sudoku puzzle solver in matlab
sudoku
- matlab解数独(包含文档)By Cleve Moler, MATLAB发明人-solve sudoku with matlab (document included) By Cleve Moler, inventor of matlab
sudoku-(1)
- sudoku solver using matlab
sudoku
- It s sudoku implemented in Matlab
Matlab-Sudoku
- sudoku game to solve
sudoku
- 用matlab程序自编的数独程序,可以解决大部分的9*9宫格的数独。-Sudoku program, self matlab program can solve most of the 9 x 9 Sudoku grids.
sudoku
- Sudoku game code in matlab
sudoku.m
- This an intuitive sudoku solver in matlab.-This is an intuitive sudoku solver in matlab.
solve-Sudoku
- 用来解数独游戏的程序,适合matlab入门者学习参考。-The program to solve Sudoku.
matlab
- matlab数独实现.-matlab realize Sudoku
Sudoku
- SUDOKU CONTROL VIA MATLAB APPROACH
Sudoku-Puzzle
- 八数码问题(类似于华容道),是一个有益智力的小游戏,通过空白滑块的移动来将混乱的图案恢复到有序的状态 本代码的核心算法通过fortran编写,经过matlab的制图功能进行可视化,解决了任意初始条件下的八数码问题的自动求解过程 1、matlab的exe文件在matlab文件夹中,点击打开之后出现gui图形化界面。 2、点击start按钮,程序会随机生成一个初始状态,并判断是否可解(solvable按钮显示YES即可解,NO即不可解)。 3、可解的话点击go按钮,程序开始自动运行,