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

搜索资源列表

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

    0下载:
  2. 数独游戏 源码 回溯法解决问题! 终于写好这个游戏咯~~好好玩啊· 一直都很像写个数独游戏,这次终于完成了~~很有成就感 游戏还没有彻底完成,还有一些地方可以完善~-shudu
  3. 所属分类:Game Program

    • 发布日期:2017-03-26
    • 文件大小:215753
    • 提供者:kobe
  1. ThreeSimpleAppletSudoku

    0下载:
  2. 三个简单的数独小程序,它们分别用了不同的算法,对于想了解简单数独的求解问题的人来说是挺有帮助的-Sudoku three simple applets, they were a different algorithm, would like to know about Sudoku solving simple problems is quite helpful
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-08
    • 文件大小:3373
    • 提供者:与超
  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. TBB_Sudoku_src

    0下载:
  2. 使用唯一候选数法和隐性唯一候选数法解数独问题-The use of only a few candidates and the only candidate for the number of hidden skills alone the question of law
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:4687
    • 提供者:yangfan
  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. 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. 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. 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 23 »
搜珍网 www.dssz.com