Note that for each call to mergesort there are two recursive calls .
注意每次调用mergesort函数,都会有两次递归调用。
Pentland and his team found their " recursive incentive mechanism " was far more effective than such marketing strategies .
pentland和他的研究小组则发现“递归激励机制”的效果要远好于传统的市场营销策略。
But although it learns from a big body of data , it lacks the recursive qualities of spell-check and search .
虽然谷歌的程序从一个很大的数据体中学习,但是它却不像拼写检查和搜索功能那样具有递归的性质。
This confuses many people because the first word of the acronym is the acronym . This type of acronym is called a recursive acronym .
这个名字让人困惑,因为缩写的第一个词本身就是一个缩写,形成了一个递归缩写。
The filter method in listing 5 uses the same recursive approach as listing 4 but implements it as part of the list rather than a stand-alone function .
Another of the myriad ways culture and grammar interact lies in what seems to be the culturally unique lack of recursive structure in the pirah syntax .
文化和语法的相互作用还表现为:在皮拉罕语的语法中,有一种看似缺乏递归结构的文化独特性。
For example , a regular expression inherently cannot find matched pairs of parentheses , because it is not recursive , but a peg can .
例如,一个正则表达式本身是无法匹配嵌套的括号对,因为正则表达式不是递归的,但是peg却能做到这点。
Given the shortcomings , the benefit of the recursive version may not be immediately obvious .
鉴于这些缺点,递归版本的好处不会立刻就显现出来。
Probably the best way to understand is with a real example and to do that , we need a recursive function .
可能理解它的最佳途径是接触一个实际的例子,我们需要一个递归函数。
There are , however , other recursive algorithms that don 't lend themselves to optimization through memoization .