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

搜索资源列表

  1. sodoku源代码

    1下载:
  2. 风靡全球的数独游戏原代码
  3. 所属分类:其他智力游戏

  1. android数独游戏源码

    0下载:
  2. 一个非常经典的数独游戏
  3. 所属分类:手机游戏

  1. sudoku_Csharp

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

    • 发布日期:2017-03-28
    • 文件大小:228317
    • 提供者:陈雷
  1. ShuDuYouXi

    1下载:
  2. VC++6.0编写的数独游戏,有界面,有难度控制,有提示解。完整的游戏功能,适合大作业。-Written in VC++6.0 Sudoku game, a screen, difficult to control, there are tips solution. Full game features, suitable for large operations.
  3. 所属分类:Game Program

    • 发布日期:2017-03-24
    • 文件大小:299604
    • 提供者:st
  1. Sodoku

    0下载:
  2. 数独游戏,有几万个关卡。操作简单,画面优美,有提示功能。有背景音乐。-game sudoku , 10000 levels . have hint function . good pictures and be able to play game easily with background music .
  3. 所属分类:Game Program

    • 发布日期:2017-05-25
    • 文件大小:8654893
    • 提供者:zhuyanjun
  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 importantly is that in each step w
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-26
    • 文件大小:333086
    • 提供者:胖猫
  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
    • 文件大小:1455
    • 提供者:kingswift
  1. SudokuSolve

    0下载:
  2. 一个简单的9*9数独游戏的解答程序,花费了不少的心血,欢迎大家交流学习-A simple 9* 9 Sudoku answers procedures, spent a lot of effort, we welcome the exchange of learning
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:7419
    • 提供者:dawu
  1. SudokuFX3

    0下载:
  2. 经典数独游戏第二版源码,学习C#的WPF编程经典资料-The second edition of the classic Sudoku game source code, learning C#, WPF programming classical information
  3. 所属分类:Game Program

    • 发布日期:2017-04-01
    • 文件大小:17993
    • 提供者:Tomny
  1. ShuDu

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

    • 发布日期:2016-01-26
    • 文件大小:2067
    • 提供者:weat
  1. Sudoku

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

    • 发布日期:2017-03-22
    • 文件大小:140919
    • 提供者:chen ming
  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. 所属分类:Game Program

    • 发布日期:2017-03-26
    • 文件大小:1120
    • 提供者:wuchengwei
  1. Sudoku

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

    • 发布日期:2017-03-23
    • 文件大小:38707
    • 提供者:法法
  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. 所属分类:Other Riddle games

    • 发布日期:2017-03-25
    • 文件大小:16174
    • 提供者:andrea
  1. sudokugame

    1下载:
  2. 运行前请运行程序同目录中的install.bat注册COM组件。 数独游戏的规则和实现算法这里就不多说了,网上有很多。 游戏的算法是用COM实现的,与UI是严格分离的,有相当的独立性。 注:系本人转载,内含所有游戏算法的所有原代码,作者是王金生,他的E_mail:wangjs720@163.com-Please run the program before running the same directory install.bat register COM components.
  3. 所属分类:Game Program

    • 发布日期:2017-03-29
    • 文件大小:332940
    • 提供者:wuzh
  1. SuDoKu

    0下载:
  2. 数独,比较好玩,大家可以试试,有好几个难度-Sudoku, more fun, you can try, there are several difficult
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:231351
    • 提供者:夏心启
  1. CrackSudoku

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

    • 发布日期:2017-03-30
    • 文件大小:19863
    • 提供者:wangchenyang
  1. MySudoku

    0下载:
  2. 用Excel VBA编的很著名的数独游戏。-Sudoku
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-29
    • 文件大小:159835
    • 提供者:yuzefeng
  1. Sudoku

    0下载:
  2. 数独问题,利用函数递归调用产生每行每列都不同的所有5乘5矩阵,代码精炼,时间短-Sudoku problems, the use of recursive function calls generated for each row of each column is different for all 5 by 5 matrix, code refining, time is short
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-05
    • 文件大小:557
    • 提供者:bird
  1. 数独

    0下载:
  2. Mgx制作的数独计算器,由易语言编写供学习研究(Sudoku calculator, produced by Mgx written by easy language for learning and research)
  3. 所属分类:其他智力游戏

    • 发布日期:2017-12-15
    • 文件大小:6144
    • 提供者:a754396291
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com