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

搜索资源列表

  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. 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. sudoku_src

    0下载:
  2. 又一数独解算器和发电机,在CodeProject上的第一个,但在VB。搜索一个给定的飞行数独问题的所有解决方案。界面简单,搜索是连续的,比较快的。因此,它是有用的,如果你要生成你自己的问题。-Yet another Sudoku solver and generator, the first one in CodeProject, in VB though. It searches all the solutions for a given Sudoku problem on the fly.
  3. 所属分类:DSP program

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

    0下载:
  2. JAVA编程实现的解决数独问题的程序,即:用1~9九个数字填充九宫格,使得其横竖斜的和都为15,计算出来有八个结果。-Java programming solving Sudoku procedures, namely: 1 to 9 nine figures filled squared, so that its horizontal and vertical ramp and for 15, the calculated eight results.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-15
    • 文件大小:2207
    • 提供者:雪龙飞
  1. sudou

    0下载:
  2. 数独问题 对于数独填充游戏,我们要保证在每一行,每一列,每一个方块中数字1..9 都恰好出现 一次。 ★数据输入 供输入数据包括9 行9 列,由数字1..9 和‘.’构成,其中‘.’表示未填数字的格子。 输入数据保证解唯一存在。 ★数据输出 将程序运行结果输出9 行9 列,将数独的空白的格子用正确的数字填充。-Sudoku Sudoku filled game, we want to ensure that each row, each column, each bo
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:86769
    • 提供者:
  1. shudu

    0下载:
  2. 北航c2作业,能基本解决数独问题,并做了一定的优化。-solve the sudoku problem
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-11
    • 文件大小:635582
    • 提供者:zt
  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. sudoku

    0下载:
  2. 一种基于DFS的解决数独问题的算法,可以在短时间内解决数独 其中0代表空白。输入格式详见源码-a sort based on DFS,which can solve sukudo in second time.For more infomation,read the code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:60286
    • 提供者:Xiepengyu
  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. sudoku

    0下载:
  2. 递归方法可解决数独问题,在宏常量定义处更改N值可解决高阶数独-A program to solve sudoku
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-31
    • 文件大小:571
    • 提供者:Pietro Wong
  1. 2008090417453094

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

    • 发布日期:2017-04-15
    • 文件大小:7646
    • 提供者:egove
  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. backtracking_solve_sudoku

    0下载:
  2. 回溯法解决数独问题,文件读取数独游戏,空位使用0补齐,输出为填充完毕的数独-Backtracking to solve Sudoku problems, file reads Sudoku, use 0 vacancies filled, the number of output is only completed filling
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:290337
    • 提供者:刘峰
« 1 23 »
搜珍网 www.dssz.com