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

iterates

英 [ˈɪtəreɪts]

美 [ˈɪtəreɪts]

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

双语例句

  • It queries the table created earlier, and then iterates over the result set, creating an HTML table.
    它先查询之前创建的表,然后在结果集上进行迭代,创建一个HTML表。
  • It grabs the specified range of lines from the buffer with a getline() and iterates through each.
    它通过getline()从缓冲区获取代码的指定范围,并对各项进行迭代。
  • This function iterates over each month of data.
    此函数在每个月的数据中迭代。
  • A while loop then iterates through the dataset, storing the information in a convenient array for later display.
    然后,一个while循环迭代数据集,在一个方便的数组中存储信息以便将来进行显示。
  • The code then iterates to send the five messages.
    然后,该代码进行迭代,以发送上述五条消息。
  • 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 third for loop, however, iterates over a temporary string returned by a call to the string object's lower method.
    第三个for循环迭代通过调用string对象的lower方法返回的临时string。
  • Then the foreach loop iterates through each data item and creates a new row with the data.
    然后,foreach循环迭代通过每个数据项并利用数据创建一个新行。
  • 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中数值的和。
  • This view iterates over the results returned to it and displays them back to the user.
    这个视图遍历返回给它的结果并将它们显示给用户。