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

搜索资源列表

  1. number1

    0下载:
  2. 八数码的C++解法,广度优先算法完成,人工智能中难题-eight digital C solution, the breadth - first algorithm. AI problems
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:2.85kb
    • 提供者:晓天
  1. 算24点问题求解

    0下载:
  2. 算24点游戏的解法!还可以算其它任何点数。和传统方法不一样的,可以支持负数和小数解算任意点的问题-count 24 points of the game Solution! Also can calculate any other points. Traditional methods are not the same, and can support a negative decimal Solving the problem of arbitrary point
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:1.42mb
    • 提供者:张俊
  1. ssudg.tar

    0下载:
  2. 数独游戏的自动解题程序,如果有不会解的数独题目可以找它来解决。-few games alone solving the automatic procedure, if no solution is the subject of several independence it can find a solution.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:290.11kb
    • 提供者:赵博
  1. newboxman

    0下载:
  2. 完整的的推箱子游戏,另外加入了搜索算法,能自动演示解法-Tuixiangzi integrity of the game, adding a search algorithm to automatically display Solution
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:171.73kb
    • 提供者:潘晓钟
  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. shudu--(delphi)

    1下载:
  2. 数独游戏 九直行九横列,共分成九个九宫格,每行列都由1到9、不能重复的阿拉伯数字组成,每个九宫格亦然。但数独游戏难易等级很多,每个只有一个解法。 可以添加关卡-few independent nine games nine straight row, divided into nine preview, each ranks by 1-9. we should not repeat the Arabic numerals, each preview so. But a few indep
  3. 所属分类:其他智力游戏

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

    0下载:
  2. 类似于8数码的一个转数字的游戏,支持计算机求解,把所有数据转成1至9成功,游戏来源于nokia 8210-similar to a digital switch-digit games, computer support solution all data transferred from one to nine successful games from nokia 8210
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:1022.9kb
    • 提供者:zhang kai
  1. mpoint

    2下载:
  2. 算法实现题2 算m点问题 « 问题描述: 给定k 个正整数,用算术运算符“+”,“- ”,“* ”,“/ ”将这k 个正整数连接起来,使最 终的得数恰为m。 « 编程任务: 对于给定的k个正整数,给出计算m的算术表达式。 « 数据输入: 由文件input.txt给出输入数据。第一行有2 个正整数k和m,表示给定k个正整数,且 最终的得数恰为m。接下来的1 行中,有k个正
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:1.53kb
    • 提供者:sanfy chen
  1. hanoi.c

    0下载:
  2. This a solution to the tower of hanoi problem
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:1.05kb
    • 提供者:张琦
  1. 24

    0下载:
  2. 算24点游戏, 给定4个数,该程序输出一种表达式使得其结果为24或者No solution。
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:1.38kb
    • 提供者:雷云文
  1. JAVA汉诺塔自动演示

    0下载:
  2. 汉诺塔JAVA经典解决方案-HANOR JAVA classic solution
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:53.38kb
    • 提供者:云中云
  1. 马跳棋盘

    0下载:
  2. 马跳棋盘源程序 ,一个实际问题的解决-Ma checkerboard source, a practical solution to the problem
  3. 所属分类:其他智力游戏

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

    0下载:
  2. 一个游戏的解决方案,用来说明跳马的步骤和实现-a game of the solution, used to illustrate the vault and the steps to achieve
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:39.18kb
    • 提供者:阿飞发
  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. 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
    • 文件大小:4.37kb
    • 提供者:王加福
  1. Sudoku

    0下载:
  2. 数独解法,能够解不要求回溯的数独问题,目前只支持用户自己出题。-Sudoku Solution, to the solution does not require backtracking Sudoku problem, currently only supports the user
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-23
    • 文件大小:37.8kb
    • 提供者:法法
  1. sudoku

    0下载:
  2. 利用栈来解数独游戏 并在无解的情况下给出提示-The use of the stack to sudoku itself, and no solution in the circumstances given tips
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-24
    • 文件大小:4.1kb
    • 提供者:徐达维
  1. SudokuSolver

    0下载:
  2. This project describes our solution to solving a Sudoku using a CSP solver with forward checking.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-24
    • 文件大小:21.29kb
    • 提供者:sandeepan1986
  1. TLBB

    0下载:
  2. 天龙八部定点打怪jj-update版 脚本说明:【功能说明】 前几天发的yy(远攻)版,由于不需要主动出击,所以实现比较容易,但是jj(近攻)版,由于受到怪的图像大小和站位的影响导致了回原点公式需要再减去偏移量L即:1024-x-l,768-y-l,并且容易产生误差,所以我又发表了一个关于如何读取小地图坐标的求助帖子,并且受到了乌白菜兄台的启发,用一种比较简单的方法解决了jj(近攻)版的精确度问题。 【使用说明】 运行脚本前,先按TAB打开地图,再按“—”缩小地图 【作者介绍】
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-01
    • 文件大小:1.76kb
    • 提供者:毛毛
  1. Shidishui-Solution

    0下载:
  2. 十滴水的解法,用来解决十滴水的问题,使用A*算法进行搜索-Shidishui Solution
  3. 所属分类:Other Riddle games

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