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

iterates

英 [ˈɪtəreɪts]

美 [ˈɪtəreɪts]

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

双语例句

  • HAMMER typically iterates object identifiers sequentially and expects to never run out.
    HAMMER通常会重申对象标识符顺序,并预期不会被用完。
  • The top loop in the algorithm iterates over the list of XML elements and attributes that may appear in the XML document.
    该算法中的顶层循环对可能出现在XML文档中的XML元素和属性的列表进行迭代。
  • The main for loop iterates over every record that matched from the flat file.
    主for循环将迭代每条匹配平面文件的记录。
  • It queries the table created earlier, and then iterates over the result set, creating an HTML table.
    它先查询之前创建的表,然后在结果集上进行迭代,创建一个HTML表。
  • Then the foreach loop iterates through each data item and creates a new row with the data.
    然后,foreach循环迭代通过每个数据项并利用数据创建一个新行。
  • 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类型。
  • In addition to the header line, you have a foreach loop in the EventTable method that iterates through each of the games.
    除了标题行之外,在EventTable方法中还有一个foreach循环,它将在每个比赛上进行迭代。
  • This view iterates over each of the hits sent to it from the viewSearchResultsAction method.
    这个视图遍历从viewSearchResultsAction方法中发送给它的每个命中结果。
  • 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 zip/ next call iterates to the next node in a depth-first walk through the tree.
    在深度优先的树遍历中,zip/next调用将迭代至下一个节点。