一个直接调用自己或通过一系列的过程语句间接地调用自己的过程,称做递归过程。栈的另一个重要应用是在程序设计语言中实现递归过程,递归是程序设计中一个强有力的工具。
... recursive operation 递归运算 recursive process 递归过程 recursive relation 递归关系 ...
基于20个网页-相关网页
... 递归规则 recursive rule 递归过程 recurrent process 递归函数 recursive function ...
基于6个网页-相关网页
递归过程的栈 stack in recursive procedure
递归过程调用 recursive procedure call
递归过程的工作单元块 temporary block in a recursive procedure
递归计算过程 recursive process
使用归纳数据编写递归过程非常简单。
With inductive data, it is fairly easy to write recursive procedures.
对更复杂的递归过程来说这是一个通用的模式。
This is a common pattern for more complex recursive procedures.
本文对直接递归过程与间接递归过程的谓词变换语义给出了形式化的定义。
This paper presents the formal definitions of predicate transformer seman-rics for both direct and indirect recursive procedures using the concept of WP.
So this is very similar, this is a kind of recursive thinking we talked about earlier, where we take our problem and we make it smaller we solve a smaller problem, et cetera.
我们则跳过比猜想数小的那个区间,然后我们重复这一过程,跟之前我们讲过的,递归思想非常类似,我们解决问题的时候,先把问题一步步变小,然后解决小问题。
应用推荐