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

搜索资源列表

  1. Sudokuv4

    0下载:
  2. Android系统下的数独游戏代码。有详细内容-failed to translate
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:2174827
    • 提供者:wanglin
  1. OpenSudoku-android

    0下载:
  2. android数独游戏,有不同难度,可供不同学习者学习-android game
  3. 所属分类:Java Develop

    • 发布日期:2017-11-10
    • 文件大小:1933663
    • 提供者:张浩
  1. Shudu

    0下载:
  2. 一种数独游戏的解法,于是便用Java语言来实现。不过只能求解相对简单的数独(严格可以推理出来的,而不需要猜测)。-One kind of Sudoku solution, so they use the Java language. But only relatively simple to solve Sudoku (strictly be inferred, rather than need to guess).
  3. 所属分类:JavaScript

    • 发布日期:2017-04-04
    • 文件大小:11446
    • 提供者:Ray Allen
  1. Sudoku

    0下载:
  2. 数独算法,计算唯一以及不唯一解的数独,生成多个结果-Sudoku algorithm to calculate the unique and non-unique solution Sudoku generate multiple results
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:744
    • 提供者:张小艺
  1. Sudoku-Answers

    0下载:
  2. 数独解答 优化1:当试值的时候,参考同行、同列和同方阵的其他格子的值。比如其他格子已经填过1、3、4、6、8,那么当前格子只能从2、5、7、8、9中取值。 优化2(已加上):将0到80转换成对应的横纵坐标是很费时的操作(除法和整除),可以采用表驱动方法,预先存好它们的映射关系,以空间换时间(空间消耗不大,就一个81元素的HashMap)。-Optimization of a Sudoku Answer: When the test value, the reference-friendl
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:3195
    • 提供者:贾宝奇
  1. sudoku

    0下载:
  2. 图形界面数独,可设置难度,存档重玩,可以检查答案,功能较为齐全-Graphical interface Sudoku
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:559045
    • 提供者:钟华
  1. 2011011259_7th

    0下载:
  2. 清华大学2013年java小学期第七次作业,要求:(1)编写一个LineMarket类,其中包括线程类Linereader和LineWriter。把线程中信息输出到命令行。(2)基于网络的双人共玩数独,可联线对战的数独(个人觉得这个题目很脑残……)-Tsinghua University in 2013 java primary period of the seventh job requirements: (a) preparation of a LineMarket categories,
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-05
    • 文件大小:41163
    • 提供者:钟华
  1. kuaileshudu

    0下载:
  2. java语言开发的android小应用,快乐数独,仅供参考-java android application
  3. 所属分类:Java Develop

    • 发布日期:2017-05-20
    • 文件大小:5652959
    • 提供者:
  1. J_Grid15

    0下载:
  2. 运用穷举法求解1-9,3*3数独问题,即使每行每列及对角线上的之和为15,算法简单,但运算时间有点长,大概是五分钟左右,请耐心等待。-Using exhaustive method to solve 1-9, 3*3 Sudoku problem, even if each row and each column and on the diagonal and 15, simple algorithm, but the operation time is long, about five min
  3. 所属分类:JavaScript

    • 发布日期:2017-04-09
    • 文件大小:4078
    • 提供者:郭松云
  1. sudoku

    0下载:
  2. 解数独的程序,可以解决数独问题。PS。不要写空数独,这样你会把所有数独结果都列出来的-Sudoku program that can solve Sudoku problems. PS. Do not write empty Sudoku, Sudoku so you put all of the results are listed
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:11612
    • 提供者:yxmz
  1. Java

    0下载:
  2. 数独游戏可供开发者使用参考,请大家认真参阅-Soduku is able help us
  3. 所属分类:JavaScript

    • 发布日期:2017-04-23
    • 文件大小:8726
    • 提供者:xiaoxue
  1. Android

    0下载:
  2. 数独游戏安卓部分可供初学者使用与参考-it is help for us
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:1131482
    • 提供者:xiaoxue
  1. shudu

    0下载:
  2. 实现了简单的数独游戏功能,课程设计作业,希望有人改正-To achieve a simple Sudoku game features, course design work
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:8618
    • 提供者:zhaohui
  1. shudu

    0下载:
  2. 用JAVA实现的数独游戏,界面友好,运行正常,是一个非常好的JAVA代码。-In the JAVA implementation of sudoku, friendly interface, normal operation, is a very good JAVA code.
  3. 所属分类:JavaScript

    • 发布日期:2017-05-25
    • 文件大小:8253497
    • 提供者:崔蒙
  1. Sudoku

    0下载:
  2. 数独应用的完整源代码,数独的功能基本实现-Sudoku application of the full source code, the basic realization of the function of Sudoku
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:526600
    • 提供者:张强
  1. shuduyouxi

    0下载:
  2. 数独游戏,使用了DLX算法,9*9的数独-Crosswords with DLX (9*9)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3477
    • 提供者:
  1. Sudoku

    0下载:
  2. 本代码是一个andrio开发的数独库游戏,里面包含源代码和注释。-This code is a andrio development of the library of Sudoku game, which contains the source code and notes.
  3. 所属分类:JavaScript

    • 发布日期:2017-05-16
    • 文件大小:4310029
    • 提供者:李超
  1. sudoku

    0下载:
  2. 使用穷举法解数独,计算时间和空格数大致呈正比-Using the exhaustive method to solve Sudoku, the calculation time and the number of spaces is roughly proportional
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2743
    • 提供者:李鸿英
« 1 2 3»
搜珍网 www.dssz.com