iterate
「iterate」的意思
vt. 迭代;重复;反复说;重做
vt.反复说,重申,重述
「iterate」的用法
iterate迭代,反复执行某个过程 - 程序员
「iterate」的例句
We need to iterate over the array to find the maximum value.
我们需要遍历数组来找到最大值。
The loop will iterate until the condition is met.
循环将一直迭代直到条件满足。
Iterate through each element in the list.
遍历列表中的每个元素。
We will iterate over the data to process it.
我们将遍历数据进行处理。
The function will iterate through all elements in the array.
该函数将遍历数组中的所有元素。
Iterate over the dictionary to update its values.
遍历字典以更新其值。
We need to iterate through the list to remove duplicates.
我们需要遍历列表以去除重复项。
The code will iterate until it finds a solution.
代码将一直迭代直到找到解决方案。
Iterate through each character in the string.
遍历字符串中的每个字符。
Iterate over each key-value pair in the associative array.
遍历关联数组中的每个键值对。