recursive procedure
常见例句
- According to activity-on-node disassembly tree, the recursive procedure of disassembly cost is set up.
根據結點式拆卸樹,搆建了拆卸成本的遞推算法; - If you write a recursive procedure, you should test it very carefully to make sure it always meets some limiting condition.
在編寫遞歸過程時,應非常細心地進行測試,以確保它縂是能滿足某些限制條件。 - However, like the recursive procedure for computing Fibonacci numbers, this recursive solution requires multiple computations of the same subproblems.
但是,就像計算斐波納契數的遞歸過程一樣,這個遞歸解需要多次計算相同的子問題。 返回 recursive procedure