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

搜索资源列表

  1. ShuDu

    0下载:
  2. 数独是一种源自18世纪末瑞士的数学智力拼图游戏。拼图是九宫格(即3格宽×3格高)的正方形状,每一格又细分为一个九宫格。在每一个小九宫格中,分别填上1至9的数字,让整个大九宫格每一列、每一行的数字都不重复。 数独的玩法逻辑简单,数字排列方式千变万化。不少教育者认为数独是锻炼脑筋的好方法。-Sudoku is a kind of Switzerland originated in late 18th century mathematical intelligence jigsaw puzzl
  3. 所属分类:Other Riddle games

    • 发布日期:2016-01-26
    • 文件大小:2067
    • 提供者:weat
  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. 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. Sodoku

    0下载:
  2. 数独游戏解算C++代码,在vc6.0上运行,控制台,使用回溯法解决,首先输出的是一个满足规则的数独例子,接着可以自己输入已知点的个数及其坐标、数字(要求不能违反规则),然后会生成满足条件的一个例子。-Sudoku solver C++ Code, in vc6.0 run on the console, use backtracking to solve, first of all to meet the output is a single example of a few rules, an
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:9800
    • 提供者:hjj
  1. soduke

    0下载:
  2. 采用搜索策略求解数独问题,对于简单的数独,基本不花时间,对于很复杂的情况也近似秒杀-Search strategy used to solve Sudoku problems, for the simple Sudoku, basic does not spend time, for a very complicated situation is similar to spike
  3. 所属分类:Game Program

    • 发布日期:2017-03-26
    • 文件大小:1120
    • 提供者:wuchengwei
  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_src

    0下载:
  2. c#的数独游戏 数独sudoku是一个很消耗脑细胞的游戏,求解数独有不错的算法-c#
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:446677
    • 提供者:youngspring
  1. SUDOKU_ASM.ZIP

    0下载:
  2. 数独解答程序汇编源码,全世界最小,僅佔67位元组。-Sudoku answers to the procedures to compile source code, the world
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:3321
    • 提供者:fuwa234
  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. shudu

    0下载:
  2. 数独游戏源码,采用c++ builder 6.0 编写-Sudoku source code, using c++ Builder 6.0 preparation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:213548
    • 提供者:Marioya Cheng
  1. sudoko

    0下载:
  2. 用java开发的数独程式 利用递回的方法实现,最后会有答案的check 希望对大家有帮助-Using java Sudoku program developed by the use of recursive methods to achieve the final check will be the answer to all of us want to help
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-05
    • 文件大小:12294
    • 提供者:许宏荣
  1. shudu

    0下载:
  2. matlab 数独游戏源码 但是没有注释,有高手的花能注释一下,发一份给我b591263@163.com-matlab Sudoku source but did not comment, there are experts to comment about the flowers, send a to me b591263@163.com
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:4313
    • 提供者:尼广辉
  1. sudokon

    0下载:
  2. 数独的程序,MCM2008B 可以参考一下-Sudoku procedures, MCM2008B reference
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:13873
    • 提供者:JOHN
  1. sudokugame

    1下载:
  2. 运行前请运行程序同目录中的install.bat注册COM组件。 数独游戏的规则和实现算法这里就不多说了,网上有很多。 游戏的算法是用COM实现的,与UI是严格分离的,有相当的独立性。 注:系本人转载,内含所有游戏算法的所有原代码,作者是王金生,他的E_mail:wangjs720@163.com-Please run the program before running the same directory install.bat register COM components.
  3. 所属分类:Game Program

    • 发布日期:2017-03-29
    • 文件大小:332940
    • 提供者:wuzh
  1. Sudoku

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

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

    0下载:
  2. 数独游戏 二、 使用说明 1. 安装手册 将project_rar解压缩即可。 其中main.c和graphic.c为主要程序文件。Include中是头文件库。其他为bmp形式图片。 2. 使用手册 编译后直接运行生成的main.exe,根据提示操作即可。 -Sudoku Game Two, the use of one. Project_rar installation manual will be extracted. Main.c and graph
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:498183
    • 提供者:石鑫磊
  1. SudoCalculator

    0下载:
  2. 数独求解题: 该程序, 初始条件可用键盘直接在界面上输入, 求解结果显示在界面上。 很好玩的-sudoku calculator
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1545
    • 提供者:徐剑
  1. sudoku

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

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

    0下载:
  2. 一个Java写的数独游戏,写的很漂亮。不管是界面还是算法-Written by a Java Sudoku game quite well
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:86019
    • 提供者:组织者
  1. game

    1下载:
  2. C#开发的数独游戏源代码,,帮助你快速得到游戏的答案 -C# development Sudoku source code to help you quickly get the answer to the game
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1123385
    • 提供者:李斌
« 1 23 4 5 6 7 8 9 10 ... 34 »
搜珍网 www.dssz.com