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

搜索资源列表

  1. AI-Shack--Sudoku-Detector-master

    0下载:
  2. 从摄像头中读取数独图片,通过机器视觉方法识别每个数字并解除数独-Read Sudoku image from the camera, identifying each number by lifting machine vision methods and Sudoku
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:10014
    • 提供者:许仕哲
  1. CSharpshudu

    0下载:
  2. 用c# 编写的数独游戏源码 涵盖了基本的数独游戏功能,同时,提供选数字时的便捷控件,希望对初学c#的朋友有帮助.-Using c# source code written in Sudoku Sudoku covers the basic game functions, while providing convenient controls election figures, the hope of learning c# to help a friend.
  3. 所属分类:Game Program

    • 发布日期:2017-05-09
    • 文件大小:1580422
    • 提供者:胡涛
  1. CSharpshudu

    0下载:
  2. 用c# 编写的数独游戏源码 涵盖了基本的数独游戏功能,同时,提供选数字时的便捷控件,希望对初学c#的朋友有帮助-Using c# source code written in Sudoku Sudoku covers the basic game functions, while providing convenient controls election figures, the hope of learning c# to help a friend
  3. 所属分类:Game Program

    • 发布日期:2017-05-12
    • 文件大小:2987219
    • 提供者:罗鹏
  1. CSharpshudu

    0下载:
  2. 用c#编写的数独游戏源码,涵盖了基本的数独游戏功能,同时提供选数字时的便捷控件,希望对初学c#的朋友有帮助-Using c# source code written in Sudoku, Sudoku covers the basic game functions, while providing convenient controls election figures, the hope of learning c# to help a friend
  3. 所属分类:Game Program

    • 发布日期:2017-05-18
    • 文件大小:4830051
    • 提供者:黄文
  1. kuaileshudu

    0下载:
  2. java语言开发的android小应用,快乐数独,仅供参考-java android application
  3. 所属分类:Java Develop

    • 发布日期:2017-05-20
    • 文件大小:5652959
    • 提供者:
  1. shudu

    1下载:
  2. python编写的解数独的小程序 可以迅速解出数独答案。 没有 图形 界面 主要是来练习python 用的 -Sudoku python written a small program Can quickly solve Sudoku answers. No graphical interface Mainly used to practice python
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-11
    • 文件大小:940
    • 提供者:python
  1. J_Grid15

    0下载:
  2. 运用穷举法求解1-9,3*3数独问题,即使每行每列及对角线上的之和为15,算法简单,但运算时间有点长,大概是五分钟左右,请耐心等待。-Using exhaustive method to solve 1-9, 3*3 Sudoku problem, even if each row and each column and on the diagonal and 15, simple algorithm, but the operation time is long, about five min
  3. 所属分类:JavaScript

    • 发布日期:2017-04-09
    • 文件大小:4078
    • 提供者:郭松云
  1. shudu

    0下载:
  2. 数独游戏源代码,c写的,简单明了,代码不多,能运行-sudoku games,can run
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1088
    • 提供者:阿丽
  1. sudoku

    0下载:
  2. 解数独的程序,可以解决数独问题。PS。不要写空数独,这样你会把所有数独结果都列出来的-Sudoku program that can solve Sudoku problems. PS. Do not write empty Sudoku, Sudoku so you put all of the results are listed
  3. 所属分类:Java Develop

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

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

    • 发布日期:2017-04-25
    • 文件大小:14534
    • 提供者:吴建涛
  1. shudu

    0下载:
  2. C语言实现九宫格数独计算,用到数据结构中的双向十字链表-C language implementation Sudoku squares calculation, use two-way data structure Crusaders
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:1213
    • 提供者:Iris
  1. sudoku

    0下载:
  2. C语言写的数独游戏。只实现了基本功能,是控制台程序-Written in C language Sudoku game. Only the basic functions, is a console program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:17605
    • 提供者:echo
  1. shudu

    0下载:
  2. 简单数独 扫雷 int[][]vm=new int[9] public void sl(int[][]vm){ this.vm=vm for (int i = 0 i < 9 i++) { for (int j = 0-简单数独 int[][]vm=new int[9][9] public void sl(int[][]vm){ this.vm=vm for (int i = 0 i < 9 i++) {
  3. 所属分类:Games

    • 发布日期:2017-04-04
    • 文件大小:52175
    • 提供者:lccid
  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. shudu_MATLAB

    0下载:
  2. 可以用来自动计算数独的结果,对于那些很难的数独难题可以用来验证-Can be used to automatically calculate the result of sudoku, for those very difficult sudoku puzzles can be used to test and verify
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:9311
    • 提供者:慈卿
  1. sudoku

    0下载:
  2. 解决数独问题,通过dancing links 方法 并比较朴素算法-Sudoku solving problems by dancing links method and relatively simple algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5916
    • 提供者:金鑫
  1. shudu

    0下载:
  2. C#,数独游戏,带界面,可以查看答案,设置难度等级等-C#, Sudoku, with the interface, you can view the answers, set the difficulty level, etc.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-02
    • 文件大小:989933
    • 提供者:许佳丽
  1. sudoku

    0下载:
  2. 数独安卓小游戏代码 非常简单 实现了基本的四宫格游戏功能 可以进行对错检测-SODUKU android game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-13
    • 文件大小:3304009
    • 提供者:王秀慧
  1. sudu_mfc

    0下载:
  2. c++ mfc 数独游戏 益智小游戏 三种难度 游戏计时 界面自认为还可以-c++ mfc Sudoku puzzle game three difficulty game since that can also be timed interface
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-08
    • 文件大小:1939805
    • 提供者:lyl
  1. sudoku

    0下载:
  2. 数独源码,喜欢的可以下来看看,高手勿喷。-Sudoku source, like can come down to see, don t spray ace.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-14
    • 文件大小:4554
    • 提供者:Rose
« 1 2 ... 22 23 24 25 26 2728 29 30 31 32 33 34 »
搜珍网 www.dssz.com