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

搜索资源列表

  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. 能产生有唯一解的数独代码,同时能对用户输入的数独题目进行判断并运算-Be able to produce a unique solution of the Sudoku code, while the user can input the number of unique topics, and operations to determine
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:2321865
    • 提供者:weiyingya
  1. Sudoku

    0下载:
  2. QT版数独游戏, 在Windowx XP 和 Ubuntu10.04下测试无误-Sudoku game, base on QT
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-23
    • 文件大小:23006
    • 提供者:xy
  1. Sudoku

    0下载:
  2. java android(版本2.1以上) 数独游戏源码-android sudoku
  3. 所属分类:android

    • 发布日期:2017-05-30
    • 文件大小:12411235
    • 提供者:warner
  1. sudoku

    0下载:
  2. 采用启发式搜索算法,能解任意合法的数独(由input.txt文件输入),还能自动生成唯一解的数独初局-Using heuristic search algorithm, to obtain any number of legal independence (from the input.txt file input), can automatically generate a unique solution of the early Sudoku Board
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-24
    • 文件大小:4475
    • 提供者:王加福
  1. sudoku

    0下载:
  2. 求數獨的解的exe檔 只是把我所寫的m-file轉成執行檔-Sudoku for the solution of the exe file just written by me m-file into executable file
  3. 所属分类:File Operate

    • 发布日期:2017-05-26
    • 文件大小:8975339
    • 提供者:ho io tong
  1. Sudoku

    0下载:
  2. 数独题目产生器 可自动随机产生数独题目 执行前请先设定好有关 jakarta commons logging 的 CLASSPATH 然后执行 java -jar SudokuGenerator.jar 平均一秒钟约可产生 67 组题目 -Title Sudoku Generator can automatically randomly generated Sudoku topic before the implementation of the relevant co
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-22
    • 文件大小:140919
    • 提供者:chen ming
  1. Sudoku

    0下载:
  2. 数独解法,能够解不要求回溯的数独问题,目前只支持用户自己出题。-Sudoku Solution, to the solution does not require backtracking Sudoku problem, currently only supports the user
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-23
    • 文件大小:38707
    • 提供者:法法
  1. sudoku

    0下载:
  2. 数独库的实现,是用VC编的,可以实现生成数独和求解-Sudoku realization of the Treasury, is to use VC series can be achieved to generate and to solve Sudoku
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-25
    • 文件大小:16174
    • 提供者:andrea
  1. sudoku

    0下载:
  2. 利用栈来解数独游戏 并在无解的情况下给出提示-The use of the stack to sudoku itself, and no solution in the circumstances given tips
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-24
    • 文件大小:4197
    • 提供者:徐达维
  1. Sudoku

    0下载:
  2. 鬼子数独Sudoku for j2me 源码 手机游戏-Devils Sudoku Sudoku for j2me source mobile phone game
  3. 所属分类:J2ME

    • 发布日期:2017-04-03
    • 文件大小:24747
    • 提供者:dong
  1. Sudoku

    0下载:
  2. 数独求解器 可以快速求解数独。 bug:不支持无解数独-Sudoku Calculator
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:14055
    • 提供者:Abraham
  1. sudoku

    0下载:
  2. 可算sudoku的语法 规则很简单, 9*9 的格子中,每列,每行数字不可重复。 每个 "3*3" 的 "Box" (共9个) 内的数字也不可重复。 附件是 eclipse java project, 请将你的算法写在 SolvePuzzle() 内-Be regarded as the grammar rules of sudoku are simple, the 9* 9 grid, each row, each row can not duplicate figure. Eac
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:4444
    • 提供者:antonygo
  1. sudoku

    0下载:
  2. 数独快速并行求解算法,使用Intel编译器-Sudoku fast parallel algorithm, the use of Intel compilers
  3. 所属分类:MPI

    • 发布日期:2017-04-09
    • 文件大小:2329013
    • 提供者:邓辉
  1. sudoku

    0下载:
  2. 這是個prolog程式,能解決4x4的數獨問題 例: ?- sudoku ([4,2,0,0]/[0,1,0,2]/[0,0,1,0]/[1,0,0,4], Solution). Solution = [[4,2,3,1]/[3,1,4,2]/[2,4,1,3]/[1,3,2,4]] -A program can solve 4x4 sudoku problem.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1042
    • 提供者:john
  1. sudoku

    0下载:
  2. Sudoku Oyunu Delphi
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-26
    • 文件大小:240384
    • 提供者:yusuf
  1. SuDoKu

    0下载:
  2. 数独,比较好玩,大家可以试试,有好几个难度-Sudoku, more fun, you can try, there are several difficult
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:231351
    • 提供者:夏心启
  1. Sudoku

    0下载:
  2. Application that solves sudoku of different complexity.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:29249
    • 提供者:Yuriy Dovgalyuk
  1. SuDoKu

    0下载:
  2. 当年风靡全球的小游戏---数独,J2ME平台源代码,-Was popular around the world--- Sudoku game, J2ME platform, source code,
  3. 所属分类:J2ME

    • 发布日期:2017-03-31
    • 文件大小:203512
    • 提供者:
  1. Sudoku

    0下载:
  2. 数独游戏源码,J2ME开发,支持固定IP获取数独地图-Sudoku J2ME
  3. 所属分类:J2ME

    • 发布日期:2017-04-02
    • 文件大小:107954
    • 提供者:mayan
« 12 3 4 5 6 7 8 9 10 ... 44 »
搜珍网 www.dssz.com