recursion scheme
基本解释
- [计算机科学技术]递归方案递迴方案
英汉例句
- This example uses what in Scheme is called tail recursion.
这个例子使用 Scheme 中所谓的尾递归(tail recursion)。 - In traditional languages, this recursion eats away at the stack to maintain a history of the calls; in Scheme, it's different.
在传统的语言中,这样的递归需要连续不断的入栈操作,以维护调用的历史;而在 Scheme 中,却不是这样。 - A digital algorithm-analytical recursion scheme method for the structural dynamics to solve the earthquake response problem of the soft clay foundation is put forwarded.
引入“结构动力学数值分析解析递推格式法”求解软土地基地震反应分析问题。
双语例句
专业释义
- 递归方案
- 递迴方案