搜索资源列表
neweight
- 我的作业,TC2.0下实现图形编辑,用堆栈实现的,还有递归算法,如果需要请留言。-my operation, under WITH TC 2.0 graphics editing, using the stack to achieve, recursive algorithm, please leave if necessary.
OpenNineRing
- 解九连环:玩过九连环吗?知道九连环也是应用递归原理吗?该程序演示了利用递归算法解九连环的过程。-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.
sudoku
- 用C++编写的数独游戏,采用回溯法,非递归,计算超快,代码精炼,注解详细-Using C++ Game Sudoku prepared using retrospective law, non-recursive calculation of ultrafast, code refining, detailed comments
eight_queens_recursive
- its an eight queens recursive problem
Sudoku
- 数独问题,利用函数递归调用产生每行每列都不同的所有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
hano
- 这是一个不利用递归实现汗诺塔的例子,让我们看看原来简单的 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
21
- 小白鼠钻迷宫,递归和试题的小型代码。代码完整。-Diamond Maze Mice, recursive, and questions of the small code. Code integrity.
do.c
- 递归的使用 tc2.0 编译通过 24点用一笔连起来但只能用横线和竖线进行连接,最右边第二行的圆圈处不能用线进行连接 如图所示: 思路:用递归实现,设计一个递归函数tf()进行查找下一个节点并连接以第一行第一列的点为(1,1)第二行第一列为(2,1)编好每个点的坐标,在tf函数中先查找于自身节点相邻的且可以连接的点然后进行连接,然后就以此节点为寻找下一可用结点直到tf()函数返回0,就返回。-Up with an even 24 points but o
fivepoints
- 我的处女作,用递归算法实现程序的多步思考,有一定人工智能(人一不小心就输了),有兴趣的可以将其加以改进,可达到很强大的地步(本人暂时没时间来完善它)。-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,
Hanoi
- c++编写的汉诺塔解法,利用递归调用的算法-c++ written in Tower of Hanoi solution, using recursive calls of Algorithm
Sudoku
- 自动生成满足数独游戏规则的81个数。用到了递归算法。-Automatically generated to meet the rules of sudoku game number 81. Use a recursive algorithm.
hannuota
- C++中用递归的方法解决汉诺塔问题,其中圆盘的个数可以自己输入-C++ using recursive method to solve the Towers of Hanoi problem, which number can be arbitrarily selected
MistyRainMaze
- 任意确定一个迷宫的规模和形态,用非递归的方法走出迷宫,并输出至少一条通路的路径-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
hannoi
- 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
sudoku3
- 数独的解法程序,利用了递归算法,在不能确定数的情况下,假设数,继续进行算法,直到所有可能性排除返回,以排除假设的数。-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
Tours-de-Hanoi
- 汉诺塔程序,3~8层,非递归,可运行,学生作品有待改进-Tower of Hanoi program, 3 to 8 layer, non-recursive, you can run, student work needs to be improved
llk
- 实现连连看游戏的算法。采用递归的算法找实现,很参考价值。-Achieve Lianliankan game algorithms. Find a recursive algorithm implementation, it is reference value.
Hanoi-(2)
- 利用python语言,调用GUI模块,用递归函数编写汉诺塔问题的演示程序。-Use python language, invoke the GUI module, using a recursive function to write HANOR demonstration program.
Maze-code
- 以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。首先用二维数组存储迷宫数据,迷宫数据由用户输入。一个以链表作存储结构的栈类型,然后编写一个求解迷宫的递归或非递归程序。求得的通路以三元组(i,j,d)形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向(东、南、西、北四个方向所用代表数字,自行定义) -With an m × n the long square maze, 0 an
Mice-have-gone-astray-official
- 老鼠走迷宫是递回求解的基本题型,我们在二维阵列中使用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
