iterates
英 [ˈɪtəreɪts]
美 [ˈɪtəreɪts]
v. 迭代(数学或计算过程,或一系列指令)
iterate的第三人称单数
双语例句
- It then iterates over this table list, dynamically generating a new elements array on each iteration.
然后迭代此表列表,动态地针对每个迭代生成一个新的elements数组。 - The zip/ next call iterates to the next node in a depth-first walk through the tree.
在深度优先的树遍历中,zip/next调用将迭代至下一个节点。 - HAMMER typically iterates object identifiers sequentially and expects to never run out.
HAMMER通常会重申对象标识符顺序,并预期不会被用完。 - It grabs the specified range of lines from the buffer with a getline() and iterates through each.
它通过getline()从缓冲区获取代码的指定范围,并对各项进行迭代。 - If the third parameter is an array, the JavaScript code iterates over its elements and calls appendParam() recursively so a name/ value pair is added to url for each element of the array.
如果第三个参数是一个数组,JavaScript代码就会在其元素上迭代并会递归调用appendParam(),以便针对数组中的每个元素将名称/值对添加至url。 - 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()循环,迭代处理响应中的每个元素。 - 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的配置上下文中的目录和一个常量文件名指定,然后遍历文件内容。 - This view iterates over the results returned to it and displays them back to the user.
这个视图遍历返回给它的结果并将它们显示给用户。 - The code then iterates to send the five messages.
然后,该代码进行迭代,以发送上述五条消息。