recursive怎么读,recursive的音标和真人发音
英音  [rɪˈkɜ:sɪv]    
音节划分:re-cur-sive

recursive是什么意思,recursive的意思是

adj.回归的,递归的

recursive的词源和记忆技巧

recursive 循环的
来自 recur,复发,再次发生。引申词义循环的。

recursive 的用法和双语例句“点击”或“选中”例句中的单词,就可以看到词义解释

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 .
清单5中的filter方法使用与清单4一样的递归做法,不过把该做法实现成列表的一部分而不是一个独立的函数。
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 .
然而,确实还有很多递归算法不适合使用memoization方法来进行优化。