CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Sudoku A

搜索资源列表

  1. Sudoku

    0下载:
  2. 能产生有唯一解的数独代码,同时能对用户输入的数独题目进行判断并运算-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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:2321865
    • 提供者:weiyingya
  1. sudoku

    0下载:
  2. 采用启发式搜索算法,能解任意合法的数独(由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
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-24
    • 文件大小:4475
    • 提供者:王加福
  1. SUDOKU_ASM.ZIP

    0下载:
  2. 数独解答程序汇编源码,全世界最小,僅佔67位元组。-Sudoku answers to the procedures to compile source code, the world
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:3321
    • 提供者:fuwa234
  1. sudoku

    0下载:
  2. 可算sudoku的语法 规则很简单, 9*9 的格子中,每列,每行数字不可重复。 每个 "3*3" 的 "Box" (共9个) 内的数字也不可重复。 附件是 eclipse java project, 请将你的算法写在 SolvePuzzle() 内-Be regarded as the grammar rules of sudoku are simple, the 9* 9 grid, each row, each row can not duplicate figure. Eac
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:4444
    • 提供者:antonygo
  1. sudoku

    0下载:
  2. 這是個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.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1042
    • 提供者:john
  1. SuDoKu

    0下载:
  2. 由J2ME开发的一款独数游戏,玩家可以在玩游戏的同时可以锻炼锻炼自己的思维~-J2ME development from a number of independent games, players can play games in the training exercise at the same time can be their own thinking ~
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-31
    • 文件大小:231205
    • 提供者:remi
  1. sudoku

    0下载:
  2. 填数字游戏(sudoku)的解法程序,将数据填入一文本,未知的用 x 替代,运行后将算出所有要填的数字的值。-Fill in the number of games (sudoku) the solution process, the data fill in a text, the unknown with ' x' instead, after running out to fill in the number of all values.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-30
    • 文件大小:1998
    • 提供者:icever
  1. sudoku

    0下载:
  2. Suduku is a game. This programming is a implementation Of sudoko in C++ language. after verifing the file one can convert it to any language as per their wish-Suduku is a game. This programming is a implementation Of sudoko in C++ language. after ver
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1022
    • 提供者:subash
  1. sudoku

    0下载:
  2. A Prolog program to solve sudoku
  3. 所属分类:Game Program

    • 发布日期:2017-04-02
    • 文件大小:1105
    • 提供者:Ajit
  1. sudoku

    0下载:
  2. 基于Actionscr ipt3.0脚本的SUDOKU九宫格游戏,包含关键算法,请使用Flash CS4或以上版本打开编译。-A flash game written with Actionscr ipt3.0,including sudoku array creating algorithm.Please open with Flash CS4 or upper.
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-03-27
    • 文件大小:57834
    • 提供者:向宇
  1. sudoku

    0下载:
  2. 关于数独的解法程序。输入一个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
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:571
    • 提供者:zhulei
  1. sudoku

    1下载:
  2. 一个数独的游戏,不但能够自己玩数独游戏,还可以填数让机器去解,也可以让机器出题。界面程序,还能给用户一些提示。 2年前用VS2005开发的,我认为核心和最有意思部分是解数独和出数独的题这一块,所以我后来给这部分功能加了详细的注释。解数独的算法比较好研究,而出数独题则是比较麻烦的,我这里给出了我自己想的一种算法,让机器很快的出一道只有唯一解、已有的数字量合适而且不矛盾的数独题目也是需要很好的算法设计的。而界面我都没加注释,重点关注界面的网友抱歉了。解数独和出数独的在sodukuA.h和s
  3. 所属分类:Game Program

    • 发布日期:2017-04-01
    • 文件大小:831734
    • 提供者:chahao
  1. Sudoku

    0下载:
  2. 用c++编写的数独游戏,是控制台程序,界面友好可用鼠标操作-C++ written with Sudoku, is a console application, user-friendly mouse available
  3. 所属分类:Game Program

    • 发布日期:2017-04-05
    • 文件大小:28197
    • 提供者:cd
  1. sudoku

    0下载:
  2. a very simple example of backtracking solution to generate a sudoku grid, and its answer. only need to have a dificult analizer. just try to clear a certain cuantity of numbers. sorry by my english. i hope this will be usefull
  3. 所属分类:Java Develop

  1. Sudoku

    0下载:
  2. 压缩包内一个是数独游戏,另一个是数独游戏解算器。-The Zip-file contains a game of Sudoku & a solver of Sudoku.
  3. 所属分类:Other Games

    • 发布日期:2017-04-16
    • 文件大小:18352
    • 提供者:柳青峰
  1. Sudoku

    0下载:
  2. 使用Visual Studio编写的数独计算程序,界面简洁直观。-Calculation program written using Visual Studio Sudoku, a simple and intuitive interface.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-04
    • 文件大小:25334587
    • 提供者:Cui Runpeng
  1. sudoku

    0下载:
  2. //一个解数独的程序,纯C编写,不依赖特殊库,移植容易。个人原创! //采用的回溯法,剪枝程序采用动态规划思想进行了大量优化,比一般数独程序可以统计用多少步,中间碰到多少分支,侧面反映题目难度,虽然不能和人的技巧相比,也可以参考一下。 //对于研究数独方法或许没有帮助,但是可以帮助验证结果,统计难度。对于出题时可以去掉的项,也可用其验证。有代码,看懂后可以随便修改。 //解世界上最难数独大概1s左右 //程序作者:原建业-Sudoku @ a program written in
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6370
    • 提供者:原建业
  1. Android_Happy-Sudoku

    0下载:
  2. 快乐数独由Android开发,是经典的益智游戏,希望对大家有帮助-Happy Sudoku a classical game,developped with Android,is useful for people
  3. 所属分类:android

    • 发布日期:2017-05-18
    • 文件大小:5078374
    • 提供者:王君廓
  1. sudoku

    0下载:
  2. 用MFC编写的程序及全部VC6源文件,求解9宫格数独,并给出了计算时间,求解算法采用跳舞法,具有自动出题的功能,自带多套数独题目,分多种难度。本人原创。-Written with MFC program and all VC6 source files, solving the nine palace grid Sudoku, and gives the calculation time, algorithm for solving the dance method, with question
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-26
    • 文件大小:9083546
    • 提供者:成兴剑
  1. sudoku

    0下载:
  2. 基于C#的数独游戏,挖空法生成随机关卡,难度较低(A C-Sharp based sudoku game.)
  3. 所属分类:其他智力游戏

    • 发布日期:2017-12-17
    • 文件大小:174080
    • 提供者:Tad
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com