遞歸調用 的英文怎麼說

中文拼音 [guīdiàoyòng]
遞歸調用 英文
recursive call
  • : Ⅰ動詞(傳送;傳遞) hand over; pass; give Ⅱ副詞(順著次序) in the proper order; successively
  • : Ⅰ動詞1 (返回) return; go back to 2 (還給; 歸還) return sth to; give back to 3 (趨向或集中於...
  • 調 : Ⅰ動詞1 (配合得均勻合適) harmonize; suit well; fit in perfectly 2 (使配合得均勻合適) mix; adju...
  • : Ⅰ動詞1 (使用) use; employ; apply 2 (多用於否定: 需要) need 3 (敬辭: 吃; 喝) eat; drink Ⅱ名...
  • 調用 : transfer (officer) temporarily for a specific task; [計算機] call; invoking調用程序 caller; cal...
  1. Neural network control is an important mode of intelligent control, and it is widely used in branches of control science, first, the architecture and the learning rule ( error back propagation algorithm ) of multiplayered neural network which is widely used in control system are presentedo especially, the paper refers to the architecture of diagonal recurrent neural network and its learning algorithm - - - - - recurrent prediction error algorithm because of its faster convergence with low computing costo next, before introducing the neural network control to the double close loop dc driver system, the controllers of current and velocity loop are designed using engineering design approach after analysis of the system, simulation models of the system are created

    神經網路控制是智能控制的重要方式之一,它廣泛應於自動控制學科各個領域。本文首先敘述了控制系統中常的多層前饋網路結構及演算法( bp演算法) ,特別提及了能夠較好描述系統動態性能的對角神經網路和在推預報誤差演算法訓練drnn時取得了較快的收斂速度。其次,應工程方法分析設計了tf - 1350糖分離機的電流、轉速雙閉環直流調速系統的控制器,作為引入神經網路控制的設計基礎,並建立了系統的模擬模型。
  2. Deadlock prevention and surprise dismount handling during this process require heroic efforts, including a mechanism whereby a file system driver can stash a pointer to an automatic variable ( that is, one allocated on the call / return stack ) to be used in deeper layers of recursion within the same thread

    在這個過程請求宏大結果的時候, (進行)死鎖預防和意外卸下處理,包括一個機制,憑借這個機制文件系統驅動可以中斷在相同線程中於深層的自動變量的指示器(就是說,在調/返回堆棧上分配一個) 。
  3. In particular, it cannot match mutually recursive methods, where each method calls the other

    特別是,它不能匹配相互遞歸調用的方法,也就是每個方法都調其他的方法。
  4. Thus, the file system must not generate additional page faults because this may lead to an " infinite " recursion

    因此,文件系統一定必要產生附加的頁面錯誤,因為這將導致無限遞歸調用
  5. In practice, the file system calls the kernel cache manager, which fulfills requests from an in - memory cache if possible and makes recursive calls to the file system driver to fill cache buffers

    實際上,文件系統調內核高速緩沖存儲器管理器,這個管理器執行來自於一個內存中的高速緩沖存儲器的請求,如果可能的話,並且遞歸調用文件系統驅動來填充高速緩沖存儲器。
  6. As a recursive call into the stylesheet itself

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

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

    指令代替了遞歸調用
  9. You should also ensure that you cannot run out of memory due to having too many recursive calls

    您還應該確保不會因為過多的遞歸調用而耗盡內存。
  10. If you attempt to do this, the compiler interprets it as a recursive call to the procedure

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

    有助於指定是否希望應程序能夠內聯遞歸調用。默認情況下,該雜注為off 。
  12. Remember : we can t rely on our code to always be running on a jvm that will transform tail - recursive calls

    記住:我們不能寄希望於我們的代碼會總是運行在會轉換尾遞歸調用的jvm上。
  13. If your jit compiler converts tail - recursive calls to iteration, this program will continue to run indefinitely

    如果您的jit編譯器把尾遞歸調用轉換成迭代,這個程序將無限期地運行下去。
  14. Which takes a list of employee data objects

    中開始遞歸調用,它以一組雇員數據對象為參數。
  15. Recursive invocation of the routine

    常式的遞歸調用
  16. This method will simply call itself recursively for as long as it can

    這個方法只是盡可能長時間地對自身作遞歸調用
  17. It is this reference to the cte itself that establishes the recursive invocation

    正是此次對cte自身的引建立了遞歸調用
  18. A reentrant function can be safely called recursively or from multiple tasks

    可再入的函數可以被安全地遞歸調用或由多任務多次調
  19. Method is used to determine if each control contains other controls, if so the

    方法確定每個控制項是否包含其他控制項,如果包含則遞歸調用
  20. You must design a recursive procedure to test for at least one condition that can terminate the recursion, and you must also handle the case where no such condition is satisfied within a reasonable number of recursive calls

    您在設計一個過程時,必須至少測試一個可以終止此的條件,並且還必須對在合理的遞歸調用次數內未滿足此類條件的情況進行處理。
分享友人