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

iterates

英 [ˈɪtəreɪts]

美 [ˈɪtəreɪts]

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

双语例句

  • This example iterates over all the items in a Python list and prints each item and its corresponding Python type on a separate line.
    本例迭代Pythonlist中的所有项目,并在单独的行中打印每一项及其相对应的Python类型。
  • The second for loop only finds lowercase vowels as it iterates over the original string.
    第二个for循环在迭代原始string时仅查找小写元音字母。
  • This view iterates over the results returned to it and displays them back to the user.
    这个视图遍历返回给它的结果并将它们显示给用户。
  • It grabs the specified range of lines from the buffer with a getline() and iterates through each.
    它通过getline()从缓冲区获取代码的指定范围,并对各项进行迭代。
  • A while loop then iterates through the dataset, storing the information in a convenient array for later display.
    然后,一个while循环迭代数据集,在一个方便的数组中存储信息以便将来进行显示。
  • The for loop iterates over the list of strings, printing them out one at a time.
    for循环在string列表上进行迭代,一次输出一行。
  • This view iterates over each of the hits sent to it from the viewSearchResultsAction method.
    这个视图遍历从viewSearchResultsAction方法中发送给它的每个命中结果。
  • The for loop iterates over the list of substrings, printing out each substring and its length.
    for循环迭代子字符串list,打印每个子字符串及其长度。
  • This implementation iterates over the specified collection, and adds each object returned by the iterator to this collection, in turn.
    对指定集合进行遍历,依次向当前集合添加每一个由迭代器返回的对象。
  • This function iterates over each month of data.
    此函数在每个月的数据中迭代。