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

搜索资源列表

  1. shudu

    0下载:
  2. 数独游戏的通用版本,不同型号的手机均可使用。-Generic version of Sudoku
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:267848
    • 提供者:胡芳
  1. shudu

    0下载:
  2. 数独求解, 初级的题目可以自动解答 不能自动推导的需要穷举 穷举的算法还没有,后面的版本增加-Sudoku solving, the subject can automatically answer the primary, for the situation that can not automatically derived, the algorithm needs not exhaustive exhaustive, behind the release adds
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:186743
    • 提供者:大富翁
  1. ShuDu

    0下载:
  2. 运用简单的java语言 通过随机数 数独能随机产生-Java language by using simple random number can be randomly generated Sudoku
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1679
    • 提供者:有冰
  1. shudu

    0下载:
  2. 很经典的算法,利用深度搜索解决速度问题。-Classic algorithm, the speed advantage of the depth of search to solve the problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1601
    • 提供者:梁耿替
  1. shudu

    0下载:
  2. 自己做的数独游戏程序,实现比较简单,但还未最终完成,大概只是一个框架-Sudoku own procedures, to achieve relatively simple, but not yet finalized, probably only a framework
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2216593
    • 提供者:陈威
  1. shudu

    0下载:
  2. 修改数独生成算法,加入flag标志位,实现利用计算机对数独的求解-Sudoku generation algorithm to modify, add flag flag, to achieve the use of computers for solving sudoku
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2183
    • 提供者:yingning
  1. shudu

    0下载:
  2. 解一个关于9x9的数独游戏,matlab源码-Solve a Sudoku game on a 9x9
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1178
    • 提供者:leo
  1. shudu

    0下载:
  2. 数独游戏C代码,可能不是很完善,如果有什么提议可以回信给我- Using C language to generate the topic and to solve sudoku using stack method, no Interface
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:1762
    • 提供者:许植繁
  1. shudu

    0下载:
  2. 第一行是随机生成的1~9的排列,第2到9行就要通过搜索来产生了。对于第2到9行的每一个空格,要从1到9逐个尝试放入,看同一列、同一行、同一个3×3的小方阵中是否出现过相同的数字,若没有就尝试放入,然后递归地搜索下一个位置的数字,若1到9都不行就返回上一个位置尝试下一个数字。直到找到一组解就返回。 -The first line is randomly generated from 1 to 9 are arranged, the first 2-9 rows will come throug
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-11
    • 文件大小:1317
    • 提供者:wanghao
  1. shudu

    0下载:
  2. 求解数独的小程序 其中采用了图形界面,对初学者可以参考图形界面的编写方法。 求解数独算法比较简单,但是其中注释很少 -A small program to solve Sudoku Which uses a graphical interface, a graphical interface for beginners can refer to the preparation method. Sudoku solving algorithm is relatively sim
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:8890
    • 提供者:
  1. shudujisuan

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

    • 发布日期:2017-04-11
    • 文件大小:1213
    • 提供者:姚源
  1. shudu

    0下载:
  2. 数独小游戏,参考网上的,没有实现难度选择-Sudoku game
  3. 所属分类:Game Program

    • 发布日期:2017-04-06
    • 文件大小:84682
    • 提供者:shen
  1. Sudoku

    0下载:
  2. 简单的数独游戏 简单的数独游戏 -yige jiandan de shudu youxi yige jiandan de shudu youxi yige jiandan de shudu youxi
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:107892
    • 提供者:黄志豪
  1. shudu

    0下载:
  2. JAVA编程实现的解决数独问题的程序,即:用1~9九个数字填充九宫格,使得其横竖斜的和都为15,计算出来有八个结果。-Java programming solving Sudoku procedures, namely: 1 to 9 nine figures filled squared, so that its horizontal and vertical ramp and for 15, the calculated eight results.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-15
    • 文件大小:2207
    • 提供者:雪龙飞
  1. shudu

    0下载:
  2. 数独联机程序,允许双人共同完成一个数独,可选择数独难度-Sudoku online program that allows double together to complete a Sudoku choose Sudoku difficulty
  3. 所属分类:Java Develop

    • 发布日期:2017-12-02
    • 文件大小:5104010
    • 提供者:linda
  1. Sudoku

    0下载:
  2. 基于MFC编写的一个数独小游戏,比较有趣味。平台是VS2008-game of shudu
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:9696383
    • 提供者:李勇
  1. Shudu

    0下载:
  2. 这是我自己写的Android程序--数独游戏,个人认为这两点在于,我之用了TextView和Button然后游戏结束又惊喜,有女朋友照片-This is the Android application I wrote it myself- Sudoku personally think these two points that I purposes TextView and Button then the game is over and surprise, girlfriend photo
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-23
    • 文件大小:40300544
    • 提供者:Amos
  1. ShuDu

    0下载:
  2. 数独小游戏, 特色是重载编辑框, 能破解数独,破解的方框会变色; 当你填的数字不对时编辑框会变红, 可以选 LEVEL;逻辑和界面分离-Sudoku game features overloaded edit box can crack Sudoku the crack box will change color When you fill in the figures wrong when the edit box turns red, you can choose the LEVEL s
  3. 所属分类:Other Riddle games

    • 发布日期:2017-12-07
    • 文件大小:45671
    • 提供者:wenjie
  1. ShuDu

    0下载:
  2. 这是本人最近做的一个简单的数独计算器程序-Sudoku calculator source code
  3. 所属分类:Java Develop

    • 发布日期:2017-11-11
    • 文件大小:6338
    • 提供者:Jack
  1. shudu

    0下载:
  2. 数独求解,输入一个初盘,自动生成终盘,采用智能回溯法-To solve a sudoku
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:820
    • 提供者:李帅
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com