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

搜索资源列表

  1. sudoku

    0下载:
  2. soduku游戏,大家应该玩过了吧。其中的产生算法我正在想。这是一个解秘的算法。-soduku game, we should have played all right. The selection algorithm which I think is. This is a solution algorithm ST.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.64kb
    • 提供者:龙文地
  1. Kakuro

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

    • 发布日期:2008-10-13
    • 文件大小:73.6kb
    • 提供者:宋芬
  1. sudoku

    0下载:
  2. 可算sudoku的语法 规则很简单, 9*9 的格子中,每列,每行数字不可重复。 每个 "3*3" 的 "Box" (共9个) 内的数字也不可重复。 附件是 eclipse java project, 请将你的算法写在 SolvePuzzle() 内-Be regarded as the grammar rules of sudoku are simple, the 9* 9 grid, each row, each row can not duplicate figure. Eac
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:4.34kb
    • 提供者:antonygo
  1. sudoku.win32

    0下载:
  2. 此为九宫格游戏的源码。运行程序,出现一个需要填数的九宫格,在游戏过程通过点击check可以检查结果是否正确。-This is the squares of the source game. Run the program, there is a need to fill in the number of squares, in the course of the game can check by clicking the check results are correct.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:87.78kb
    • 提供者:刘丽娟
  1. sdcalc

    0下载:
  2. 数独顾名思义——每个数字只能出现一次。数独是一种源自18世纪末的瑞士,后在美国发展、并在日本得以发扬光大的数字谜题。数独盘面是个九宫,每一宫又分为九个小格。在这八十一格中给出一定的已知数字和解题条件,利用逻辑和推理,在其他的空格上填入1-9的数字。使1-9每个数字在每一行、每一列和每一宫中都只出现一次。 这种游戏全面考验做题者观察能力和推理能力,虽然玩法简单,但数字排列方式却千变万化,所以不少教育者认为数独是训练头脑的绝佳方式-Sudoku As the name suggests- Each
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:7.35kb
    • 提供者:李红
  1. again

    0下载:
  2. 是一种数独的一种运算方法。是用的栈的方法。也可以用递归的方法。-Sudoku is a kind of a calculation method. Stack is the method used. Can also use the recursive method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:762byte
    • 提供者:ZCH
  1. Sudoku

    0下载:
  2. 数独(Sudoku)的DFS算法,没有优化,效率较为低下.C语言实现-Sudoku algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:770byte
    • 提供者:Nova
  1. binaries-2.0.5-win32

    0下载:
  2. 上传文件包括编译运行平台和许多实例。Answer set programming(简称ASP)是国外近几年兴起的一种重要的逻辑编程语言,对于求解NP问题有良好的时间上限优势。例如图的着色问题,哈密顿回路问题,sudoku问题,生物医学的特征选择问题等等。加上我上传的logic学习资料配套使用。-uploaded file include the compile and develop platform and many examples. Answer set programming is a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2.91mb
    • 提供者:刘新玲
  1. Sudoku

    0下载:
  2. 华为编程比赛决赛 程序 比赛的题目就是在9点到下午6点,编写一个数独游戏程序,并且有自动计算答案功能-Huawei Programming Competition program The contest is at 9 o clock to 18 o clock, to write a Sudoku game program, and an automatic answer function calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:12.71kb
    • 提供者:aaa
  1. SudokuSolver

    0下载:
  2. This sudoku solver-This is sudoku solver
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:608.37kb
    • 提供者:window
  1. sodoku

    0下载:
  2. 题目靶型数独的搜索实现。(原题见noip2009第四题)-Title search of target-based implementation Sudoku
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1.3kb
    • 提供者:金志卿
  1. Brute-Force-Sudoku-solver

    0下载:
  2. this how to implement brute force to solve sudoku in c-this is how to implement brute force to solve sudoku in c
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:8.88kb
    • 提供者:dihyaaj
  1. Sudoku

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

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

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

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

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

    • 发布日期:2017-11-04
    • 文件大小:24.16mb
    • 提供者:Cui Runpeng
  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
    • 文件大小:1.24mb
    • 提供者:龚小敏
  1. solve-Sudoku

    0下载:
  2. 用来解数独游戏的程序,适合matlab入门者学习参考。-The program to solve Sudoku.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:592byte
    • 提供者:李二
  1. Sudoku

    0下载:
  2. 此程序可自动计算初、中高级的数独题目,终级的题还解不了。-The program can automatically calculate the Sudoku.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4.16kb
    • 提供者:独孤
  1. Sudoku-Solver

    0下载:
  2. An example of Sudoku Solver program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2.51kb
    • 提供者:Roman
  1. ABC-Sudoku-Solver

    0下载:
  2. solving Sudoku puzzle by artificial bee colony algorithm-solving Sudoku puzzle by artificial bee colony algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:101.45kb
    • 提供者:Ruba
« 12 »
搜珍网 www.dssz.com