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

搜索资源列表

  1. sodoku源代码

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

  1. android数独游戏源码

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

  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. 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. MySudoku

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

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

    0下载:
  2. 数独游戏的Csharp源代码,很不错的,可以不注册下载-Sudoku game Csharp source code, very good, they do not register to download
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-09
    • 文件大小:1119557
    • 提供者:1
  1. Sudoku

    0下载:
  2. 数独游戏,简易版,提供五种难度要求自动出题解题,有人性化操作界面。-Sudoku game, simple version, to provide five kinds of difficulty that require the automatic topic and problem-solving, it was sex-based interface.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-22
    • 文件大小:7051346
    • 提供者:gongchen
  1. Sodoku

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

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

    2下载:
  2. matlab编的数独游戏,挺好玩的,大家一起研究一下-Sudoku
  3. 所属分类:Other Riddle games

    • 发布日期:2016-09-06
    • 文件大小:5314
    • 提供者:minnie
  1. sd

    0下载:
  2. 数独游戏,详细原代码,实现了随机游戏,过关斩将,生成数独,读写档以及测试数独的功能。-Sudoku, detailed, realizing the original code, random games, generating sudoku rolled, literacy, and test sudoku function.
  3. 所属分类:Game Program

    • 发布日期:2017-05-10
    • 文件大小:2249314
    • 提供者:小严
  1. SudokuFX5

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

    • 发布日期:2014-07-12
    • 文件大小:293888
    • 提供者:Tomny
  1. Sudoku

    0下载:
  2. 图形界面的数独游戏,能实现初级,中级,高级的等级变换,能给出答案。-Sudoku graphical interface, to achieve the primary, intermediate and advanced level of transformation, can give the answer.
  3. 所属分类:Game Program

    • 发布日期:2017-04-04
    • 文件大小:2085
    • 提供者:华龙
  1. greensudoku-0.3.tar

    1下载:
  2. 一款绿色的数独游戏,基于QT,c++写的。优化一下效果更好-A green Sudoku, based on the QT
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-07
    • 文件大小:39685
    • 提供者:kide
  1. Sudoku

    1下载:
  2. swing程序编写的一个数独游戏,可以选择难度,并在玩家填充完成之后检查是否成功求解-A swing programming Sudoku game, you can choose the difficulty, and players fill in the check after the completion of a successful solution
  3. 所属分类:Games

    • 发布日期:2017-04-02
    • 文件大小:2661
    • 提供者:姜慈航
  1. SudoWin32

    1下载:
  2. win32下数独游戏,可以使用用VC6来打开使用。(Win32 under the Sudoku game)
  3. 所属分类:游戏

    • 发布日期:2021-04-16
    • 文件大小:2306048
    • 提供者:白菜2
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com