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

搜索资源列表

  1. TwelveBalls

    0下载:
  2. 12个球:有这样一个问题:在12个大小和颜色都相同的球中,其中有一个球的重量与其它的11个球的重量不同。现在有一架天平,你能够只用这架天平只称3次就能够将该球找出来吗?该程序解决这个问题。虽然算法简单些,但是解该问题还是够难的。与大家共享!-12 balls : such a problem : In 12 sizes and colors are the same ball, There is a ball with the weight of the other 11 different w
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:164921
    • 提供者:谭俊哲
  1. 皇后之謎

    1下载:
  2. this small program to give one possible solution of the 8 queens puzzle...
  3. 所属分类:棋牌游戏

  1. sudoku

    0下载:
  2. 采用启发式搜索算法,能解任意合法的数独(由input.txt文件输入),还能自动生成唯一解的数独初局-Using heuristic search algorithm, to obtain any number of legal independence (from the input.txt file input), can automatically generate a unique solution of the early Sudoku Board
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-24
    • 文件大小:4475
    • 提供者:王加福
  1. maze

    0下载:
  2. 迷宫问题,解决简单的迷宫解决问题,不是图形界面,数组实现-solution of maze
  3. 所属分类:Other Games

    • 发布日期:2017-04-08
    • 文件大小:153886
    • 提供者:王睿
  1. Diamond(Normal)

    0下载:
  2. 一个钻石棋的最佳解决算法源代码。环境为win32。-The solution of Diamond-Chess. It runs in win32.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-13
    • 文件大小:1601
    • 提供者:Franklin
  1. puzzle

    0下载:
  2. 综合课程设计,成品包含: 17个java源文件,1个生成的.jar文件,1份报告书等 主要功能说明: (1).游戏设有初级、中级、高级的难度选项; (2).在完成拼图的过程中,可以查看完整图片的功能; (3).可以自由加载图片,不受图片数量、大小、格式限制,切割过程自动完成; (4).游戏具有计时、计录步数的功能,并能实时显示; (5).游戏自动过滤无解情况的拼图状态; (6).游戏中任何一个状态,计算机可以自动求取最优解,并模拟出路径。 (7).在模拟中,可
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-22
    • 文件大小:6884806
    • 提供者:腾飞
  1. huarongdao

    0下载:
  2. “华容道”游戏解法的研究与实现 “华容道”是中国古代传统单人玩的拼板类游戏。虽然以前多次见到报刊、网络有具体解法的报道,但未见到有对此游戏全面的分析和通用局的计算机解法的描述。为此,作者采用改进的非递归深度优先算法对《华容道》通用局的解法进行了全面的分析和论证。随后通过编程实现了这一通用解法,并通过对当前常见的几十个布局进行了测试,从而验证了分析结论及其有效性。-" Huarong" Research and implementation of the game solut
  3. 所属分类:Game Program

    • 发布日期:2017-04-10
    • 文件大小:1082224
    • 提供者:gh
  1. queen_src

    0下载:
  2. Solution of the eight queens problem (Chess game)
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:6539
    • 提供者:benjy
  1. YAN_Queens2055523232007

    0下载:
  2. this small program to give one possible solution of the 8 queens puzzle-this small program to give one possible solution of the 8 queens puzzle...
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-01
    • 文件大小:51369
    • 提供者:JIMMY WONG
  1. Game-Solution

    0下载:
  2. 简单图问题的实际应用 编程问题小游戏的解决方案 -Simple graph and the practical application of game programming solution to the problem
  3. 所属分类:Other Games

    • 发布日期:2017-04-08
    • 文件大小:516
    • 提供者:秦么么
  1. digui

    0下载:
  2. 象棋游戏程序采用的就是递归算法递归算法是把问题转化为规模缩小了的同类问题的子问题。然后递归调用函数(或过程)来表示问题的解 -Chess game procedures used is the recursive algorithm. The algorithm is put into the scale of the narrowing of the same problem problem. Then the recursive function call ( or process )
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-15
    • 文件大小:7453
    • 提供者:朵拉
  1. sudoku

    0下载:
  2. 数独游戏——动态数组中输入原有的数字,可以生成这个数独的最终解-sudoku.cpp the dynamic array in the original digital input, can generate the final solution of this Sudoku-
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-10
    • 文件大小:945
    • 提供者:陈中杰
  1. quweicaidan

    0下载:
  2. 趣味菜单 1、设计菜单 给出3个菜单项的内容和输入提示: 1.解一元二次方程 2. 出圈游戏 3. 退出程序 2、解一元二次方程要求:编制一个求方程ax2+bx+c=0的根的程序。一般将系数设成floa t型,可以把变量设成double型,使用库函数sqrt()在头文件math.h中定义 。 3、出圈游戏的要求:使用约瑟夫环游戏。这里假设有人数为n个人的一个小组,他们按顺时针方向围坐一圈。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-17
    • 文件大小:286181
    • 提供者:余涛
  1. Sudoku

    0下载:
  2. 完整的解决数独游戏问题,包括各种-solution of sudoku
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:177469
    • 提供者:罗宾
  1. nine

    0下载:
  2. 可以解各种难度的数独游戏的matlab代码-The solution of sudoku matlab code ~
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-10
    • 文件大小:1279
    • 提供者:丁宁
  1. shudu2.c

    0下载:
  2. 数组游戏的解法,可以通过简单测试,用标准C写成,与大家分享-The solution of an array of games, through a simple test using standard C language to share with you
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-13
    • 文件大小:2384
    • 提供者:断水
  1. yejing

    0下载:
  2. 这是一编制解液晶显示的一款源程序代码,液晶显示是现在非常重要的一门技术。-This is a prepared solution of a liquid crystal display source code, LCD is now very important for a technology.
  3. 所属分类:Shot Game

    • 发布日期:2017-11-28
    • 文件大小:24576
    • 提供者:李敏刚
  1. Desktop

    0下载:
  2. Background This a classical problem. N Queens are placed on a N x N checkerboard. There should not be more than one "Queen" on the same horizontal line, nor on the same vertical, nor on the same diagonal line. Given the size of a checkerboa
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-05
    • 文件大小:925
    • 提供者:norman
  1. Diamond(Normal)

    0下载:
  2. 一个钻石棋的最佳解决算法源代码。环境为win32。-The solution of Diamond-Chess. It runs in win32.
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1762
    • 提供者:reproc
  1. queen_src

    0下载:
  2. Solution of the eight queens problem (Chess game)
  3. 所属分类:Game Program

    • 发布日期:2017-04-04
    • 文件大小:6631
    • 提供者:atcanb
« 12 3 4 5 »
搜珍网 www.dssz.com