recursive
常见例句
- Recursive system decomposition and transformation from the abstract to the concrete.
递归的系统分解和从抽象到具体的转换。 - This one makes recursive calls by default; therefore, it will also find method declarations in any inner classes.
默认情况下,它将进行递归调用。 因此,您也可以在任何一个内部类中发现方法声明。 - The result of the present computation depended on the partial results before it, so in each successive recursive call, we pass those results forward.
当前计算的结果依赖于之前的部分结果,所以,在每次后续递归调用中,我们向前传递那些结果。 - But that's also nice, it lets you see how the recursive thing is simply unwrapping but the complexity in terms of the amount of time it takes is going to be the same.
它让我们看到了,在复杂度依照时间总数来看,没有变化的情况下,递归是怎么一步步的展开的,我欠你一个糖,谢谢。
麻省理工公开课 - 计算机科学及编程导论课程节选 - 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.
我们则跳过比猜想数小的那个区间,然后我们重复这一过程,跟之前我们讲过的,递归思想非常类似,我们解决问题的时候,先把问题一步步变小,然后解决小问题。
麻省理工公开课 - 计算机科学及编程导论课程节选 - But I want to stress again, as long as I do the base case right and my inductive or recursive step reduces it to a smaller version of the same problem, the code will in fact converge and give me out an answer.
就开心的去做吧,但是我想再次强调,只要基础事件处理正确而我的递归,或递推步骤能把它简化为更简单的同类问题,那么这段代码就可以收敛。
麻省理工公开课 - 计算机科学及编程导论课程节选 - Thus, one could imagine a recursive loop between deliberation time, difficulty, and perceived importance.
FORBES: Decision Quicksand - One part of chapter 2 turns out to be recursive, a homage of sorts to M.
FORBES: Review: 'The Unfinished Swan' Is a Splash of Brilliance That Soon Fades - It is a tautology of corporate finance that growth in profits comes from the recursive reinvestment and compounding of past profits.
FORBES: The Role of Capital Has Politicians Confused 返回 recursive