诗词屋>英语词典>iterates翻译和用法

iterates

英 [ˈɪtəreɪts]

美 [ˈɪtəreɪts]

v.  迭代(数学或计算过程,或一系列指令)
iterate的第三人称单数

双语例句

  • The second for loop only finds lowercase vowels as it iterates over the original string.
    第二个for循环在迭代原始string时仅查找小写元音字母。
  • The constructor iterates over this Map and invokes the setProperty method for each key/ value pair.
    这个构造函数迭代这个Map并针对每个“键/值”对调用setProperty方法。
  • This example iterates over all the items in a Python list and prints each item and its corresponding Python type on a separate line.
    本例迭代Pythonlist中的所有项目,并在单独的行中打印每一项及其相对应的Python类型。
  • The JSF dataTable iterates through the list and displays each Person object in a row.
    JSFdataTable通过遍历列表,每一行显示一个Person对象。
  • It then iterates over the elements in the response, processing each one using a foreach() loop.
    它然后使用一个foreach()循环,迭代处理响应中的每个元素。
  • The code then iterates to send the five messages.
    然后,该代码进行迭代,以发送上述五条消息。
  • In addition to the header line, you have a foreach loop in the EventTable method that iterates through each of the games.
    除了标题行之外,在EventTable方法中还有一个foreach循环,它将在每个比赛上进行迭代。
  • The first for loop iterates through this tuple, cumulating the sum of the numbers in the tuple in the count variable.
    第一个for循环迭代此tuple,在count变量中累计tuple中数值的和。
  • The zip/ next call iterates to the next node in a depth-first walk through the tree.
    在深度优先的树遍历中,zip/next调用将迭代至下一个节点。
  • If the third parameter is an array, the JavaScript code iterates over its elements and calls appendParam() recursively so a name/ value pair is added to url for each element of the array.
    如果第三个参数是一个数组,JavaScript代码就会在其元素上迭代并会递归调用appendParam(),以便针对数组中的每个元素将名称/值对添加至url。