迭代规则英文解释翻译、迭代规则的近义词、反义词、例句
英语翻译:
【计】 rule of iteration
分词翻译:
迭代的英语翻译:
【计】 iterate; iteration
规则的英语翻译:
regulation; rule; formulae; order; rope
【计】 rule
【化】 regulation; rule
【医】 regulation; rule
【经】 propriety; regulations; rule
网络扩展解释
迭代规则
迭代规则(dié tì guī zé)是一个在计算机程序中常用的概念,表示一种通过不断重复同一个过程来逐步逼近目标的算法。
英语解释翻译
The iteration rule is a commonly used concept in computer programs, which refers to an algorithm that gradually approaches a target by repeatedly performing the same process.
英文读音
[ˌɪtəˈreɪʃən ruːl]
英文的用法
In computer programming, the iteration rule is used to solve problems that require repeated operations until a certain condition is met. It is frequently used in loops, where a set of instructions is repeated until a specific condition is no longer met.
英文例句
- An iteration rule is used to calculate the square root of a number.
- Using an iteration rule, the program is able to approximate the value of pi.
迭代规则被用来计算一个数的平方根。
通过迭代规则,该程序能够近似计算π的值。
英文近义词
- Loop
- Recursion
- Repetition
循环(loop)、递归(recursion)和重复(repetition)也是表示迭代规则的常用词汇。
英文反义词
- Recursion termination
- Break
- Return
递归终止(recursion termination)、中断(break)和返回(return)是表示终止迭代规则的常用词汇。
英文单词常用度
在计算机编程中,迭代规则是一个非常常见的概念,因此单词的常用度非常高。