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

搜索资源列表

  1. CSharpshudu

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

    • 发布日期:2017-11-06
    • 文件大小:1119636
    • 提供者:死人
  1. shudu1

    0下载:
  2. 自动数独解题器,输入题目,点击解题即可解出数独游戏的答案-Sudoku solver automatically, enter a sudoku, click on "problem solving" can get the answer
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:1940058
    • 提供者:烈翼
  1. Sudoku

    0下载:
  2. 简单的自动搜索数独程序,输入文件为棋盘,输出棋盘解答。控制台程序。-A simple automatic search Sudoku program, the input file as a chessboard, output checkerboard answer.Win32 Console program.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:4335062
    • 提供者:my
  1. CShuduDlg

    0下载:
  2. 自编mfc小程序 数独求解器 dialog小应用-Compose mfc applet Sudoku solver dialog application
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-30
    • 文件大小:44916
    • 提供者:梁俊
  1. sk

    0下载:
  2. 数独算法 大一作业 运用递归法 只要有解的都可以解-sudoku solver
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:158163
    • 提供者:dt
  1. Sodoku

    0下载:
  2. 求解数独游戏,利用各种有效的功能函数,求接触数独游戏-solve soduko
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:7053
    • 提供者:yubotao
  1. test

    0下载:
  2. 小的9*9数独程序,空格输入0,其他正常输入-9* 9 Sudoku small program, spaces, enter 0, normal input
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:324497
    • 提供者:放假
  1. Suduku20130524

    0下载:
  2. 九宫格 数独 求解程序 c# vs2005-Squared Sudoku solver c# vs2005
  3. 所属分类:.net

    • 发布日期:2017-12-03
    • 文件大小:443730
    • 提供者:sui
  1. Sudoku

    0下载:
  2. 数独小游戏,有较好的的界面,源码可用,可自动求解-Sudoku game, a better interface, source code available, automatic solution
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:227381
    • 提供者:zj
  1. sudoku

    0下载:
  2. 数独只有一条规则:在图中格子内填入1到9的数字使每行、列、3×3的宫(我们把行,列和宫统一称做:规则)内数字不重复,数字可以是任何顺序,不限制斜线上数是否重复 宫:就是将9*9的区域划分成9个3*3的区域,且每个区域中1-9只能出现一次-Fill in the game board so that the numbers 1 through 9 occur exactly once in each row, column, and 3x3 box(we call it RULE). The
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1526
    • 提供者:JKl
  1. shudu

    0下载:
  2. 数独的解法计算器输入数独数组(0表示空格)。运行程序就能得到解法-Sudoku Sudoku solution calculator input array (0 represents a space). Run the program will be able to get the solution
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:160872
    • 提供者:张峰
  1. jieshudu

    0下载:
  2. 1先选定数字2通过鼠标在对应位置单击 3清除键可以擦除错误数字,也可以直接覆盖数字 4按确认题目输入完毕,计算机进行筛选 5计算机不能把所有数字填完时,可以通过人工填数 6当且仅当,所有位上都只有一个数字时。数独完成。 -A first select the number two position in the corresponding mouse click 3 Clear key to erase the wrong number, you can directly press num
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:18274
    • 提供者:fgb
  1. sodokufinal

    0下载:
  2. 从文件读入数独,计算出所有解,显示解,解的数量。若数独无解,会显示无解。使用前请先改变读入文件地址。-Sudoku read from the file to calculate all the solutions, display solutions, the number of solutions. If Sudoku no solution, no solution will be displayed. Before use read the file address change.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1802
    • 提供者:Zining Feng
  1. Sudoku

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

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

    0下载:
  2. 里面的算法探索了数独的求解方法。 基于人类思维思考的唯一候选法、三链列删减法、关键数删减法等均有实现。 另外也尝试了计算机思维方法的穷举法。-The algorithm explores the method of calculating the sudoku. Based on the human mind to think the only candidate method, three chain column cut method, cut key method, etc w
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:755671
    • 提供者:wushiyan
  1. ShuDoYouXi

    0下载:
  2. 数独游戏 可以实现简单的数独游戏 虽然没有网上已有的功能强大 但是娱乐完全没有压力!-Sudoku can realize simple sudoku game although there is no existing online but powerful entertainment no pressure!
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-14
    • 文件大小:3114
    • 提供者:杨帆
  1. VideoSudokuSolver

    0下载:
  2. 使用相机扫描数独,得到图像,从图像中自动求解数独-Use the camera to scan Sudoku, get images from the image automatically solve Sudoku
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:197062
    • 提供者:许仕哲
  1. shudu

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

    • 发布日期:2017-04-10
    • 文件大小:1088
    • 提供者:阿丽
  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 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com