就爱字典>英语词典>iterates翻译和用法

iterates

英 [ˈɪtəreɪts]

美 [ˈɪtəreɪts]

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

双语例句

  • The zip/ next call iterates to the next node in a depth-first walk through the tree.
    在深度优先的树遍历中,zip/next调用将迭代至下一个节点。
  • The JSF dataTable iterates through the list and displays each Person object in a row.
    JSFdataTable通过遍历列表,每一行显示一个Person对象。
  • 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 constructor iterates over this Map and invokes the setProperty method for each key/ value pair.
    这个构造函数迭代这个Map并针对每个“键/值”对调用setProperty方法。
  • The gather() function iterates through all the widgets on the page and gathers this information into a single data structure.
    gather()函数迭代页面上的所有小部件,并将该信息收集到一个单独的数据结构中。
  • It then iterates over the elements in the response, processing each one using a foreach() loop.
    它然后使用一个foreach()循环,迭代处理响应中的每个元素。
  • This function iterates over each month of data.
    此函数在每个月的数据中迭代。
  • The for loop iterates over the list of strings, printing them out one at a time.
    for循环在string列表上进行迭代,一次输出一行。
  • A while loop then iterates through the dataset, storing the information in a convenient array for later display.
    然后,一个while循环迭代数据集,在一个方便的数组中存储信息以便将来进行显示。
  • As the foreach loop iterates it will assign each of the matched elements to the$ child variable.
    当foreach循环迭代时,它将每个匹配项赋给$child变量。