MY词语>英语词典>iterates翻译和用法

iterates

英 [ˈɪtəreɪts]

美 [ˈɪtəreɪts]

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

双语例句

  • This function iterates over each month of data.
    此函数在每个月的数据中迭代。
  • This example iterates over all the items in a Python list and prints each item and its corresponding Python type on a separate line.
    本例迭代Pythonlist中的所有项目,并在单独的行中打印每一项及其相对应的Python类型。
  • 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()函数迭代页面上的所有小部件,并将该信息收集到一个单独的数据结构中。
  • The function loads the contacts from the applet, then iterates over it adding each contact to the UI.
    该函数将从Applet中载入联系人,然后进行遍历以将每个联系人添加到UI中。
  • This implementation iterates over the specified collection, and adds each object returned by the iterator to this collection, in turn.
    对指定集合进行遍历,依次向当前集合添加每一个由迭代器返回的对象。
  • The zip/ next call iterates to the next node in a depth-first walk through the tree.
    在深度优先的树遍历中,zip/next调用将迭代至下一个节点。
  • Then the foreach loop iterates through each data item and creates a new row with the data.
    然后,foreach循环迭代通过每个数据项并利用数据创建一个新行。
  • The for loop iterates over the list of strings, printing them out one at a time.
    for循环在string列表上进行迭代,一次输出一行。
  • As the foreach loop iterates it will assign each of the matched elements to the$ child variable.
    当foreach循环迭代时,它将每个匹配项赋给$child变量。