记作业>英语词典>iterates翻译和用法

iterates

英 [ˈɪtəreɪts]

美 [ˈɪtəreɪts]

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

双语例句

  • It then iterates over this table list, dynamically generating a new elements array on each iteration.
    然后迭代此表列表,动态地针对每个迭代生成一个新的elements数组。
  • The foreach loop then iterates through each of the user nodes and stores their attributes in the data array.
    然后,foreach循环迭代通过每个用户节点,并将它们的属性存储在data数组中。
  • This function iterates over each month of data.
    此函数在每个月的数据中迭代。
  • This view iterates over the results returned to it and displays them back to the user.
    这个视图遍历返回给它的结果并将它们显示给用户。
  • The for loop iterates over the list of substrings, printing out each substring and its length.
    for循环迭代子字符串list,打印每个子字符串及其长度。
  • The code then iterates to send the five messages.
    然后,该代码进行迭代,以发送上述五条消息。
  • The constructor iterates over this Map and invokes the setProperty method for each key/ value pair.
    这个构造函数迭代这个Map并针对每个“键/值”对调用setProperty方法。
  • HAMMER typically iterates object identifiers sequentially and expects to never run out.
    HAMMER通常会重申对象标识符顺序,并预期不会被用完。
  • A while loop then iterates through the dataset, storing the information in a convenient array for later display.
    然后,一个while循环迭代数据集,在一个方便的数组中存储信息以便将来进行显示。
  • The top loop in the algorithm iterates over the list of XML elements and attributes that may appear in the XML document.
    该算法中的顶层循环对可能出现在XML文档中的XML元素和属性的列表进行迭代。