recursive procedure 中文意思是什麼

recursive procedure 解釋
遞歸過程
  • recursive : 遞歸的
  • procedure : n. 1. 工序,過程,步驟。2. 程序,手續;方法;訴訟程序;(議會的)議事程序。3. 行為,行動,傳統的做法;(外交、軍隊等的)禮儀,禮節。4. 〈罕用語〉進行。
  1. The syntax analyzer has one recursive procedure for each nonterminal u.

    對于每個非終結符號U,語法分析程序都有一個遞歸過程。
  2. The syntax analyzer has one recursive procedure for each nonterminal u

    對于每個非終結符號u ,語法分析程序都有一個遞歸過程。
  3. If you write a recursive procedure, you should test it very carefully to make sure it always meets some limiting condition

    在編寫遞歸過程時,應非常細心地進行測試,以確保它總是能滿足某些限制條件。
  4. Under the comprehensive research and generalization of digital image processing, we got the general procedure about digital image processing. based on the general procedure, following the agile method and extreme programming, applying the recursive procedure composed by require analyze 、 framework design 、 coding, finally we got a experimental 、 stable 、 opened score platform. we checked the theory by practice

    通過對數字圖像處理的全面研究和總結,得出數字圖像處理的一般過程,以此一般過程為基礎,按照敏捷思想和極限編程方法,通過需求分析,架構設計,編碼等幾個不斷迭代進行的階段,最終開發出一個具有實驗性質的、穩定的、開放的評估平臺,運用實踐來檢驗了理論。
  5. If you attempt to do this, the compiler interprets it as a recursive call to the procedure

    如果試圖這樣做,編譯器會將它解釋為對過程的遞歸調用。
  6. Such a design presents the same problems as a single recursive procedure, but can be harder to detect and debug

    此類設計所產生的問題與單個遞歸過程所產生的問題相同,但更難檢測和調試。
  7. 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

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