go top

Tail call

  • 尾调用(尾调用是指函数最后一个动作是调用另一个函数并返回其返回值的情况。尾递归是尾调用的一种特殊情况,具有不添加新堆栈帧的优点,可以通过尾调用消除或尾调用优化实现。尾调用优化可以使高效的结构编程成为现实,通常在函数编程语言中被要求实现)

网络释义英英释义

  尾调用

Tail Call尾调用)是指在调用函数时直接将被调函数的返回值作为调用函数的返回值返回。

基于2124个网页-相关网页

  尾部调用

尾部调用(tail call)是函数式语言中一个常用的术语(如LISP、ML、Haskell),在这种语言中通常更多地使用递归而不是迭代(如在由Algol派生的语言 中,如...

基于20个网页-相关网页

短语

proper tail call 尾调用

Tail call optimization 尾调用优化 ; 尾部调用优化

Tail Call Elimination 尾调用消除

TAILCALL Perform a tail call 执行尾调用

tail-call optimizations recursion 尾调用优化递归

Tail Recursive Call 尾递归调用

 更多收起网络短语

Tail call

  • abstract: In computer science, a tail call is a subroutine call that happens inside another procedure as its final action; it may produce a return value which is then immediately returned by the calling procedure. The call site is then said to be in tail position, i.

以上来源于: WordNet

双语例句权威例句

  • The only problem is that right now very few compilers implement tail-call optimizations.

    惟一问题在于,现在只有非常编译器实现了尾部调用优化。

    youdao

  • When a function calls itself in a tail-call, the method is even easier.

    函数尾部调用中调用自己时,方法更为简单。

    youdao

  • For those who actually like to mess with the low-level stuff, here is an assembly language template for an optimized tail-call.

    这里那些真正热衷底层编程人准备的一个优化尾部调用的汇编语言模板

    youdao

更多双语例句
  • "After the hyper growth in the e-book market over the last few years, consumers have settled into their book formats of choice, and while e-books will continue to drive growth in the book category in the future, physical book sales will have a longer tail (or longer life expectancy) than previously anticipated, " he said in a call with investors.

    WSJ: Barnes & Noble posts 3Q loss as Nook demand slows

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定