迭代的英文 迭代用英語怎麼說?
詞典釋義:
迭代
iteration n.重複;複述;重申;反覆演算;計算機硬體(或軟體)的新版本
iterate v.重複;複述;重申;反覆演算
常用
常用
雙語例句
1. 如何構建物件有兩個迭代器嗎?。
C++: How to construct object with two iterators?
2. 在每次迴圈迭代中增加一個計數。
Increments a count in each loop iteration.
3. ②基於迭代演算法的同步標定方法;
Put forward three calibration schemes: ① unity method;
4. 在模型引用迭代處您要更改部件。
You change the part where the iteration on the model references is taking place.
5. 一個迭代器,指向新插入的元素.
An iterator pointing to the inserted element.
6. 交替迭代法是統一迭代法的簡化。
Alternating iterative method is a simplified form of the unified iterative method.
7. 你在不同的環境下如何設定迭代?
Run Time Settings -Pacing -set number of iterations.
8. 本文提出了有限元直接迭代演算法.
The direct iterative algorithm of the finite element is presented.
9. 最後應用迭代演算法降低配準誤差.
Lastly, optimal iteration algorithm was performed to reduce the registration error.
10. 我們最需要做的是清理後的迭代。
The last thing we need to do is cleanup after the iteration.
百科
迭代
迭代是重複反饋過程的活動,其目的是逼近所需目標或結果。每一次對過程的重複稱為一次“迭代”,而每一次迭代得到的結果會作為下一次迭代的初始值。 對計算機特定程式中需要反覆執行的子程式*(一組指令),進行一次重複,即重複執行程式中的迴圈,直到滿足某條件為止,亦稱為迭代。