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.
引入“結搆動力學數值分析解析遞推格式法”求解軟土地基地震反應分析問題。 返回 recursion scheme