搜索资源列表
Ackerman
- Ackerman 函数编写,清晰的思路,运行速度很快,对初学C++的程序爱好者很有用-the programming of Ackerman function,explicit thought, as well as high run speed.It is helpful for the lovers of C++ programming.
Ackermann
- 本程序是用来产生Ackerman函数的一个小程序-This procedure is used to generate a small program Ackerman function
Ackerman
- 界面实现递归算法和非递归算法计算Aerman函数-Interface to achieve recursion algorithm and non-recursive algorithm Aerman function
Ackerman
- ackerman非递归和递归的实现 ackerman implementation of non-recursive and recursive-ackerman implementation of non-recursive and recursive
ackerman
- arkerman函数的递归实现与非递归实现-the achievement of arkerman function
Ackerman
- 对Ackerman函数的非递归实现(using VC++),采用链式栈-Implement Ackerman without recusion,using link stack
Ackermann
- 包括阿克曼函数的递归实现和非递归实现,是学习数据结构的很好素材。-Including the realization of the Ackerman function of recursive and non-recursive implementation, good material for learning data structures
ackerman
- ackerman函数的递归实现,递归实现这个函数还是比较简单的-ackerman function
ackerman
- arkerman函数的递归实现与非递归实现-the achievement of arkerman function
Ackerman
- Ackerman函数的递归与非递归实现,同在一个C++文件里面,使用的时候只需将其中一个注释,main函数为检测函数。-Ackerman recursive and non-recursive functions to achieve the same in a C++ file inside, when used just one note, main function is to detect function.
3_6-Ackerman
- Ackeman函数的递归方法,运用简洁的递归思想实验复杂数学表达式的计算-Ackeman function recursive method, the use of simple recursive thought experiment to calculate complex mathematical expressions
main
- 用栈实现ackerman函数,解释了递归的本质其实就是进栈出栈-use stack to perform ackerman
Ackerman
- 1205. ackerman Descr iption 已知Ackerman函数定义(见课本)。 输入只有两个整数:m n。 要求输出A(m,n)。 Input Format 输入文件包括一行,两个整数,m和n。 Output Format 输出文件包括一行,A(m,n)的值。
Ackerman
- ,函数的递归调用,和函数的非递归调用的比较。。。。(Recursive call of functions)