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

搜索资源列表

  1. find24

    0下载:
  2. 4个数,加符号算出结果24的游戏,微软曾经面试题,用计算机求解,又详细过程。-Number 4, plus 24 symbols calculated results of the game, Microsoft face questions and use computers to solve. Also detailed process.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:31.9kb
    • 提供者:fckadxz
  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
    • 文件大小:161.06kb
    • 提供者:谭俊哲
  1. bahuanghouproblem_c

    0下载:
  2. C语言实现的八皇后问题求解。 会下国际象棋的人都很清楚:皇后可以在横、竖、斜线上不限步数地吃掉其他棋子。如何将8个皇后放在棋盘上(有8*8个方格),使它们谁也不能被吃掉!这就是著名的八皇后问题。-C language of the eight Queen's problem to solve. Will be under the international chess are very clear : the Queen's horizontal, the vertic
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:7.83kb
    • 提供者:王超
  1. Rubix

    0下载:
  2. This interactive game allows you to manipulate and view the rubik s cube in 3D with the click of your mouse. If you get stuck, just click to watch the cube solve itself. Or, just \"rearrange the stickers\" and start over.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:15.45kb
    • 提供者:江山
  1. sudoku

    1下载:
  2. 在matlab里制作的数独谜题用户界面,用于创建和解决数独谜题。包括了内建的数独解法和作弊暗示。也是一个学习用matlab做用户界面的很好的实例。Graphical user interface (GUI) for creating and solving sudoku puzzles. Includes built-in sudoku solver that can be used to solve typed-in puzzles or provide cheating hints if t
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:9.02kb
    • 提供者:
  1. bashuma

    0下载:
  2. 用三种不同的搜索算法解决八数码问题,使得通过最短的路径和最小的消耗到达目标状态。-Three different search algorithms to solve the problem eight digital, making the shortest path and minimum through the consumption of the state to reach the target.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-29
    • 文件大小:346.28kb
    • 提供者:starryshi
  1. solution_for_Sudoku_Puzzle

    0下载:
  2. 数独解题程序c语言源代码,可解任意数独题,可提示无解或者多解,并显示题目难度系数-Sudoku solving programs c language source code, can solve any Sudoku problem, no solution can be prompt or multiple solutions, and displays the degree of difficulty of the subject
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-13
    • 文件大小:1.59kb
    • 提供者:luo
  1. cube

    0下载:
  2. opengl 写的一个3d二阶魔方,能够自动求解,旋转。。。改变视角等-opengl order to write a 3d cube that can automatically solve, rotation. . . Change the viewing angle
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-24
    • 文件大小:747.64kb
    • 提供者:唐培忠
  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
    • 文件大小:15.79kb
    • 提供者:andrea
  1. Soduku

    0下载:
  2. 用C语言实现的生成数独题目并求解,用堆栈的方法求解,*面-Using C language to generate the topic and to solve sudoku using stack method, no Interface
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-29
    • 文件大小:1.16kb
    • 提供者:Donic
  1. VCgame

    0下载:
  2. 这是一款VC++开发的拼图游戏,解决的问题有:如何分割图像并且绘制到Button或者Static控件上;Static控件如何能够响应鼠标;移动算法,可不可以获得最少步数?-This is a VC++ to develop the jigsaw puzzle to solve the problem: how to partition the image and draw on the Button or Static Control Static control how to respond
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-27
    • 文件大小:68.61kb
    • 提供者:幽蓝
  1. boxgame

    0下载:
  2. 用MATLAB求解推箱子智力游戏问题,将推箱子的图看做矩阵,利用穷举法求解,对于一般的简单图很有效。-Use MATLAB to solve Sokoban puzzle problem, Sokoban graph as matrix, using brute-force solution, a simple graph in general is very effective.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-26
    • 文件大小:3.7kb
    • 提供者:Tom
  1. sudokusolver

    0下载:
  2. a sudoku solver can solve sudoku problems which contains one solution or no solution. using backtracking algorithm-a sudoku solver can solve solve sudoku problems which contains one solution or no solution. using backtracking algorithm
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-04
    • 文件大小:1.07kb
    • 提供者:alex
  1. CSharpSudoku

    0下载:
  2. C#版的数独计算器,能解决一般问题-C# version of Sudoku calculator can solve the general problem
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:50.18kb
    • 提供者:刘懿
  1. sudoku.cpp.tar

    0下载:
  2. 解决数独问题的源码,对于9x9的方格可一秒钟出解-a method to solve sudoku problem
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-06
    • 文件大小:1.2kb
    • 提供者:liuyang
  1. java_8PuzzleApp

    0下载:
  2. To solve 8-puzzle problem using JAVA.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:16.27kb
    • 提供者:ram
  1. block

    0下载:
  2. 最近流行一个Flash游戏,翻木块(本压缩文件里有)。本程序对简化了的翻木块游戏实现自动求解,用的是BFS算法,能求最少步数。-Recently a popular Flash game, turn pieces of wood (the zip file there). This procedure simplifies the translation of the block to solve the game automatically, using a BFS algorithm to
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-12
    • 文件大小:2.88mb
    • 提供者:王桂平
  1. Sodoku

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

    • 发布日期:2017-03-28
    • 文件大小:745.79kb
    • 提供者:upwinder
  1. 8puzzle

    0下载:
  2. 八数码的华容道游戏程序源代码 自动实现八数码问题的求解-8 digital Huarong game source code automatically solve the problem eight digital
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-17
    • 文件大小:184.34kb
    • 提供者:天天
  1. Hanoi

    0下载:
  2. 汉诺塔自动求解演示,基于对话框的应用程序,界面还不错,有源码。-Hanoi automatically solve the presentation, dialog-based applications, interface also true that source.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-08
    • 文件大小:59.85kb
    • 提供者:anyuan
« 12 3 »
搜珍网 www.dssz.com