词典宝
更多
查询
1 词典释义:
iterates
时间: 2025-03-19 18:06:44
英 ['ɪtəreɪtz]
美 ['ɪtərətz]

vt. 反复说;重复;重做;(iterate的第三人称单数)

双语例句
  • This function iterates over each month of data.

    此函数在每个月的数据中迭代。

  • The code then iterates to send the five messages.

    然后,该代码进行迭代,以发送上述五条消息。

  • The details script iterates over each of the venues.

    这个细节脚本迭代所有场所。

  • Next, it iterates over all of the data in local storage.

    接着,它遍历本地存储中的所有数据。

  • The first loop iterates through each Streamlined column.

    第一个循环在每个Streamlined列上迭代。

  • The tag handler class iterates on the vector of value objects.

    tag handler类遍历这个值对象vector。

  • Next the code iterates over the artists, adding them to the table.

    代码接下来对艺术家进行迭代,将其添加到表中。

  • The navigation loop iterates through all the child pages and URLs.

    导航循环访问所有子页面和URL。

  • Then, an inner repeat iterates over the info elements within each item.

    然后,一个内部 repeat 在每个 item 内的 info 元素上迭代。

  • The template then iterates through each file tag using the for-each XSL tag.

    模板使用for - each XSL标签遍历每个文件标签。

  • The main for loop iterates over every record that matched from the flat file.

    主for循环将迭代每条匹配平面文件的记录。

  • The click method iterates through the list of callbacks and invokes each one.

    方法click会遍历回调函数的列表,然后一个个地调用它们。

  • Each loop iterates over a list that contains the integers 1 to 10, inclusive.

    每个循环都迭代包含整数1至10(包含10)的list。

  • The code iterates on the outer vector; for each inner vector, it creates a element.

    代码遍历外部vector,对每一个内部vector,它创建一个元素。

  • The second for loop shown in Listing 2 also iterates over all elements in the tuple.

    清单2中显示的第二个for循环也迭代tuple中的所有元素。

  • The repeat element then iterates across this nodeset for each of its nested controls.

    repeat元素迭代这个nodeset,以获得它的每个嵌套控件。

  • The for loop now iterates through the copy, while you're modifying the original list.

    现在 for 循环将迭代该副本,而对原始 list 进行修改。

  • This view iterates over the results returned to it and displays them back to the user.

    这个视图遍历返回给它的结果并将它们显示给用户。

  • For: Iterates through an input sequence, binding a variable to each input item in turn.

    for:对输入序列进行迭代,依次将一个变量绑定到每个输入项。

  • The second for loop only finds lowercase vowels as it iterates over the original string.

    第二个 for 循环在迭代原始 string 时仅查找小写元音字母。

  • Then the foreach loop iterates through each data item and creates a new row with the data.

    然后,foreach 循环迭代通过每个数据项并利用数据创建一个新行。

  • This section of ChompQ.pl iterates over command line arguments looking for TMC2 structures.

    pl的这个部分迭代命令行参数,查找TMC2结构。

  • It then iterates over the elements in the response, processing each one using a foreach loop.

    它然后使用一个foreach循环,迭代处理响应中的每个元素。

  • The script shown in Listing 11 iterates a user's followers, and then iterates their followers.

    清单 11 展示的脚本首先迭代一个用户的关注者,然后迭代他们的关注者。

  • The for loop iterates over the list of substrings, printing out each substring and its length.

    for 循环迭代子字符串 list,打印每个子字符串及其长度。

  • The following example illustrates a Scheme script that iterates from 0 to 9, then prints done.

    下面的例子演示一个scheme脚本,该脚本从0迭代到9,然后打印done。

  • It grabs the specified range of lines from the buffer with a getline and iterates through each.

    它通过getline从缓冲区获取代码的指定范围,并对各项进行迭代。

  • Section 2 of the worldCompositeMap.pl program iterates over the data file and annotates the image.

    pl 程序的第 2 部分将迭代数据文件并为图像加注。

  • It queries the table created earlier, and then iterates over the result set, creating an HTML table.

    它先查询之前创建的表,然后在结果集上进行迭代,创建一个html表。

  • It then iterates over this table list, dynamically generating a new elements array on each iteration.

    然后迭代此表列表,动态地针对每个迭代生成一个新的elements数组。

短语搭配
  • iterate through

    循环访问

相关推荐