recursive call 中文意思是什麼

recursive call 解釋
遞歸得
  • recursive : 遞歸的
  • call : vt 1 大聲念[說],喊,叫。2 召喚,叫來,請來;召集,徵召;號召;喚醒。3 把…取名為,稱呼,把…叫做。...
  1. The tree - based approach used for jibx code generation ends up constructing methods in this depth - first order anyway, so the duplicate checks work as long as there are no cycles in the method call graphs mutually recursive methods

    Jibx代碼生成所使用的基於樹的方法總能按照深度優先順序構造方法;如果在方法調用圖中沒有循環(方法的相互調用) ,重復檢查是有效的。
  2. As a recursive call into the stylesheet itself

    是對樣式表自身的遞歸調用!
  3. Will crash on its own recursive call

    在自身的遞歸調用上崩潰。
  4. Instruction replaces the recursive call

    指令代替了遞歸調用。
  5. If you attempt to do this, the compiler interprets it as a recursive call to the procedure

    如果試圖這樣做,編譯器會將它解釋為對過程的遞歸調用。
  6. Is useful for specifying whether or not you want the application to be able to inline a recursive call

    有助於指定是否希望應用程序能夠內聯遞歸調用。默認情況下,該雜注為off 。
  7. There is no stack operation error, simply a recursive call that never ends, at least before it runs out of system source

    該現象表明是由於堆棧操作錯誤導致返回失敗引起死循環調用撐爆了堆棧。
  8. An after trigger does not call itself recursively unless the recursive triggers database option is set

    After觸發器不會以遞歸方式自行調用,除非設置了recursive _ triggers數據庫選項。
分享友人