infinite recursion
基本解釋
- 無限遞歸
英漢例句
- Logging the log methods would result in an infinite recursion.
記錄 log 方法將導(dǎo)致無限遞歸。 - In order to avoid infinite recursion, Scala requires each auxiliary constructor to invoke another constructor defined before it [ScalaSpec2009].
為了避免無限遞歸,Scala 要求每一個輔助構(gòu)造函數(shù)調(diào)用在它之前定義的構(gòu)造函數(shù)[ScalaSpec2009]。 - Setting it to true ensures that when a rule updates the knowledge in the working memory, you don't end up with rules being reevaluated and reexecuted, which could then cause an infinite recursion.
將它設(shè)為 true 可以確保當(dāng)一個規(guī)則更新工作內(nèi)存中的知識時,最終不會導(dǎo)致對規(guī)則重新求值并重新執(zhí)行規(guī)則,也就不會導(dǎo)致無限循環(huán)。
雙語例句
專業(yè)釋義
- 無限遞迴
- 無限遞歸