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

搜索资源列表

  1. SUDOKU01

    0下载:
  2. 数独SUDOKU游戏,使用Winrar软件解压缩后使用,无解压缩密码。-few games alone, the use of software wins decompress after use, without extract passwords.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:26542
    • 提供者:Jack
  1. shudu

    0下载:
  2. 数独游戏设计程序代码,需要的朋友可以借荐一下。- math game
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-11
    • 文件大小:815
    • 提供者:JOHN
  1. backtracking_solve_sudoku

    0下载:
  2. 回溯法解决数独问题,文件读取数独游戏,空位使用0补齐,输出为填充完毕的数独-Backtracking to solve Sudoku problems, file reads Sudoku, use 0 vacancies filled, the number of output is only completed filling
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:290337
    • 提供者:刘峰
  1. sudokue

    1下载:
  2. 用matlab实现的数独游戏,可以实现数独游戏功能-Matlab Sudoku
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-15
    • 文件大小:4716
    • 提供者:凤飞飞
  1. shudu01

    0下载:
  2. 自己编写的Android数独游戏程序,修改了其中的很多BUG,在自己手机上运行良好,要求Android2.3以上-Write your own Android sudoku game procedures, revised and many of those bugs, work well on their mobile phones, above Android2.3 is required
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1376574
    • 提供者:牛玉良
  1. backtrace

    1下载:
  2. c语言开发的数独游戏,采用回溯算法,9*9数独-Sudoku game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-03
    • 文件大小:970206
    • 提供者:jingfengan
  1. Sudoku-game-

    0下载:
  2. 数独游戏,系统自动生成数据矩阵,可以选择初级中级高级等3个难度-Sudoku game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-29
    • 文件大小:413275
    • 提供者:徐新生
  1. 2131313

    0下载:
  2. 一款用vb开发的数独游戏源码 很完整可以调试-Using VB to develop a Sudoku game source code
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-29
    • 文件大小:227106
    • 提供者:tolove
  1. Sudoku

    1下载:
  2. 本文件包含数独游戏的全部程序。 游戏生成 游戏界面等 可直接操作-This file contains all of the program Sudoku. Game Builder Game interface, etc. Can be directly manipulated
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-22
    • 文件大小:6445006
    • 提供者:duanqingling
  1. CrossWords

    0下载:
  2. 最近看别人玩数独游戏,了解了游戏规则后,编写了一个简洁高效的数独矩阵生成器,可任意设值矩阵阶数,算法简洁高效,欢迎大家下载-cross word game,cross word martrix creator,you can set row and column,enjoy yourself and good luck!
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-09
    • 文件大小:1878424
    • 提供者:dragon
  1. sudu

    0下载:
  2. 数独游戏的9*9矩阵的随机生成,采用空间换时间的原理。-Sudoku Game 9* 9 matrix is randomly generated, using the principle of space for time.
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:905
    • 提供者:yaa0uyeyy
  1. sudoku

    0下载:
  2. 数独游戏,由81个单元格组成,游戏开始时,部分单元格已经填入一些已经知道的数字,玩家需要在剩下的单元格中填入数字,使数字在每行、每列、每区(3行×3列)中都只出现一次。- Sudoku by 81 cells form when the game starts, fill in some part of the cell has been known figures, players need to enter the number in the rest of the cell, so t
  3. 所属分类:android

    • 发布日期:2017-06-14
    • 文件大小:22016000
    • 提供者:missfkr
  1. ConsoleApplication1

    0下载:
  2. 数独填充游戏的源码,代码中包括input和output文件,和main 文件,稍加修改可与他人一起玩数独游戏。-Sudoku filled game source code, including file input and output, and main ' file, slightly modified can play Sudoku with others.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1136
    • 提供者:we
  1. shudu08

    0下载:
  2. 安卓数独游戏源代码, 安卓数独游戏源代码。-Android Sudoku game source code
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-30
    • 文件大小:56093
    • 提供者:jin
  1. sudoku

    0下载:
  2. C语言 实现 数独游戏 鼠标输入待填数字的位置和大小-C realize sudoku. Mouse inputs the number s location and value.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-14
    • 文件大小:3096
    • 提供者:邢明义
  1. sudoku

    0下载:
  2. C语言实现数独游戏 略高级的版本 可以实现读入txt原始数据 利用递归的算法计算 并显示结果-C language implementation of sudoku slightly senior version Can achieve read TXT raw data by using recursive algorithm to calculate And display the results
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-14
    • 文件大小:3907
    • 提供者:邢明义
  1. shudugame

    0下载:
  2. 简单的安卓小应用 数独游戏,可在任何安卓手机上运行,适合新手阅读-Android APP
  3. 所属分类:Games

    • 发布日期:2017-05-04
    • 文件大小:153635
    • 提供者:蔡琦
  1. du

    0下载:
  2. 易语言数独游戏源码例程程序结合易语言扩展界面支持库,实现数字计算的数独游戏。 -Easy language Sudoku game source code routines with easy language support library expansion interface, realize the digital computation of sudoku.
  3. 所属分类:Game Program

    • 发布日期:2017-05-05
    • 文件大小:7012
    • 提供者:zhch2o
  1. suduko

    0下载:
  2. 简易数独游戏 其中shudu.txt,shudu123.txt为关卡 -Simple Sudoku game Which shudu.txt, shudu123.txt for the level
  3. 所属分类:Console

    • 发布日期:2017-12-18
    • 文件大小:4096
    • 提供者:gs
  1. sudoku

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

    • 发布日期:2017-12-17
    • 文件大小:174080
    • 提供者:Tad
« 1 2 ... 11 12 13 14 15 1617 18 19 »
搜珍网 www.dssz.com