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

iterates

英 [ˈɪtəreɪts]

美 [ˈɪtəreɪts]

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

双语例句

  • It queries the table created earlier, and then iterates over the result set, creating an HTML table.
    它先查询之前创建的表,然后在结果集上进行迭代,创建一个HTML表。
  • It then iterates over this table list, dynamically generating a new elements array on each iteration.
    然后迭代此表列表,动态地针对每个迭代生成一个新的elements数组。
  • It then iterates over the elements in the response, processing each one using a foreach() loop.
    它然后使用一个foreach()循环,迭代处理响应中的每个元素。
  • A while loop then iterates through the dataset, storing the information in a convenient array for later display.
    然后,一个while循环迭代数据集,在一个方便的数组中存储信息以便将来进行显示。
  • The constructor iterates over this Map and invokes the setProperty method for each key/ value pair.
    这个构造函数迭代这个Map并针对每个“键/值”对调用setProperty方法。
  • The JSF dataTable iterates through the list and displays each Person object in a row.
    JSFdataTable通过遍历列表,每一行显示一个Person对象。
  • HAMMER typically iterates object identifiers sequentially and expects to never run out.
    HAMMER通常会重申对象标识符顺序,并预期不会被用完。
  • As the foreach loop iterates it will assign each of the matched elements to the$ child variable.
    当foreach循环迭代时,它将每个匹配项赋给$child变量。
  • The foreach loop then iterates through each of the user nodes and stores their attributes in the data array.
    然后,foreach循环迭代通过每个用户节点,并将它们的属性存储在data数组中。
  • 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中数值的和。