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

搜索资源列表

  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. sudoku

    0下载:
  2. Resolve any sudoku grid
  3. 所属分类:Other Games

    • 发布日期:2017-04-25
    • 文件大小:13897
    • 提供者:anis
  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. Dushu

    0下载:
  2. 数独游戏的Csharp源代码,很不错的,可以不注册下载-Sudoku game Csharp source code, very good, they do not register to download
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-09
    • 文件大小:1119557
    • 提供者:1
  1. SuDoKu

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

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

    0下载:
  2. Sudoku game + solver written in c# (using dfs with bit s magic)
  3. 所属分类:Other Games

    • 发布日期:2017-04-05
    • 文件大小:87910
    • 提供者:Nyashka
  1. sudoku_N73

    0下载:
  2. 益智类游戏《数独》手机版,在9X9格子中输入1-9的数字,横纵不重复即胜利-Puzzle game " Sudoku" mobile version, enter 1-9 in the 9X9 grid of numbers, not to repeat that victory in horizontal and vertical
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:149142
    • 提供者:刘志超
  1. sudoku

    0下载:
  2. 简单快捷的数独生成程序,算法简单易懂,效果明显-Sudoku generate a simple and quick procedure
  3. 所属分类:Games

    • 发布日期:2017-04-14
    • 文件大小:3978
    • 提供者:张宇
  1. sudoku

    0下载:
  2. 数独操作,解法(枚举)每行和每列和每小格为1到9的,用程序求解的算法-Sudoku operation, method (enumeration)每行和每列和每小格为1到9的数字,用程序求解的算法
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:4779
    • 提供者:benson
  1. pythonsudoku-0.13

    0下载:
  2. Python sudoku new version for people who want it.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-17
    • 文件大小:425112
    • 提供者:Tommy
  1. Sudoku

    0下载:
  2. A little sudoku solver, applying patterns
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:47880
    • 提供者:Ryan
  1. sudoku

    0下载:
  2. sudoku game for playing
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:20821
    • 提供者:mohamed
  1. Sudoku

    0下载:
  2. 数独游戏,多种难度的数独游戏 数独游戏,多种难度的数独游戏-Sudoku game, multiple difficulty Sudoku Sudoku game, multiple difficulty Sudoku
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:318344
    • 提供者:陈永
  1. suku

    0下载:
  2. Java手机版数独小游戏(J2me)22250785数独游戏,相信朋友们都知道的,以前也经常玩的,用VB、VC++以及Delphi版编写的都在网上发布过,今天放出一个基于Java的J2me手机版的,大致看一下截图,这是在Java模拟机运行的界面,带有Java源码,学习J2me编程的朋友有资料看了。-Java mobile phone version of Sudoku game (J2me) 22250785 Sudoku game, I believe you all know, the pa
  3. 所属分类:Game Program

    • 发布日期:2017-03-30
    • 文件大小:590270
    • 提供者:田汶灵
  1. Sudoku

    0下载:
  2. 数独(Sudoku)的DFS算法,没有优化,效率较为低下.C语言实现-Sudoku algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:770
    • 提供者:Nova
  1. Sudoku

    0下载:
  2. Sudoku game sourses program good luck
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:75535
    • 提供者:mohammad
  1. 200741119366291

    0下载:
  2. 速度飞快的数独计算器,基本的原理就是递归搜索,但在检查9个3*3小方块的时候使用了复杂度为O(1)的算法,使得求解速度极快 使用方法: 使用方法: STEP One:在文本文档中 写入81个数(待填的用0表示,每九个换行,每两个数之间空一个) 保存为 input.in(注意后缀) 运行 “数独终结者.exe” 文件夹内会生成一个Answer.out的文件,用文本打开,便是答案 (bestshudu.pas是源程序) -Sudoku calculator fast sp
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:31006
    • 提供者:cc5432166
  1. sudo

    0下载:
  2. VB编写的数独小游戏,可随机生成题目,带输入提示功能,使用不同颜色标识行列,便于填写,带背景音乐。-VB, sudoku game, can be randomly generated questions, with input prompts, use different color-coded ranks, easy to fill with background music.
  3. 所属分类:Game Program

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

    0下载:
  2. 华为编程比赛决赛 程序 比赛的题目就是在9点到下午6点,编写一个数独游戏程序,并且有自动计算答案功能-Huawei Programming Competition program The contest is at 9 o clock to 18 o clock, to write a Sudoku game program, and an automatic answer function calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:13010
    • 提供者:aaa
  1. VB_sudoku_game_nice_interface_effects

    0下载:
  2. 数独游戏VB版界面漂亮带特效VB version of sudoku game with nice interface effects -VB version of sudoku game with nice interface effects
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:141185
    • 提供者:c
« 1 2 3 4 5 6 78 9 10 11 12 ... 44 »
搜珍网 www.dssz.com