recursive procedure
常見(jiàn)例句
- 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)題。 返回 recursive procedure