iterates
英 [ˈɪtəreɪts]
美 [ˈɪtəreɪts]
v. 迭代(数学或计算过程,或一系列指令)
iterate的第三人称单数
双语例句
- Then the foreach loop iterates through each data item and creates a new row with the data.
然后,foreach循环迭代通过每个数据项并利用数据创建一个新行。 - The code then iterates to send the five messages.
然后,该代码进行迭代,以发送上述五条消息。 - The for loop iterates over the list of substrings, printing out each substring and its length.
for循环迭代子字符串list,打印每个子字符串及其长度。 - The gather() function iterates through all the widgets on the page and gathers this information into a single data structure.
gather()函数迭代页面上的所有小部件,并将该信息收集到一个单独的数据结构中。 - The zip/ next call iterates to the next node in a depth-first walk through the tree.
在深度优先的树遍历中,zip/next调用将迭代至下一个节点。 - The second for loop only finds lowercase vowels as it iterates over the original string.
第二个for循环在迭代原始string时仅查找小写元音字母。 - 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 foreach loop then iterates through each of the user nodes and stores their attributes in the data array.
然后,foreach循环迭代通过每个用户节点,并将它们的属性存储在data数组中。 - The function loads the contacts from the applet, then iterates over it adding each contact to the UI.
该函数将从Applet中载入联系人,然后进行遍历以将每个联系人添加到UI中。 - HAMMER typically iterates object identifiers sequentially and expects to never run out.
HAMMER通常会重申对象标识符顺序,并预期不会被用完。