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

搜索资源列表

  1. neweight

    0下载:
  2. 我的作业,TC2.0下实现图形编辑,用堆栈实现的,还有递归算法,如果需要请留言。-my operation, under WITH TC 2.0 graphics editing, using the stack to achieve, recursive algorithm, please leave if necessary.
  3. 所属分类:其他智力游戏

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

    0下载:
  2. 解九连环:玩过九连环吗?知道九连环也是应用递归原理吗?该程序演示了利用递归算法解九连环的过程。-chain solutions 9 : played nine chain? Know that the chain is nine recursive application of the principle? Demonstration of the procedure used recursive algorithms for nine chain process.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:186.43kb
    • 提供者:谭俊哲
  1. sudoku

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

    • 发布日期:2017-03-22
    • 文件大小:1.42kb
    • 提供者:kingswift
  1. eight_queens_recursive

    0下载:
  2. its an eight queens recursive problem
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-10
    • 文件大小:1.14kb
    • 提供者:dinesh
  1. Sudoku

    0下载:
  2. 数独问题,利用函数递归调用产生每行每列都不同的所有5乘5矩阵,代码精炼,时间短-Sudoku problems, the use of recursive function calls generated for each row of each column is different for all 5 by 5 matrix, code refining, time is short
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-05
    • 文件大小:557byte
    • 提供者:bird
  1. hano

    0下载:
  2. 这是一个不利用递归实现汗诺塔的例子,让我们看看原来简单的 hanoi (n-1,a,c) hanoi (n,a,b) hanoi (n-1,c,b) 由于无法使用递归,需要什么样的手段才能实现。-This is a non-recursive implementation Khan, Tower of Hanoi example, let' s take a look at the original simple hanoi (n-1, a, c) hanoi
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-26
    • 文件大小:890byte
    • 提供者:spencer
  1. 21

    0下载:
  2. 小白鼠钻迷宫,递归和试题的小型代码。代码完整。-Diamond Maze Mice, recursive, and questions of the small code. Code integrity.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-05
    • 文件大小:2.84kb
    • 提供者:landiri
  1. do.c

    0下载:
  2. 递归的使用 tc2.0 编译通过 24点用一笔连起来但只能用横线和竖线进行连接,最右边第二行的圆圈处不能用线进行连接 如图所示: 思路:用递归实现,设计一个递归函数tf()进行查找下一个节点并连接以第一行第一列的点为(1,1)第二行第一列为(2,1)编好每个点的坐标,在tf函数中先查找于自身节点相邻的且可以连接的点然后进行连接,然后就以此节点为寻找下一可用结点直到tf()函数返回0,就返回。-Up with an even 24 points but o
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-01
    • 文件大小:969byte
    • 提供者:刘海月
  1. fivepoints

    0下载:
  2. 我的处女作,用递归算法实现程序的多步思考,有一定人工智能(人一不小心就输了),有兴趣的可以将其加以改进,可达到很强大的地步(本人暂时没时间来完善它)。-My first effort, Recursive algorithm using multi-step thinking process has a certain artificial intelligence (people to accidentally lost), it can be of interest to improve,
  3. 所属分类:Other Riddle games

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

    0下载:
  2. c++编写的汉诺塔解法,利用递归调用的算法-c++ written in Tower of Hanoi solution, using recursive calls of Algorithm
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-10
    • 文件大小:1.87mb
    • 提供者:yeah
  1. Sudoku

    0下载:
  2. 自动生成满足数独游戏规则的81个数。用到了递归算法。-Automatically generated to meet the rules of sudoku game number 81. Use a recursive algorithm.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-09
    • 文件大小:32.62kb
    • 提供者:jxlzw
  1. hannuota

    0下载:
  2. C++中用递归的方法解决汉诺塔问题,其中圆盘的个数可以自己输入-C++ using recursive method to solve the Towers of Hanoi problem, which number can be arbitrarily selected
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-04
    • 文件大小:1.07mb
    • 提供者:杨建
  1. MistyRainMaze

    0下载:
  2. 任意确定一个迷宫的规模和形态,用非递归的方法走出迷宫,并输出至少一条通路的路径-Arbitrarily determine the size and shape of a maze out of the labyrinth with a non-recursive method, and output at least one access path
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-10
    • 文件大小:2.03mb
    • 提供者:harrylee
  1. hannoi

    0下载:
  2.  C#汉诺塔游戏源码,汉诺塔递归游戏的C#源程序,本程序中自带汉诺塔演示功能,你可以改变盘子数量后开始游戏,为确保编译顺利,请使用VS2008及以上版本编译源代码。 -C# Tower of Hanoi game source code, game Tower of Hanoi recursive C# source code, this program comes with the Tower of Hanoi Demo, you can change the plate number a
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-04
    • 文件大小:17.89kb
    • 提供者:李足意
  1. sudoku3

    0下载:
  2. 数独的解法程序,利用了递归算法,在不能确定数的情况下,假设数,继续进行算法,直到所有可能性排除返回,以排除假设的数。-The the Sudoku Solution program, the use of a recursive algorithm, the case can not determine the number of assumptions, and proceed with the algorithm, until all excluded the possibility of
  3. 所属分类:Other Riddle games

    • 发布日期:2017-12-07
    • 文件大小:2.66kb
    • 提供者:dyl
  1. Tours-de-Hanoi

    0下载:
  2. 汉诺塔程序,3~8层,非递归,可运行,学生作品有待改进-Tower of Hanoi program, 3 to 8 layer, non-recursive, you can run, student work needs to be improved
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-25
    • 文件大小:142.22kb
    • 提供者:娄徐欢
  1. llk

    0下载:
  2. 实现连连看游戏的算法。采用递归的算法找实现,很参考价值。-Achieve Lianliankan game algorithms. Find a recursive algorithm implementation, it is reference value.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-08
    • 文件大小:429.62kb
    • 提供者:大漠驼铃
  1. Hanoi-(2)

    0下载:
  2. 利用python语言,调用GUI模块,用递归函数编写汉诺塔问题的演示程序。-Use python language, invoke the GUI module, using a recursive function to write HANOR demonstration program.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-13
    • 文件大小:1.61kb
    • 提供者:刘志铭
  1. Maze-code

    0下载:
  2. 以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。首先用二维数组存储迷宫数据,迷宫数据由用户输入。一个以链表作存储结构的栈类型,然后编写一个求解迷宫的递归或非递归程序。求得的通路以三元组(i,j,d)形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向(东、南、西、北四个方向所用代表数字,自行定义) -With an m × n the long square maze, 0 an
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-01
    • 文件大小:3kb
    • 提供者:Ryan
  1. Mice-have-gone-astray-official

    0下载:
  2. 老鼠走迷宫是递回求解的基本题型,我们在二维阵列中使用2表示迷宫墙壁,使用1来表 示老鼠的行走路径,试以程式求出由入口至出口的路径。-Mouse Maze recursive solving fundamental questions, we used two maze walls in the two-dimensional array, using a mouse to indicate the walking path, try to programmatically determine
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-11
    • 文件大小:859byte
    • 提供者:tiercel
« 12 »
搜珍网 www.dssz.com