搜索资源列表

  1. sodoku源代码

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

  1. Sodoku

    0下载:
  2. 数独游戏解算C++代码,在vc6.0上运行,控制台,使用回溯法解决,首先输出的是一个满足规则的数独例子,接着可以自己输入已知点的个数及其坐标、数字(要求不能违反规则),然后会生成满足条件的一个例子。-Sudoku solver C++ Code, in vc6.0 run on the console, use backtracking to solve, first of all to meet the output is a sin
  3. 所属分类:Windows编程

    • 发布日期:2024-05-29
    • 文件大小:1345536
    • 提供者:hjj
  1. SudokuME_v1_31

    1下载:
  2. 一款简单的JAVA数独小游戏源代码。代码请用MyEclipse打开,记事本打开会比较乱。-A simple Sudoku game JAVA source code. MyEclipse code Please open Notepad to open it would be more chaos.
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-29
    • 文件大小:30720
    • 提供者:zack fair
  1. sudokugame

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

    • 发布日期:2024-05-29
    • 文件大小:332800
    • 提供者:wuzh
  1. sudoku

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

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:kingswift
  1. Assignment1

    0下载:
  2. 利用回溯算法数独游戏解算C++代码,能够较快的求解出数独问题-The use of backtracking algorithm solving sudoku C++ code, can be faster to solve a sudoku problem
  3. 所属分类:Windows编程

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:与超
  1. Sudoku

    0下载:
  2. Java做的实现数独小游戏的核心代码 算法强大 主要用于初学者学习-lalalallala
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-29
    • 文件大小:8192
    • 提供者:拉拉
  1. ShuDu

    0下载:
  2. 数独源程序及代码,功能强大,界面优美,有分级游戏及其解答-Sudoku source code and the code, powerful, beautiful interface, a classification game and answer
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-29
    • 文件大小:91136
    • 提供者:HONDA
  1. Qsudoku

    0下载:
  2. 使用Qt编写的数独游戏,支持手都出题、自动出题、自动解题、网络对战等功能。2009年自己参加红旗杯开源竞赛时候写的,几个人花了半个多月才做完,呵呵,既然是开源就不妨和大家分享了吧。代码是UTF-8格式的,在windows里打开可能会看到乱码,但不会影响编译。-Written using the Qt Sudoku game, to support hands are out of question, automatic out of q
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-29
    • 文件大小:8266752
    • 提供者:Fun
  1. soduko

    0下载:
  2. 这是一个简单的数独游戏,操作简单,用的是C++,代码也较简单-This is a simple Sudoku game, simple operation, using a C++, code is simpler
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-29
    • 文件大小:1933312
    • 提供者:周维
  1. superSudoku

    0下载:
  2. 由Cranfield大学的CaoYi教授编写的数独游戏。数独是风靡全球的智力游戏,本代码采用matlab实现基本的数独游戏功能。-By the Cranfield University, prepared by Professor CaoYi Sudoku. Sudoku is a popular puzzle game around the world, the code using matlab to achieve the bas
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-29
    • 文件大小:560128
    • 提供者:gameshadow
  1. sd

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

    • 发布日期:2024-05-29
    • 文件大小:2249728
    • 提供者:小严
  1. Sudoku

    0下载:
  2. 金山实习时候写的数独游戏,用到回溯算法,按代码规范写的-Jinshan practice time to write Sudoku, backtracking algorithm used by the code written specification
  3. 所属分类:游戏

    • 发布日期:2024-05-29
    • 文件大小:3841024
    • 提供者:YuanfengDu
  1. SudokuFX2

    0下载:
  2. 经典的数独游戏源码,通过此代码可学习WPF游戏编程!-The classic Sudoku game source code through the game programming learning WPF!
  3. 所属分类:游戏

    • 发布日期:2024-05-29
    • 文件大小:12288
    • 提供者:Tomny
  1. shudu

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

    • 发布日期:2024-05-29
    • 文件大小:2048
    • 提供者:许植繁
  1. Sudokuv4

    0下载:
  2. Android系统下的数独游戏代码。有详细内容-failed to translate
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-29
    • 文件大小:2174976
    • 提供者:wanglin
  1. Sudoku

    0下载:
  2. 数独游戏代码,可选择easy和hard模式-Sudoku game code, you can choose easy and hard mode
  3. 所属分类:C#编程

    • 发布日期:2024-05-29
    • 文件大小:1721344
    • 提供者:tubochengxiang
  1. opensudoku(1)

    1下载:
  2. 数独游戏 代码 可运行,有关卡选择,功能基本齐全-Sudoku game code can run about card choices, almost fully functional
  3. 所属分类:android开发

    • 发布日期:2024-05-29
    • 文件大小:671744
    • 提供者:Eric
  1. 数独游戏1.0

    0下载:
  2. 数独游戏代码 javascr ipt(soduku html5 javascr ipt code)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-29
    • 文件大小:5120
    • 提供者:vimmiv
  1. OpenSudoku一个简单的九宫格数独游戏

    0下载:
  2. 完整的九宫格游戏代码,可以参考此部分,修改部分代码就是玩自己的游戏。(The complete nine palace game code can refer to this part, modifying part of code is playing its own game.)
  3. 所属分类:游戏

    • 发布日期:2024-05-29
    • 文件大小:645120
    • 提供者:rober126
« 12 »

源码中国 www.ymcn.org