好词典

iteration

UK /ˌɪtəˈreɪʃən/US /ˌɪtəˈreɪʃən/

词源

源自拉丁语 'iteratio',意为重复或反复,由 'iterare'(重复)和 '-tion'(名词后缀)组成。

noun

❶ 指重复执行某个过程或步骤的行为,常用于描述软件开发、数学计算或设计中的循环改进过程。

“The software development team is working on the third iteration of the app.”

(软件开发团队正在进行该应用的第三次迭代。)

“Each iteration of the design improves upon the previous version.”

(设计的每一次迭代都在前一版本的基础上有所改进。)

❶ 在数学或计算机科学中,指通过重复应用同一规则或公式来逼近解的过程。

“The Newton-Raphson method uses iteration to find roots of equations.”

(牛顿-拉夫森方法使用迭代来寻找方程的根。)

“The program uses iteration to calculate the factorial of a number.”

(该程序使用迭代来计算一个数的阶乘。)

同义词:repetition, cycle, recurrence

常见短语

iterative process — 指通过多次重复和改进来逐步完善某事物的过程,常见于设计、开发和问题解决中。

“Designing a user interface is an iterative process that involves constant feedback.”

(设计用户界面是一个涉及持续反馈的迭代过程。)

iteration loop — 在编程中,指重复执行某段代码直到满足特定条件的循环结构。

“The iteration loop runs until all data points are processed.”

(迭代循环一直运行,直到所有数据点都被处理完毕。)