搜索资源列表
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
- 这是关于数据结构的一个算法,希望对大家有用-This is about the data structure of an algorithm, we want to be useful
ackerman2
- ackerman函数的非递归实现运用栈类进行实现,代码中包含了栈类代码-ackerman function of the use of non-recursive implementation of the stack class implementation code contains stack class code
ackerman
- arkerman函数的递归实现与非递归实现-the achievement of arkerman function
ackermann
- ackerman for pid tuning
Ackermann
- 包括阿克曼函数的递归实现和非递归实现,是学习数据结构的很好素材。-Including the realization of the Ackerman function of recursive and non-recursive implementation, good material for learning data structures
steering
- 进行转向机构的设计和优化,使得转向特性接近理想的阿克曼转角关系-Steering mechanism design and optimization, the steering characteristics close to the ideal of Ackerman rotation angle relation
ackerman
- arkerman函数的递归实现与非递归实现-the achievement of arkerman function
ackermann
- algoritmo de ackerman, por si lo necesitan
APFunction
- 用汇编语言实现的双递归函数 Ackerman函数 -In computability theory, the Ackermann function, named after Wilhelm Ackermann, is one of the simplest and earliest-discovered examples of a total computable function that is not primitive recursive. All primitive recursive
1205
- Descr iption 已知Ackerman函数定义(见课本)。 输入只有两个整数:m n。 要求输出A(m,n)。 Input Format 输入文件包括一行,两个整数,m和n。 Output Format 输出文件包括一行,A(m,n)的值。-Descr iption known Ackerman function definition (see the textbook). Enter only two integers: mn. Re
3_6-Ackerman
- Ackeman函数的递归方法,运用简洁的递归思想实验复杂数学表达式的计算-Ackeman function recursive method, the use of simple recursive thought experiment to calculate complex mathematical expressions
MATLAB-code-for-AJ-model
- 汽车Ackerman-Jeantand转向模型的MATLAB实现-Appliacation of Ackerman-Jeantand turning model of vehicle with MATLAB
main
- 用栈实现ackerman函数,解释了递归的本质其实就是进栈出栈-use stack to perform ackerman
Ackerman
- ,函数的递归调用,和函数的非递归调用的比较。。。。(Recursive call of functions)