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

iterates

英 [ˈɪtəreɪts]

美 [ˈɪtəreɪts]

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

双语例句

  • This function iterates over each month of data.
    此函数在每个月的数据中迭代。
  • The gather() function iterates through all the widgets on the page and gathers this information into a single data structure.
    gather()函数迭代页面上的所有小部件,并将该信息收集到一个单独的数据结构中。
  • A while loop then iterates through the dataset, storing the information in a convenient array for later display.
    然后,一个while循环迭代数据集,在一个方便的数组中存储信息以便将来进行显示。
  • 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的配置上下文中的目录和一个常量文件名指定,然后遍历文件内容。
  • HAMMER typically iterates object identifiers sequentially and expects to never run out.
    HAMMER通常会重申对象标识符顺序,并预期不会被用完。
  • The zip/ next call iterates to the next node in a depth-first walk through the tree.
    在深度优先的树遍历中,zip/next调用将迭代至下一个节点。
  • The function loads the contacts from the applet, then iterates over it adding each contact to the UI.
    该函数将从Applet中载入联系人,然后进行遍历以将每个联系人添加到UI中。
  • This view iterates over the results returned to it and displays them back to the user.
    这个视图遍历返回给它的结果并将它们显示给用户。
  • It grabs the specified range of lines from the buffer with a getline() and iterates through each.
    它通过getline()从缓冲区获取代码的指定范围,并对各项进行迭代。
  • 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类型。