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

搜索资源列表

  1. Kakuro

    0下载:
  2. 本C#代码能解 kakuro 数独(8*10),速度很快,算法效率很高。由于时间问题,我没写输入的接口,数独的数据在源代码中,若想解其他的kakuro 数独(8*10),请自行修改代码
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:12748
    • 提供者:王斌
  1. sudo

    0下载:
  2. 数独游戏很流行,这里用“位操作”实现和解决该问题,效率高。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2577
    • 提供者:Jacky Gao
  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. 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. DancingLinks

    0下载:
  2. 在计算机科学,舞蹈链接,也被称为的DLx ,是技术建议唐纳德克努特有效地执行其算法十算法X是递归,随意性,深度优先,回溯算法,认为所有的解决方案的确切覆盖问题。一些较为著名的确切涵盖的问题包括瓦工,n皇后问题,数独。-In computer science, Dancing Links, also known as DLX, is the technique suggested by Donald Knuth to efficiently implement his Algorithm X. A
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:517957
    • 提供者:ucvvf
  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. 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. 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. asp.tar

    0下载:
  2. n皇后问题,汗诺塔问题,数独问题,地板问题的ASP解决方案。可以设置N的数目-n queens problem, Khan Notari, Sudoku, flooring problems ASP solutions. Can set the number of N
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:1247
    • 提供者:dyw
  1. sudoku

    0下载:
  2. 解决数独问题,通过dancing links 方法 并比较朴素算法-Sudoku solving problems by dancing links method and relatively simple algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5916
    • 提供者:金鑫
  1. dushu

    0下载:
  2. 使用回溯法解决数独问题-Solve Sudoko problem with backtracking algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:3783679
    • 提供者:James
  1. Program

    0下载:
  2. 使用递归回溯解决数独问题,简单情况秒杀,复杂情况稍慢些。-solve suduku problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2151
    • 提供者:陈少伟
  1. shudu

    0下载:
  2. 数独问题相信大家都知道,(不知道的可以上百度搜索),数独的求解有多种方法。 本算法采用链表方式实现数独问题的求解。采用试算的方法,理论上可求解所有数独问题。 例如如下数独问题 0 3 0 0 0 0 0 0 1 5 0 0 0 0 0 0 8 0 0 0 0 2 0 0 0 0 9 8 0 0 0 0 7 0 0 0 0 0 0 0 0 0 4 0 0 7 0 9 0 8 1 0 0 0 0 7 0 4 0 0 0 0 0 1 0 0
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:151256
    • 提供者:ydscn
  1. sokudo

    0下载:
  2. 此程序使用递归的方法,用于解决数独问题,可以改变不同位置上的固定数字改变数独游戏。-This program uses a recursive methods used to solve Sudoku problems, you can change the fixed digital change Sudoku different positions.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:916
    • 提供者:鹿露
  1. SudoKuProgramming

    0下载:
  2. 这是一个解决数独问题的程序。用visual basic来写的。-This is a program to solve Sudoku problems. Use visual basic to write.
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1221539
    • 提供者:caipei cao
  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 »
搜珍网 www.dssz.com