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

搜索资源列表

  1. Kakuro

    0下载:
  2. Kakuro数独问题: 数独这个奇特的名字来源于日语Sudoku,是十八世纪瑞士数学家欧拉发明的。 后在美国发展,并在日本得以发扬光大。 Sudoku的规则十分简单,就是在9×9的九宫格里面填数字,每个方格中填人合适的数字以使得每行,每列以及每个九宫格都要包含从1~9的数字且互不相同. 数独的玩法逻辑简单,数字排列方式千变万化.不少教育者认为数独是锻炼脑筋的好方法。 谜题中会预先填入若干数字, 其它方格为空白, 玩家得依谜题中的数字分布状况, 逻辑推敲出剩下的空格里是什么数字
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:75369
    • 提供者:宋芬
  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. new

    0下载:
  2. 几个经典的智力题,爱因斯坦题目,数独,分酒问题,24点等-Some classic questions of intelligence, the subject of Einstein, a number of independent, sub-alcohol problem, 24 points
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:7214
    • 提供者:kingstarer
  1. sudoku1

    0下载:
  2. 数独求解代码,用深度优先搜索数独问题的解,求得唯一解-Solving Sudoku code, using depth-first search solution Sudoku problem, find a unique solution
  3. 所属分类:Search Engine

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

    0下载:
  2. 源码为使用MATLAB求解数独问题,请先下载并学习MATLAB的使用。-Source for the use of MATLAB to solve sudoku problem, please download and study the use of MATLAB.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1086
    • 提供者:shuil
  1. shudu

    0下载:
  2. 求解数独问题, 能精确快速求解数独, 是用回溯法求的.-I not sure how to describe it in English,but It a problem about number magic
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1119
    • 提供者:goodboy
  1. ShuDu

    0下载:
  2. 一个用于破解中小规模数独问题的小程序,很有意思-a program for solving Sudoku problems(number placement) which is quite interesting
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:620
    • 提供者:caozizhong
  1. 2008090417453094

    0下载:
  2. 数独游戏好秒杀,让我们把任何数独问题都能得到正确的答案-to solve the sudoku game
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7601
    • 提供者:huhaojun
  1. 123

    0下载:
  2. 数独产生与解答程序,能够解决所有的数独问题,产生的题目每次都不一样,但无难度选择-Q & A have a number of independent procedures that can solve all Sudoku problems, have a different topic each time, but no more difficult to choose
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:390836
    • 提供者:leruy
  1. trace

    0下载:
  2. 可以解9*9的数独问题,自认为还是比较快的-Possible solutions to the 9* 9 Sudoku problem, since that is still relatively fast
  3. 所属分类:WinSock-NDIS

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

    0下载:
  2. 数独问题,利用函数递归调用产生每行每列都不同的所有5乘5矩阵,代码精炼,时间短-Sudoku problems, the use of recursive function calls generated for each row of each column is different for all 5 by 5 matrix, code refining, time is short
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-05
    • 文件大小:557
    • 提供者:bird
  1. sudoku.cpp.tar

    0下载:
  2. 解决数独问题的源码,对于9x9的方格可一秒钟出解-a method to solve sudoku problem
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-06
    • 文件大小:1232
    • 提供者:liuyang
  1. Shudu

    0下载:
  2. 数独游戏求解程序源代码,具有求解的普遍性。即使给出一个数字,也能推出一组可能解。(附带一道数独问题)-Sudoku solver source code, with a universal solution. Even if given a number, but also to introduce a set of possible solution. (With a Sudoku problem)
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:24037
    • 提供者:渔人
  1. MagicSudoku[v1.0.0]

    0下载:
  2. 自己以前写的数独解算程序,解算速度快,只能解算单解的数独问题,使用控制台界面,虽然不是GUI的,但是设计界面就花我几天时间。算法是自己设计的,没有参考太多网络资料,可以供需要研究数独算法的朋友参考。-I used to write their own Sudoku solver, It works speedly, while only single solution Sudoku problem will be done. with the console interface, althoug
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:12188
    • 提供者:Fun
  1. sudoku

    0下载:
  2. 对于一个有唯一解的数独问题,提供解答。输入为9*9矩阵,每个数之间有一空格隔开,空缺的数用输入0代替。-Has a unique solution for a number of unique issues, provide answers. Enter the 9* 9 matrix, each separated by a space between the number of the vacancy number of the input 0 instead.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:1994
    • 提供者:flying
  1. shudu_Java

    0下载:
  2. 数独问题的求解过程,可求解给定的9*9数独问题-Sudoku problem solving process, can solve a given problem 9* 9 Sudoku
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2208
    • 提供者:Ze
  1. SUDOKU

    0下载:
  2. 九宫格的数独问题,利用回溯法来求解,C#语言,包括:初始化及填数的步骤-Jiugongge Sudoku problem to solve using backtracking, C# language, including: the number of steps to initialize and fill
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:79248
    • 提供者:gle
  1. 数独

    0下载:
  2. 请编程解决下面的数独问题:要求在空格内填入数字1-9,使得每行、每列、每个宫和两条对角线上数字都不重复,请编程求解这一变形的数独问题。(Please programming to solve the sudoku problem: requirements within the Spaces fill in the Numbers 1 to 9, make each row, each column, each palace, and the Numbers are not repeated o
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:54272
    • 提供者:Lyndsay
« 12 3 »
搜珍网 www.dssz.com