CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 数独

搜索资源列表

  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

    0下载:
  2. 数独求解算法,使用CVX软件包采用优化的方法求解一个数独。-Sukodo solution algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:586
    • 提供者:guokaiwen
  1. DanceingLinksSudu

    0下载:
  2. 使用Dancing Links的思想的数独解算器,采用十字双向链表的数据结构,解算速度为常规算法的20倍以上-The idea of using Dancing Links Sudoku solver, using the cross-way linked list data structure, solver speed is 20 times more than conventional algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:3023
    • 提供者:boxer
  1. sd

    0下载:
  2. C编写的自动计算数独的程序,使用了搜索算法+优化,说明里有算法思想的解释-failed to translate
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:50067
    • 提供者:张新华
  1. SUDOKUE

    0下载:
  2. 数独游戏的MATLAB实现!还能帮助玩家完成数独游戏。- SUDOKUE play sudoku with MATLAB (aids for solving included) A guide on how sudoku works can be found e.g. on http://en.wikipedia.org/wiki/Sudoku This program has a history-function, i.e. you can undo
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:5874
    • 提供者:王静
  1. sudoku_version_plu

    0下载:
  2. 数独游戏,用maple编程实现的,很好玩!-Sudoku, maple programming to achieve a lot of fun!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-24
    • 文件大小:4686
    • 提供者:周时
  1. sudu

    0下载:
  2. 计算数独的结果.在源文件内输入数组,组成9X9的数据。-The source results of calculation of Sudoku.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-24
    • 文件大小:2049
    • 提供者:ZhengRenyuan
  1. Sudoku

    0下载:
  2. 使用Visual Studio编写的数独计算程序,界面简洁直观。-Calculation program written using Visual Studio Sudoku, a simple and intuitive interface.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-04
    • 文件大小:25334587
    • 提供者:Cui Runpeng
  1. sudoku

    0下载:
  2. 用matlab程序自编的数独程序,可以解决大部分的9*9宫格的数独。-Sudoku program, self matlab program can solve most of the 9 x 9 Sudoku grids.
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:5449
    • 提供者:honglj
  1. shudu

    0下载:
  2. 数独求解,输入一个初盘,自动生成终盘,采用智能回溯法-To solve a sudoku
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:820
    • 提供者:李帅
  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. dancinglinks

    0下载:
  2. 十字链表,解决数独的神器。dancing links-dancing links
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:1309
    • 提供者:张轩
  1. SUDU_crack

    0下载:
  2. 数独的暴力破解算法,支持9×9常见格式的数独,一般运行正常,偶尔跑飞。希望各位大侠帮我完善-Sudoku brute force algorithm, support 99 popular formats sudoku, general operating normally, the occasional runaway. I hope heroes to help me improve
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1301780
    • 提供者:龚小敏
  1. shudu

    0下载:
  2. 这是一个用matlab写的关于数独的程序,对于喜爱数独的伙伴会很有帮助,程序已经测试过,没有问题,而且有注释。-This is for soduk,it will be helpful for people who like it.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1177
    • 提供者:剑客
  1. number

    0下载:
  2. 一种用C++来实现的数独算法,欢迎大家一起来讨论!-One kind implemented by C++ Sudoku algorithm, welcome everyone together to discuss!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:303258
    • 提供者:anty
  1. Cleve-SolvingSudoku

    0下载:
  2. 应用matlab进行数独解密的算法和教程,英文版,来自matlab创始人-The Userguide to use matlab to solve sudoku
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1102276
    • 提供者:任彬彬
  1. VideoSudokuSolver

    0下载:
  2. 应用matlab的图像处理工具,使用摄像头实时解密数独的程序-The video sudoku solver
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:200925
    • 提供者:任彬彬
  1. main

    0下载:
  2. 数独是一种运用纸、笔进行演算的逻辑游戏。玩家需要根据9×9盘面上的已知数字,推理出所有剩余空格的数字,并满足每一行、每一列、每一个粗线宫内的数字均含1-9,不重复。要求使用合适的数据结构和算法,求解出所有剩余空格的数字。 【输入形式】 输入为9X9的二维数组,每个数字均为0-9之间的数字,其中0表示该位置的数字为未知。 【输出形式】 输出为9X9的二维数组,每个数字均为1-9之间的数字,满足数独 -Sudoku is a use of paper, pen cal
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1601
    • 提供者:star
  1. Suduko-endding

    0下载:
  2. 生成数独的终局,目前实现的是常规数独,生成任意随机终局-Generate Sudoku endding. Currently, It can generate random endding for normal Sudoku.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:14534
    • 提供者:吴建涛
  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 2 34 »
搜珍网 www.dssz.com