iterates
英 [ˈɪtəreɪts]
美 [ˈɪtəreɪts]
v. 迭代(数学或计算过程,或一系列指令)
iterate的第三人称单数
双语例句
- The gather() function iterates through all the widgets on the page and gathers this information into a single data structure.
gather()函数迭代页面上的所有小部件,并将该信息收集到一个单独的数据结构中。 - The function loads the contacts from the applet, then iterates over it adding each contact to the UI.
该函数将从Applet中载入联系人,然后进行遍历以将每个联系人添加到UI中。 - The first for loop iterates through this tuple, cumulating the sum of the numbers in the tuple in the count variable.
第一个for循环迭代此tuple,在count变量中累计tuple中数值的和。 - 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。 - The constructor iterates over this Map and invokes the setProperty method for each key/ value pair.
这个构造函数迭代这个Map并针对每个“键/值”对调用setProperty方法。 - It queries the table created earlier, and then iterates over the result set, creating an HTML table.
它先查询之前创建的表,然后在结果集上进行迭代,创建一个HTML表。 - 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 view iterates over the results returned to it and displays them back to the user.
这个视图遍历返回给它的结果并将它们显示给用户。 - 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的配置上下文中的目录和一个常量文件名指定,然后遍历文件内容。