iterate
英 [ˈɪtəreɪt]
美 [ˈɪtəreɪt]
v. 迭代(数学或计算过程,或一系列指令)
现在分词:iterating 过去分词:iterated 第三人称单数:iterates 过去式:iterated
COCA.38640
牛津词典
verb
- 迭代(数学或计算过程,或一系列指令)
to repeat a mathematical or computing process or set of instructions again and again, each time applying it to the result of the previous stage
英英释义
verb
- run or be performed again
- the function iterates
- to say, state, or perform again
- She kept reiterating her request
双语例句
- This speeds up the constructor because it does not have to iterate through the whole document.
这会加速构造函数的运行,因它无需迭代整个文档。 - You invariably want to iterate over a list to get the values stored in it.
您总是想要对列表进行迭代以得到其中存储的值。 - You can then split the string and iterate over the lines in the file within a for loop.
然后可以拆分string并在for循环中对文件的行进行迭代。 - You then iterate over this array to display the values.
然后在这个数组上进行迭代便可以显示这些值。 - So now you can iterate through arrays and collections ( except for Maps) in the same way.
因此,您可以使用相同的方法遍历数组和集合(Map除外)。 - This example provides three different for loops that all iterate over the same string.
本例提供了三个不同的for循环,它们都迭代同一string。 - Iterate through the lists adding an element from each list to the TMX file as elements.
遍历生成的列表,将列表中的元素作为添加到TMX文件中。 - Then one can iterate over the data with LINQ, and process it accordingly.
接着就可以使用LINQ来迭代数据,并进行相应的处理。 - Within that tag, I iterate around the tags and export them as rows within the HTML.
在此标记中,我循环遍历了各个标记,并将它们导出为HTML中的行。 - Any class in Ruby that supports the each method ( like File) lets you iterate this way.
Ruby中支持each方法的任何类(比如File)都允许以这种方式进行迭代。