tail recursion 中文意思是什麼

tail recursion 解釋
尾遞歸
  • tail : n 1 尾巴。2 尾狀物,垂下物;(西服的)垂尾,燕尾;〈pl 〉燕尾服。3 辮子;風箏尾巴。4 末端;結尾,...
  • recursion : n. 【數學】遞歸(式);遞推,循環。adj. -sive ,-sively adv. ,-siveness n.
  1. Learn more than you ever wanted to know about tail recursion from the jargon file

    的知識,您可以從中學到比您曾想學到的更多。
  2. Although the manual is, of course, written for common lisp, the discussion on tail recursion is applicable to other languages, including the java language

    雖然這本手冊是(當然是)為common lisp寫的,但其中關于尾遞歸的討論也適用於其他語言,包括java語言。
  3. Tail recursion and transformations

    尾遞歸及其轉換
  4. For a good discussion of tail recursion and its conversion to iteration, check out the

    欲詳細了解尾遞歸及其到迭代的轉換,請參閱
  5. Can your jit transform tail recursion on code while preserving language semantics

    清單4 .您的jit會在保持語言語義的同時轉換尾遞歸代碼嗎?
  6. So, as the example in listing 3 shows, we cannot expect static compilers to perform transformation of tail recursion on java code while preserving the semantics of the language

    因此,如清單3中的示例所示,我們不能期望靜態編譯器會在保持語言語義的同時對java代碼執行尾遞歸轉換。
  7. He shows why this matters and offers a bit of code to help you determine whether your just - in - time compiler can transform tail recursion on code while preserving semantics

    他說明了為什麼這是一個重要問題,並提供了一段代碼來幫助判斷您的即時( jit )編譯器是否會在保持語言語義的同時做尾遞歸代碼轉換。
分享友人