搜索资源列表

  1. SHUDU

    0下载:
  2. 数独求解 每行和每列和每小格为1到9的数字,用程序求解的算发.-several independent firms for each and every line and every small units of one to nine the number of procedures for the count fat.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:yegts
  1. MySudoku

    0下载:
  2. 一款数独游戏的Java源代码,采用逻辑规则求解,不采用搜索算法求解,算法很经典,值得研究。-A few independent game Java source code, the rules for using logic, using search algorithm. Algorithm classic, worthy of consideration.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-29
    • 文件大小:21504
    • 提供者:边奎星
  1. ShuDu

    0下载:
  2. 玩过数独吗?这里是一个数独的求解程序。可以为你挽救不少脑细胞。题目输入格式:逐行输入数字,以空格相间隔。空位以0代替。-Sudoku played it? Here is a Sudoku solving program. You can save a lot of brain cells. Title input format: line enter the number of intervals in space. Space in
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-29
    • 文件大小:1099776
    • 提供者:zjuxia
  1. 47142

    0下载:
  2. sudoku 九直行九横列,共分成九个九宫格,每行列都由1到9、不能重复的阿拉伯数字组成,每个九宫格亦然。但数独游戏难易等级很多,每个只有一个解法。 可?BR> [九宫格.zip] - 九宫格的A*算法实现 可以选择两个估价函数,完成九宫格的自动求解。-sudoku nine straight nine rows, divided into nine squares, each by 1-9 ranks, should not r
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-29
    • 文件大小:2048
    • 提供者:
  1. sudoku

    0下载:
  2. 数独库的实现,是用VC编的,可以实现生成数独和求解-Sudoku realization of the Treasury, is to use VC series can be achieved to generate and to solve Sudoku
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-29
    • 文件大小:16384
    • 提供者:andrea
  1. num

    0下载:
  2. 自己写的一个数独求解的小程序,界面很检点,主要是算法吧-To write a Sudoku solving small procedures, the interface is very disorderly, mainly algorithm吧
  3. 所属分类:Windows编程

    • 发布日期:2024-05-29
    • 文件大小:9216
    • 提供者:盆盆
  1. Sudoku

    0下载:
  2. 数独求解器 可以快速求解数独。 bug:不支持无解数独-Sudoku Calculator
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-29
    • 文件大小:14336
    • 提供者:Abraham
  1. SudoCalculator

    0下载:
  2. 数独求解题: 该程序, 初始条件可用键盘直接在界面上输入, 求解结果显示在界面上。 很好玩的-sudoku calculator
  3. 所属分类:Windows编程

    • 发布日期:2024-05-29
    • 文件大小:2048
    • 提供者:徐剑
  1. sudoku

    0下载:
  2. 数独快速并行求解算法,使用Intel编译器-Sudoku fast parallel algorithm, the use of Intel compilers
  3. 所属分类:并行运算

    • 发布日期:2024-05-29
    • 文件大小:2328576
    • 提供者:邓辉
  1. tssdjtf

    0下载:
  2. 该文件中详细的讲述了数独游戏的解法,对于想学习数独求解过程的人来说有很大的帮助-The documents detail the solution of Sudoku games for Sudoku want to learn the process for solving very helpful
  3. 所属分类:Windows编程

    • 发布日期:2024-05-29
    • 文件大小:281600
    • 提供者:与超
  1. NumMatrixApp

    0下载:
  2. 人工智能数独求解程序,含有一些优化的算法,可以在50ms 内出大部分数独题-Artificial Intelligence Sudoku solver, which contains a number of optimization algorithms, can be within 50ms most of the Sudoku title
  3. 所属分类:Windows编程

    • 发布日期:2024-05-29
    • 文件大小:2446336
    • 提供者:ansir
  1. CrackSudoku

    0下载:
  2. 数独求解程序源代码,采用穷举法,无唯一解-Sudoku solver source code, using brute-force method, no unique solution
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-29
    • 文件大小:19456
    • 提供者:wangchenyang
  1. sudoku_Csharp

    0下载:
  2. 用C#.net编写的数独小游戏,界面美观,可随机生成游戏和求解。-With C#. Net Sudoku game written in beautiful interface, can be randomly generated games and solving.
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-29
    • 文件大小:228352
    • 提供者:陈雷
  1. SUDOKU

    0下载:
  2. 自己开发的数独游戏教学程序,实现了当前主流的数独求解算法。一方面可以进行游戏,更重要的是在每一步自动提示后都会讲解相关的解题算法,便于学习数独。-Self-developed Sudoku games teaching program, to achieve the current mainstream sudoku algorithm. On the one hand you can play games, but more impo
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-29
    • 文件大小:332800
    • 提供者:胖猫
  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
  3. 所属分类:其他小程序

    • 发布日期:2024-05-29
    • 文件大小:54272
    • 提供者:Lyndsay
  1. 数独

    0下载:
  2. 数独游戏,用VFP求解,玩家自行填充任意数独,并探寻多种结果。(Sudoku game, with the solution of VFP, to fill any Sudoku game player, and a variety of search results.)
  3. 所属分类:其他数据库

    • 发布日期:2024-05-29
    • 文件大小:43008
    • 提供者:山城小兵
  1. sudoku

    0下载:
  2. java语言实现数独求解,本程序是离散数学中关于矩阵的一节的数独程序(The realization of Sudoku by java language)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-29
    • 文件大小:4096
    • 提供者:小墨123
  1. sudoku

    0下载:
  2. 数独游戏,利用回溯法,可进行数独求解,生成,简单无图形化源代码(Sudoku , originally called Number Place, is a logic-based, combinatorial number-placement puzzle.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:蔚天灿雨
  1. 数独解法

    0下载:
  2. 在excel的单元格中填制已知的数,通过树叉的回溯,完成数独未知数的填制。(In the excel cell in the known number by backtracking tree, complete Sudoku fill in the unknown.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-29
    • 文件大小:52224
    • 提供者:散步的云
  1. Python_Soduku_Cheats-master

    0下载:
  2. 本项目使用Python实现,仅使用了copy模块和time模块,代码中大量应用了for循环、if条件判断、列表(list)方法和递归,适合Python初学者巩固Python基础;在config文件中根据数独题目,更新数独列表的值;然后执行soduku.py,就会输出该数独题目对应的答案。(This project is based on Python , and I used no modules other than copy and
  3. 所属分类:界面编程

    • 发布日期:2024-05-29
    • 文件大小:15360
    • 提供者:林冷冷
« 12 3 4 »

源码中国 www.ymcn.org