搜索资源列表
FindPath_kinpoo
- 连连看 寻路算法 递归实现 /** * Author:郭剑波(KINPOO) * Last Modify:2005/11/21 13:40 * Purpose:find path for lian lian kan */-find their own path to achieve recursive algorithm / ** * Author : Jian (KINPOO) * Last Modify : 10/14/2005 13:40 * Purpose : fin
migong
- 迷宫问题,设置了地图以-1表示,按照右上左下的顺序寻找出路,递归算法
eight_queen
- 八皇后问题,老归老,但试图用各种方法来实现求解,出乎意料的是,同样的算法,非递归实现的速度竟然比递归实现慢!-Eight queen problem, the old to the old, but trying to use various methods to achieve Solving Surprisingly, the same algorithm, the speed of non-recursive implementation was slower than the recur
migong
- 一个迷宫路径求解的设计与编写思路,该程序采用C语言编写,主要使用了非递归算法和数组的运用。-A labyrinth path for solving the design and preparation of ideas, the program using C language, the main use of non-recursive algorithm and array use.
TowerOfHanoi
- 汉诺塔的小游戏,是研究递归算法时写的,界面很丑-Tower of Hanoi game is written in the study of the recursive algorithm, the interface is ugly ~ ~ ~
count-24
- 24点算法简单程序,基于递归算法的24点算法程序-24-point algorithms simple program, 24 points algorithm based on a recursive algorithm
24
- 24点游戏扩展,可以设置输入任意个数,结果也可以设置任意数,并且打印出所有结果,采用了C语言递归算法-24-point game extensions, you can set any number of inputs, the results can also set an arbitrary number, and print out all the results, using a recursive algorithm C language
BinTreeBoard
- Java实现的二叉树分形图,递归算法和awt的应用-Java implementation of the binary tree fractal, recursive algorithm and awt application
