搜索资源列表

  1. Sudoku

    0下载:
  2. 这时一个计算数独游戏的console程序。使用搜索算法剪枝中最为强大的dance link(可参考knuth论文),并用STL-set优美实现。 -Then a calculation Sudoku game console procedures. Pruning search algorithm using the most powerful dance link (may refer to knuth thesis), and
  3. 所属分类:STL

    • 发布日期:2024-05-17
    • 文件大小:116736
    • 提供者:李如其
  1. sudo

    0下载:
  2. 数独游戏很流行,这里用“位操作”实现和解决该问题,效率高。-Sudoku is very popular here
  3. 所属分类:Windows编程

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

    0下载:
  2. 一款数独游戏源代码,运行在支持table pc的系统上(如vista)。 界面美观,是学习vs和游戏开发的理想教程-A Sudoku game source code, running on the table pc support systems (such as vista). Interface aesthetics, learning and game developers vs ideal Tutorial
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-17
    • 文件大小:4256768
    • 提供者:unreal
  1. sudu

    0下载:
  2. 数独游戏,优化算法,在可接受时间内可以解决36*36数独-Sudoku games, optimization algorithm, in an acceptable period of time can solve sudoku 36* 36
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1352704
    • 提供者:郭溪林
  1. SuDoKu

    0下载:
  2. 数独的全部源码,包括其算法. 里面的方法值的在实际开发中使用-Sudoku full source, including its algorithm. Which way the value of the actual development in the use of
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-17
    • 文件大小:231424
    • 提供者:man
  1. shudu

    0下载:
  2. 数独的实现过程,其中介绍了如何来判定实现一个9x9的数独算法,并且判断填数是否成功。-The realization of the process of Sudoku, which describes how to determine the realization of a 9x9 Sudoku algorithm, and to judge the success of a few to fill.
  3. 所属分类:中间件编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:王恒
  1. java4soduku

    0下载:
  2. 数独solver,不是原创,但是感觉不错,很规范,解决数独问题速度比较快。-Sudoku solver, not the original, but feeling good, very norms, to solve Sudoku problems faster.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:李惯
  1. java2soduku

    0下载:
  2. java解决数独问题,这个程序很短,设计得比较精妙,其中有详细解释。-java to solve Sudoku problems, this procedure is very short, designed to be relatively sophisticated, including a detailed explanation.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:李惯
  1. ShuDu

    0下载:
  2. 数独是一种源自18世纪末瑞士的数学智力拼图游戏。拼图是九宫格(即3格宽×3格高)的正方形状,每一格又细分为一个九宫格。在每一个小九宫格中,分别填上1至9的数字,让整个大九宫格每一列、每一行的数字都不重复。 数独的玩法逻辑简单,数字排列方式千变万化。不少教育者认为数独是锻炼脑筋的好方法。-Sudoku is a kind of Switzerland originated in late 18th century mathemat
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:weat
  1. NumberMagic

    0下载:
  2. 一个简单有趣的数独游戏,花了几天业余时间完成,可以考虑给小孩子玩玩 益智-Interestingly, a simple Sudoku game, spent a few days spare time to complete, could be considered to children play puzzle
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:125952
    • 提供者:jakey
  1. Sudoku

    0下载:
  2. 数独题目产生器 可自动随机产生数独题目 执行前请先设定好有关 jakarta commons logging 的 CLASSPATH 然后执行 java -jar SudokuGenerator.jar 平均一秒钟约可产生 67 组题目 -Title Sudoku Generator can automatically randomly generated Sudoku topic before the imp
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-17
    • 文件大小:140288
    • 提供者:chen ming
  1. Sodoku

    0下载:
  2. 数独游戏解算C++代码,在vc6.0上运行,控制台,使用回溯法解决,首先输出的是一个满足规则的数独例子,接着可以自己输入已知点的个数及其坐标、数字(要求不能违反规则),然后会生成满足条件的一个例子。-Sudoku solver C++ Code, in vc6.0 run on the console, use backtracking to solve, first of all to meet the output is a sin
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:1345536
    • 提供者:hjj
  1. soduke

    0下载:
  2. 采用搜索策略求解数独问题,对于简单的数独,基本不花时间,对于很复杂的情况也近似秒杀-Search strategy used to solve Sudoku problems, for the simple Sudoku, basic does not spend time, for a very complicated situation is similar to spike
  3. 所属分类:游戏

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:wuchengwei
  1. Sudoku

    0下载:
  2. 数独解法,能够解不要求回溯的数独问题,目前只支持用户自己出题。-Sudoku Solution, to the solution does not require backtracking Sudoku problem, currently only supports the user
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-17
    • 文件大小:38912
    • 提供者:法法
  1. sudoku_src

    0下载:
  2. c#的数独游戏 数独sudoku是一个很消耗脑细胞的游戏,求解数独有不错的算法-c#
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:1119232
    • 提供者:youngspring
  1. SUDOKU_ASM.ZIP

    0下载:
  2. 数独解答程序汇编源码,全世界最小,僅佔67位元组。-Sudoku answers to the procedures to compile source code, the world
  3. 所属分类:汇编语言

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:fuwa234
  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-17
    • 文件大小:16384
    • 提供者:andrea
  1. shudu

    0下载:
  2. 数独游戏源码,采用c++ builder 6.0 编写-Sudoku source code, using c++ Builder 6.0 preparation
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:212992
    • 提供者:Marioya Cheng
  1. sudoko

    0下载:
  2. 用java开发的数独程式 利用递回的方法实现,最后会有答案的check 希望对大家有帮助-Using java Sudoku program developed by the use of recursive methods to achieve the final check will be the answer to all of us want to help
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-17
    • 文件大小:12288
    • 提供者:许宏荣
  1. shudu

    0下载:
  2. matlab 数独游戏源码 但是没有注释,有高手的花能注释一下,发一份给我b591263@163.com-matlab Sudoku source but did not comment, there are experts to comment about the flowers, send a to me b591263@163.com
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:尼广辉
« 1 2 34 5 6 7 8 9 10 ... 37 »

源码中国 www.ymcn.org