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

搜索资源列表

  1. shudu2

    0下载:
  2. 一个可以计算数独游戏的C++程序,内容简单易懂
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:985byte
    • 提供者:xuhaiwei
  1. ds

    0下载:
  2. 独数问题计算,可以自动计算和判断给定的独数矩阵,然后分析计算
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:20.08kb
    • 提供者:吴明
  1. sudoku

    0下载:
  2. 用C++编写的数独游戏,采用回溯法,非递归,计算超快,代码精炼,注解详细-Using C++ Game Sudoku prepared using retrospective law, non-recursive calculation of ultrafast, code refining, detailed comments
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-22
    • 文件大小:1.42kb
    • 提供者:kingswift
  1. Sodoku

    0下载:
  2. 数独游戏的通用算法。摘要: 1 数独是一种数学智力拼图游戏,玩法逻辑简单,但解法千变万化。 2 数独解法全是由规则衍生出来的,基本解法分为两类思路,一类为排除法,一类为唯一法。更复杂的解法,最终也会归结到这两大类中。 3 算法的数据结构,基本思想及成果演示 成功计算出了数独题目的结果,并保持了很快的速度.该算法可以解决所有的数独游戏题目,为一种高效率的通用算法. 4 算法有更广阔的改进空间 -Sudoku generic algorithm. Abstract: a nu
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-28
    • 文件大小:745.79kb
    • 提供者:upwinder
  1. skode

    0下载:
  2. 自己用c++编写的计算数独的程序。使用枚举法,深度优先搜索得出结果。不能判断是否有多解。适合初级程序员参考。-Their written using c++ calculate the number of separate procedures. Enumeration method used, the outcome of depth-first search. Can not determine whether the multiple solutions. Junior programme
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-07
    • 文件大小:590byte
    • 提供者:vidfa
  1. shudujisuan

    0下载:
  2. 在number中输入你想计算的数独,然后打开shudu.py可以计算出数独和计算的次数-the program to calculate the shudu
  3. 所属分类:Other Games

    • 发布日期:2017-04-11
    • 文件大小:1.18kb
    • 提供者:姚源
  1. sk.c.zip

    0下载:
  2. 一个可以快速计算数独的程序。支持多种C语言编译环境。,A simple program which aims to solve a Sudoku game.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-12
    • 文件大小:1.6kb
    • 提供者:Wang Jue
  1. SuDoNew

    0下载:
  2. 给点初始的数独,程序可以快速计算数独的多个运算结果-To the point of initial Sudoku, Sudoku program can quickly calculate multiple operation results
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-11
    • 文件大小:737byte
    • 提供者:顾大权
  1. NumSingle

    0下载:
  2. 数独游戏计算,填充已知位,自动计算其他位置填充的数据。计算速度极快,可解决所有的数独难题。-Sudoku calculation, filling a known position, the position is filled automatically calculate other data. Calculate fast, solve all Sudoku puzzles.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-26
    • 文件大小:34.93kb
    • 提供者:Guo
  1. sudoku

    0下载:
  2. 数独是基于MFC实现的游戏。可以自动计算,打开文件保存结果等。-Sudoku is a game based on the MFC. Can be automatically calculated, open the file to save the results.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-02
    • 文件大小:869.69kb
    • 提供者:许继冉
  1. sudoku

    0下载:
  2. 用MFC编写的程序及全部VC6源文件,求解9宫格数独,并给出了计算时间,求解算法采用跳舞法,具有自动出题的功能,自带多套数独题目,分多种难度。本人原创。-Written with MFC program and all VC6 source files, solving the nine palace grid Sudoku, and gives the calculation time, algorithm for solving the dance method, with question
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-26
    • 文件大小:8.66mb
    • 提供者:成兴剑
  1. sudoku

    0下载:
  2. C语言实现数独游戏 略高级的版本 可以实现读入txt原始数据 利用递归的算法计算 并显示结果-C language implementation of sudoku slightly senior version Can achieve read TXT raw data by using recursive algorithm to calculate And display the results
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-14
    • 文件大小:3.82kb
    • 提供者:邢明义
  1. du

    0下载:
  2. 易语言数独游戏源码例程程序结合易语言扩展界面支持库,实现数字计算的数独游戏。 -Easy language Sudoku game source code routines with easy language support library expansion interface, realize the digital computation of sudoku.
  3. 所属分类:Game Program

    • 发布日期:2017-05-05
    • 文件大小:6.85kb
    • 提供者:zhch2o
  1. 1

    0下载:
  2. 数独的计算软件,输入初始条件得到可能的所有解法(Sudoku computing software, enter the initial conditions to get all possible solutions)
  3. 所属分类:其他智力游戏

    • 发布日期:2017-12-19
    • 文件大小:1kb
    • 提供者:lipr
搜珍网 www.dssz.com