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

iterates

英 [ˈɪtəreɪts]

美 [ˈɪtəreɪts]

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

双语例句

  • In addition to the header line, you have a foreach loop in the EventTable method that iterates through each of the games.
    除了标题行之外,在EventTable方法中还有一个foreach循环,它将在每个比赛上进行迭代。
  • A while loop then iterates through the dataset, storing the information in a convenient array for later display.
    然后,一个while循环迭代数据集,在一个方便的数组中存储信息以便将来进行显示。
  • HAMMER typically iterates object identifiers sequentially and expects to never run out.
    HAMMER通常会重申对象标识符顺序,并预期不会被用完。
  • This function iterates over each month of data.
    此函数在每个月的数据中迭代。
  • The for loop iterates over the list of substrings, printing out each substring and its length.
    for循环迭代子字符串list,打印每个子字符串及其长度。
  • The function loads the contacts from the applet, then iterates over it adding each contact to the UI.
    该函数将从Applet中载入联系人,然后进行遍历以将每个联系人添加到UI中。
  • This view iterates over the results returned to it and displays them back to the user.
    这个视图遍历返回给它的结果并将它们显示给用户。
  • It queries the table created earlier, and then iterates over the result set, creating an HTML table.
    它先查询之前创建的表,然后在结果集上进行迭代,创建一个HTML表。
  • The third for loop, however, iterates over a temporary string returned by a call to the string object's lower method.
    第三个for循环迭代通过调用string对象的lower方法返回的临时string。
  • This implementation iterates over the specified collection, and adds each object returned by the iterator to this collection, in turn.
    对指定集合进行遍历,依次向当前集合添加每一个由迭代器返回的对象。