recursive procedure
基本解釋
- [計(jì)] 遞歸過(guò)程
英漢例句
- According to activity-on-node disassembly tree, the recursive procedure of disassembly cost is set up.
根據(jù)結(jié)點(diǎn)式拆卸樹(shù),搆建了拆卸成本的遞推算法; - If you write a recursive procedure, you should test it very carefully to make sure it always meets some limiting condition.
在編寫(xiě)遞歸過(guò)程時(shí),應(yīng)非常細(xì)心地進(jìn)行測(cè)試,以確保它縂是能滿足某些限制條件。 - However, like the recursive procedure for computing Fibonacci numbers, this recursive solution requires multiple computations of the same subproblems.
但是,就像計(jì)算斐波納契數(shù)的遞歸過(guò)程一樣,這個(gè)遞歸解需要多次計(jì)算相同的子問(wèn)題。
雙語(yǔ)例句
詞組短語(yǔ)
- stack in recursive procedure 遞歸過(guò)程的棧
- recursive procedure call 遞歸過(guò)程調(diào)用;遞歸程調(diào)用英語(yǔ);繙譯
- recursive procedure call detail 遞歸程調(diào)用
- EMGCD recursive procedure EMGCD 遞歸過(guò)程
- recursive routine or procedure 遞歸例程或過(guò)程
短語(yǔ)
專業(yè)釋義
- 遞歸過(guò)程
- 遞迴程序