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

搜索资源列表

  1. Sudoku

    0下载:
  2. 九宫格数独,是一种源自18世纪末的瑞士,后在美国发展、并在日本得以发扬光大的数字谜题。数独盘面是个九宫,每一宫又分为九个小格。在这八十一格中给出一定的已知数字和解题条件,利用逻辑和推理,在其他的空格上填入1-9的数字。使1-9每个数字在每一行、每一列和每一宫中都只出现一次。这种游戏全面考验做题者观察能力和推理能力,虽然玩法简单,但数字排列方式却千变万化,所以不少教育者认为数独是训练头脑的绝佳方式。-Jiugongge Sudoku, is a Swiss from the 18th centur
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:353981
    • 提供者:陈财雄
  1. Sudoku

    0下载:
  2. 本cpp文件是一个用c++语言编写的数独游戏-Sudoku game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:1765
    • 提供者:ll
  1. NumMatrixApp(openPsource)

    0下载:
  2. 简单的数独游戏,能实现自动产生不同档次的题,可以自动解决。-Simple Sudoku, can automatically produce different grades of title, can be automatically resolved.
  3. 所属分类:Game Program

    • 发布日期:2017-05-10
    • 文件大小:2340344
    • 提供者:张启超
  1. create-sudoku

    0下载:
  2. 自己写的DOS下的数独题生成程序,可用于数独相关的软件中。-Under DOS to write their own Sudoku puzzle generator can be used for Sudoku related software.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:98438
    • 提供者:snow
  1. answer-sudoku

    0下载:
  2. 自己写的DOS下的数独解题程序,可用于相关数独软件的开发中作为核心代码。-Under DOS to write their own problem-solving sudoku program sudoku can be used for related software development as the core code.
  3. 所属分类:Other systems

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

    0下载:
  2. MFC实现的数独小游戏,自己编的~~~使用VC++平台开发,是我们的一个课程设计。-MFC implementation of Sudoku game, their series ~ ~ ~
  3. 所属分类:Game Program

    • 发布日期:2017-05-07
    • 文件大小:2022614
    • 提供者:mmm
  1. SudokuSource_2_2

    0下载:
  2. 用Delphi 7编写的数独游戏! 个人觉得挺好用的!-Written with Delphi 7 Sudoku! Personally feel very good use!
  3. 所属分类:Game Program

    • 发布日期:2017-04-05
    • 文件大小:50486
    • 提供者:Kenny
  1. Sudoku

    0下载:
  2. 数独游戏,自己用C++写的,请不要随意传播.其他的请自己看吧-Sudoku game, they used to write C++, Please do not spread. Other, please read it for yourself
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:15527
    • 提供者:lee
  1. Sudoko

    0下载:
  2. 用CSharp写的一个简单的数独程序,有GUI界面-CSharp written with a simple Sudoku program, a GUI interface
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:27883
    • 提供者:yyscamper
  1. sudu

    0下载:
  2. 数独求解程序,用回溯法求解一般数独,效率比较高-Sudoku solver, using backtracking to solve Sudoku general, more efficient
  3. 所属分类:Other Games

    • 发布日期:2017-04-04
    • 文件大小:746
    • 提供者:lxp
  1. ShuDu

    0下载:
  2. 运用简单的java语言 通过随机数 数独能随机产生-Java language by using simple random number can be randomly generated Sudoku
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1679
    • 提供者:有冰
  1. Sudo

    0下载:
  2. J2ME数独游戏,源代码算法说明很详细,可供大家参考学习-J2ME Sudoku game, a very detailed descr iption of the source code algorithm, for your reference learning
  3. 所属分类:Other Games

    • 发布日期:2017-04-01
    • 文件大小:188181
    • 提供者:孔剑波
  1. Sudoku

    0下载:
  2. 快速得到数独答案,用的最简单的方法,请把数独题目加在命令行后面,空的数用0代替。-Sudoku quickly get the answer, with the most simple method, to increase the number of single subject after the command line, use 0 instead of empty number.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:6220
    • 提供者:se7en
  1. shudu

    0下载:
  2. 解决数独游戏的C程序 【输入形式】 输入文件为shudu.in。输入文件共9行,每行含9个数字,无分隔符。0表示待确定的空格。 【输出形式】 输出文件为shudu.out。输出共9行,每行9个数字,无分隔符。 【输入样例】 100006004 008090050 400300000 800002040 009605200 060700005 000007002 080030400 300
  3. 所属分类:Game Program

    • 发布日期:2016-04-16
    • 文件大小:3072
    • 提供者:黄建宇
  1. chapter1-1

    0下载:
  2. 一个简单的对于9*9的数独使用全排列的方法求解算法-permutation to solve sudoku
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2216
    • 提供者:陈子豪
  1. KLSD

    0下载:
  2. 数独游戏,好东西,有好几个模块,功能很强大 希望大家一起学习,经典的好游戏,大家都喜欢-Sudoku game, good things, there are several modules, very powerful hope that we will study together, the classic good game, we all like
  3. 所属分类:android

    • 发布日期:2017-05-19
    • 文件大小:5165617
    • 提供者:eryueniao
  1. C-language--game

    0下载:
  2. C语言写的数独猜谜游戏 游戏功能说明: 1.有简单、一般和困难3种难度选择,每次开始游戏时程序随机生成符合难度要求的数独题。 2.游戏中使用方向键控制光标。1-9数字键填入数字。(不支持使用小键盘) 3.使用DEL键消除填写有误的数字,随时使用ESC键可以退出游戏。 4.格子左上角偶尔会出现一个笑脸。经排查未发现等价于printf(" c",2) 的语句,求高人指点。 - C language game
  3. 所属分类:Other Riddle games

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

    0下载:
  2. 用c语言实现的数独源码,在vc编译环境下实现。-C language of the Sudoku source code, in vc compiler environment to achieve.
  3. 所属分类:Other Games

    • 发布日期:2017-04-03
    • 文件大小:38739
    • 提供者:牙牙
  1. vb_Sudoku

    0下载:
  2. 数独软件,界面美观,有解密功能,有自己实验数独功能-Sudoku software, beautiful interface, with decryption functionality, the number of unique features have their own experiments
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-01
    • 文件大小:140002
    • 提供者:joejoe
  1. SD

    0下载:
  2. 基于android2.2系统的数独游戏,已经生成apk文件,解压后可安装-Android2.2 system based on Sudoku, apk file has been generated, can be installed after decompression
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1532627
    • 提供者:zhangmiao
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 34 »
搜珍网 www.dssz.com