MY词语>英语词典>iterates翻译和用法

iterates

英 [ˈɪtəreɪts]

美 [ˈɪtəreɪts]

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

双语例句

  • Then the foreach loop iterates through each data item and creates a new row with the data.
    然后,foreach循环迭代通过每个数据项并利用数据创建一个新行。
  • The for loop iterates over the list of strings, printing them out one at a time.
    for循环在string列表上进行迭代,一次输出一行。
  • 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中数值的和。
  • This view iterates over each of the hits sent to it from the viewSearchResultsAction method.
    这个视图遍历从viewSearchResultsAction方法中发送给它的每个命中结果。
  • This function iterates over each month of data.
    此函数在每个月的数据中迭代。
  • The zip/ next call iterates to the next node in a depth-first walk through the tree.
    在深度优先的树遍历中,zip/next调用将迭代至下一个节点。
  • The constructor iterates over this Map and invokes the setProperty method for each key/ value pair.
    这个构造函数迭代这个Map并针对每个“键/值”对调用setProperty方法。
  • The foreach loop then iterates through each of the user nodes and stores their attributes in the data array.
    然后,foreach循环迭代通过每个用户节点,并将它们的属性存储在data数组中。
  • A while loop then iterates through the dataset, storing the information in a convenient array for later display.
    然后,一个while循环迭代数据集,在一个方便的数组中存储信息以便将来进行显示。
  • It then iterates over this table list, dynamically generating a new elements array on each iteration.
    然后迭代此表列表,动态地针对每个迭代生成一个新的elements数组。