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

iterates

英 [ˈɪtəreɪts]

美 [ˈɪtəreɪts]

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

双语例句

  • This view iterates over the results returned to it and displays them back to the user.
    这个视图遍历返回给它的结果并将它们显示给用户。
  • It then iterates over this table list, dynamically generating a new elements array on each iteration.
    然后迭代此表列表,动态地针对每个迭代生成一个新的elements数组。
  • It queries the table created earlier, and then iterates over the result set, creating an HTML table.
    它先查询之前创建的表,然后在结果集上进行迭代,创建一个HTML表。
  • The main for loop iterates over every record that matched from the flat file.
    主for循环将迭代每条匹配平面文件的记录。
  • This function iterates over each month of data.
    此函数在每个月的数据中迭代。
  • It then iterates over the elements in the response, processing each one using a foreach() loop.
    它然后使用一个foreach()循环,迭代处理响应中的每个元素。
  • HAMMER typically iterates object identifiers sequentially and expects to never run out.
    HAMMER通常会重申对象标识符顺序,并预期不会被用完。
  • This implementation iterates over the specified collection, and adds each object returned by the iterator to this collection, in turn.
    对指定集合进行遍历,依次向当前集合添加每一个由迭代器返回的对象。
  • 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。
  • The foreach loop then iterates through each of the user nodes and stores their attributes in the data array.
    然后,foreach循环迭代通过每个用户节点,并将它们的属性存储在data数组中。