火范文>英语词典>iterates翻译和用法

iterates

英 [ˈɪtəreɪts]

美 [ˈɪtəreɪts]

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

双语例句

  • This implementation iterates over the specified collection, and adds each object returned by the iterator to this collection, in turn.
    对指定集合进行遍历,依次向当前集合添加每一个由迭代器返回的对象。
  • The top loop in the algorithm iterates over the list of XML elements and attributes that may appear in the XML document.
    该算法中的顶层循环对可能出现在XML文档中的XML元素和属性的列表进行迭代。
  • A while loop then iterates through the dataset, storing the information in a convenient array for later display.
    然后,一个while循环迭代数据集,在一个方便的数组中存储信息以便将来进行显示。
  • This function iterates over each month of data.
    此函数在每个月的数据中迭代。
  • It loads up an XML file specified through a directory in the servlet's configuration context and a constant filename and then iterates over the content of that file.
    它载入一个XML文件&通过servlet的配置上下文中的目录和一个常量文件名指定,然后遍历文件内容。
  • The for loop iterates over the list of strings, printing them out one at a time.
    for循环在string列表上进行迭代,一次输出一行。
  • The constructor iterates over this Map and invokes the setProperty method for each key/ value pair.
    这个构造函数迭代这个Map并针对每个“键/值”对调用setProperty方法。
  • As the foreach loop iterates it will assign each of the matched elements to the$ child variable.
    当foreach循环迭代时,它将每个匹配项赋给$child变量。
  • This view iterates over each of the hits sent to it from the viewSearchResultsAction method.
    这个视图遍历从viewSearchResultsAction方法中发送给它的每个命中结果。
  • 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。