Tail recursion is a common technique in XSLT style sheets.
尾递归是xslt样式表中的常用技术。
This example uses what in Scheme is called tail recursion.
这个例子使用Scheme中所谓的尾递归(tail recursion)。
Lisp offers a performance optimization called tail recursion optimization.
Lisp提供一项称作尾部递归优化的性能优化技术。
To effect that transformation, you need to use a common XSLT technique known as tail recursion.
要实现这一转换,需要使用常用的被称为尾递归(tail recursion)的XSLT技术。
Haskell has two primary advantages when dealing with recursion: Haskell optimizes tail recursion, and Haskell is lazy.
在处理递归时,Haskell有两大优势:Haskell优化了尾部递归,Haskell是惰性的。
First can peel off the first element of the list, and rest makes it easy to apply tail recursion — the type of recursion in Listing 9 — to the rest.
first能够去除列表的第一个元素,rest简化了将尾部递归(清单9中的递归类型)应用于列表其余部分的过程。
Recent versions of GCC also include some tail-recursion optimizations under limited circumstances.
最新版本的GCC也包含了一些在受限环境下的尾部递归优化。
With tail-recursion optimization, this idiom is a marvelously concise way to iterate over a list.
由于尾部递归优化,这种方式是对列表进行迭代的一种非常简单的方式。
With tail-recursion optimization, this idiom is a marvelously concise way to iterate over a list.
由于尾部递归优化,这种方式是对列表进行迭代的一种非常简单的方式。
应用推荐