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

搜索资源列表

  1. shudu9_9

    0下载:
  2. 这是一个用java语言编写的关于数独9*9的代码-This is a work written in java on the 9* 9 sudoku code
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:1062
    • 提供者:陈志浩
  1. Myproject_SuDoKu

    0下载:
  2. 一个简陋的数独游戏,java初学者开发,用户必须安装JDK,并设置JDK环境。-A simple sudoku game!
  3. 所属分类:Other Games

    • 发布日期:2017-04-04
    • 文件大小:19487
    • 提供者:Joumaire
  1. shudu

    0下载:
  2. 经典数独游戏,本人做了一些改进。功能更强大!-shudu powerful and special~
  3. 所属分类:Other Games

    • 发布日期:2017-04-01
    • 文件大小:181019
    • 提供者:yuping
  1. soduku

    0下载:
  2. 数独游戏,81个空格要求填满,每行与每列和为45且不能有重复数字-Sudoku game, 81 filled spaces required, with each column and each row is 45 and can not have duplicate numbers
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-29
    • 文件大小:1562
    • 提供者:kimi
  1. Shudu_help0.5Alpha

    0下载:
  2. 一个我正在写的数独游戏辅助小程序的alpha源码。数独是一个比较流行的数学游戏。这个程序能够通过一些算法,计算数独的值,从而辅助人,甚至是完全计算出。-I m writing a Sudoku assisted program source code. Sudoku is a popular mathematical games. This program can be through a number of algorithms to calculate the unknown values,
  3. 所属分类:Other windows programs

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

    0下载:
  2. 基于WIN32 控制台的 数独游戏 C++ 源代码 -WIN32 console-based sudoku C++ source code
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-16
    • 文件大小:10321
    • 提供者:raul
  1. SD

    0下载:
  2. 数独实现算法,刚刚从网上荡下来的,还没仔细分析。大家掂量着用-sudoku application , you can get or solve a sudoku puzzle with it
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:1206
    • 提供者:KAKA
  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. 本程序是用C语言编写的数独游戏,页面简洁,操作简单,很适合大众玩。-This program is written in C language sudoku, page concise and easy to operate, it is suitable for the public to play.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-27
    • 文件大小:9684150
    • 提供者:陈东
  1. OnlyOne

    0下载:
  2. 智能优化算法的一个作业,普通数独的实现,用C语言做得,但是初盘需要从程序给定-Sudoku
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:3868
    • 提供者:zmx
  1. Shudu

    0下载:
  2. 数独游戏求解程序源代码,具有求解的普遍性。即使给出一个数字,也能推出一组可能解。(附带一道数独问题)-Sudoku solver source code, with a universal solution. Even if given a number, but also to introduce a set of possible solution. (With a Sudoku problem)
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:24037
    • 提供者:渔人
  1. shuduyuxi

    0下载:
  2. 解数独游戏,9*9格子。一个简单的c语言程序,不过可是我自己的原创哦,虽然是几年前的。输入数独里已有的数字,解空格里数,给出的程序是txt文本的.具体字母,数组,在注释里有。-Means it Sudoku, 9* 9. A simple c-language program, but my own originality, but oh, though a few years ago. Enter Sudoku there are already the number of solution
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-05
    • 文件大小:834
    • 提供者:zhou
  1. MagicSudoku[v1.0.0]

    0下载:
  2. 自己以前写的数独解算程序,解算速度快,只能解算单解的数独问题,使用控制台界面,虽然不是GUI的,但是设计界面就花我几天时间。算法是自己设计的,没有参考太多网络资料,可以供需要研究数独算法的朋友参考。-I used to write their own Sudoku solver, It works speedly, while only single solution Sudoku problem will be done. with the console interface, althoug
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:12188
    • 提供者:Fun
  1. Qsudoku

    0下载:
  2. 使用Qt编写的数独游戏,支持手都出题、自动出题、自动解题、网络对战等功能。2009年自己参加红旗杯开源竞赛时候写的,几个人花了半个多月才做完,呵呵,既然是开源就不妨和大家分享了吧。代码是UTF-8格式的,在windows里打开可能会看到乱码,但不会影响编译。-Written using the Qt Sudoku game, to support hands are out of question, automatic out of question, automatic problem-sol
  3. 所属分类:Linux Network

    • 发布日期:2017-05-25
    • 文件大小:8266555
    • 提供者:Fun
  1. sudoku

    0下载:
  2. 对于一个有唯一解的数独问题,提供解答。输入为9*9矩阵,每个数之间有一空格隔开,空缺的数用输入0代替。-Has a unique solution for a number of unique issues, provide answers. Enter the 9* 9 matrix, each separated by a space between the number of the vacancy number of the input 0 instead.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:1994
    • 提供者:flying
  1. SuDoKu

    0下载:
  2. 数独游戏,基于J2me手机平台开发,具有很高的趣味性和益智性-Sudoku, based on J2me phone platform, with high interest and puzzle of
  3. 所属分类:Games

    • 发布日期:2017-04-07
    • 文件大小:231174
    • 提供者:许文
  1. 4

    0下载:
  2. 数独算法实现
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2121
    • 提供者:
  1. shudu

    0下载:
  2. 这是用C编写的数独游戏的算法,在main() 中也设计了整个游戏的流程,运行就可以进入游戏。该数独游戏的算法可以随机产生有解的题目。-It is written in C Sudoku algorithm, in the main () is also designed to process the entire game, running you can enter the game. The Sudoku game algorithm can be randomly generated
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:274210
    • 提供者:柯安滨
  1. shudu

    0下载:
  2. 经典数独游戏, 分简单,一般,难模式, 操作简便-Normal "shudu" Game
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-17
    • 文件大小:369498
    • 提供者:王敏
  1. XSDYM

    0下载:
  2. 数独源代码 数独源代码 -Source Sudoku Sudoku Sudoku source code source code source code sudoku
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-29
    • 文件大小:12020138
    • 提供者:chen
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 34 »
搜珍网 www.dssz.com