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

搜索资源列表

  1. android数独游戏源码

    0下载:
  2. 一个非常经典的数独游戏
  3. 所属分类:手机游戏

  1. 利用回溯算法数独游戏解算C++代码

    0下载:
  2. 利用回溯算法数独游戏解算C++代码,能够较快的求解出数独问题,The use of backtracking algorithm solving sudoku C++ code, can be faster to solve a sudoku problem
  3. 所属分类:Windows编程

    • 发布日期:2017-03-21
    • 文件大小:1521
    • 提供者:与超
  1. ShuDuYouXi

    1下载:
  2. VC++6.0编写的数独游戏,有界面,有难度控制,有提示解。完整的游戏功能,适合大作业。-Written in VC++6.0 Sudoku game, a screen, difficult to control, there are tips solution. Full game features, suitable for large operations.
  3. 所属分类:Game Program

    • 发布日期:2017-03-24
    • 文件大小:299604
    • 提供者:st
  1. Sodoku

    0下载:
  2. 数独游戏,有几万个关卡。操作简单,画面优美,有提示功能。有背景音乐。-game sudoku , 10000 levels . have hint function . good pictures and be able to play game easily with background music .
  3. 所属分类:Game Program

    • 发布日期:2017-05-25
    • 文件大小:8654893
    • 提供者:zhuyanjun
  1. SUDOKU

    0下载:
  2. 自己开发的数独游戏教学程序,实现了当前主流的数独求解算法。一方面可以进行游戏,更重要的是在每一步自动提示后都会讲解相关的解题算法,便于学习数独。-Self-developed Sudoku games teaching program, to achieve the current mainstream sudoku algorithm. On the one hand you can play games, but more importantly is that in each step w
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-26
    • 文件大小:333086
    • 提供者:胖猫
  1. sudoku

    0下载:
  2. 用C++编写的数独游戏,采用回溯法,非递归,计算超快,代码精炼,注解详细-Using C++ Game Sudoku prepared using retrospective law, non-recursive calculation of ultrafast, code refining, detailed comments
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-22
    • 文件大小:1455
    • 提供者:kingswift
  1. sudoku

    0下载:
  2. c++写的数独游戏即九宫格游戏,界面是用mfc写的。-sudoku game developing with c++ and mfc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-24
    • 文件大小:8188585
    • 提供者:bingyan
  1. SudokuSolve

    0下载:
  2. 一个简单的9*9数独游戏的解答程序,花费了不少的心血,欢迎大家交流学习-A simple 9* 9 Sudoku answers procedures, spent a lot of effort, we welcome the exchange of learning
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:7419
    • 提供者:dawu
  1. NumberMagic

    0下载:
  2. 一个简单有趣的数独游戏,花了几天业余时间完成,可以考虑给小孩子玩玩 益智-Interestingly, a simple Sudoku game, spent a few days spare time to complete, could be considered to children play puzzle
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:126718
    • 提供者:jakey
  1. tssdjtf

    0下载:
  2. 该文件中详细的讲述了数独游戏的解法,对于想学习数独求解过程的人来说有很大的帮助-The documents detail the solution of Sudoku games for Sudoku want to learn the process for solving very helpful
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:282034
    • 提供者:与超
  1. SuDoKu

    0下载:
  2. 数独游戏,相信朋友们都知道的,以前也经常玩的,用VB、VC++以及Delphi版编写的都在网上发布过,今天放出一个基于Java的J2me手机版的,大致看一下截图,这是在Java模拟机运行的界面,带有Java源码,学习J2me编程的朋友有资料看了。-Sudoku game, I believe that friends are aware, previously used to play in, with VB, VC++ and Delphi versions are available onl
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:202890
    • 提供者:李小双
  1. Sudoku

    0下载:
  2. android数独游戏,基于android2.2平台,实现了简单的数独游戏功能-Sudoku game on the android platform
  3. 所属分类:android

    • 发布日期:2017-04-09
    • 文件大小:2058571
    • 提供者:朱鹏宇
  1. sd

    0下载:
  2. 数独游戏,详细原代码,实现了随机游戏,过关斩将,生成数独,读写档以及测试数独的功能。-Sudoku, detailed, realizing the original code, random games, generating sudoku rolled, literacy, and test sudoku function.
  3. 所属分类:Game Program

    • 发布日期:2017-05-10
    • 文件大小:2249314
    • 提供者:小严
  1. “数独”游戏VC6.0

    0下载:
  2. 如,玩家需要根据9×9盘面上的已知数字,推理出所有剩余空格的数字,并满足每一行、每一列、 每一个同色九宫内的数字均含1-9,不重复。 数独的答案都是唯一的,所以,多个解也称为无解。 本图的数字据说是芬兰数学家花了3个月的时间设计出来的较难的题目。但对会使用计算机编程的你来说,恐 怕易如反掌了。 本题的要求就是输入数独题目,程序输出数独的唯一解。我们保证所有已知数据的格式都是合法的,并且题目 有唯一的解。 格式要求,输入9行,每行9个数字,0代表未知,其它数字为已知。
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:tl_real
  1. 数独

    0下载:
  2. 数独游戏,用VFP求解,玩家自行填充任意数独,并探寻多种结果。(Sudoku game, with the solution of VFP, to fill any Sudoku game player, and a variety of search results.)
  3. 所属分类:其他数据库

    • 发布日期:2017-12-26
    • 文件大小:43008
    • 提供者:山城小兵
  1. 数独游戏1.0

    0下载:
  2. 数独游戏代码 javascr ipt(soduku html5 javascr ipt code)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:5120
    • 提供者:vimmiv
  1. shudu-master

    0下载:
  2. 采用Java实现了带界面的数独游戏,且可以正常运行与实现(The Sudoku game with interface is realized with Java, and it can run and implement normally.)
  3. 所属分类:Java编程

  1. soduku

    1下载:
  2. STM32和LCD屏实现的简单数独游戏,适合嵌入式初学者(Simple Sudoku games implemented by STM32 and LCD screens)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-01-01
    • 文件大小:44032
    • 提供者:ObsidianBeacon
  1. 数独

    1下载:
  2. 一款用VUE,H5,Javascr ipt编写的数独小游戏(A Sudoku game written in VUE and H5.)
  3. 所属分类:前端开发

    • 发布日期:2020-10-21
    • 文件大小:2048
    • 提供者:哈哈哈132。
  1. SudoWin32

    1下载:
  2. win32下数独游戏,可以使用用VC6来打开使用。(Win32 under the Sudoku game)
  3. 所属分类:游戏

    • 发布日期:2021-04-16
    • 文件大小:2306048
    • 提供者:白菜2
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com