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

iterates

英 [ˈɪtəreɪts]

美 [ˈɪtəreɪts]

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

双语例句

  • This view iterates over the results returned to it and displays them back to the user.
    这个视图遍历返回给它的结果并将它们显示给用户。
  • The code then iterates to send the five messages.
    然后,该代码进行迭代,以发送上述五条消息。
  • This function iterates over each month of data.
    此函数在每个月的数据中迭代。
  • 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。
  • The function loads the contacts from the applet, then iterates over it adding each contact to the UI.
    该函数将从Applet中载入联系人,然后进行遍历以将每个联系人添加到UI中。
  • This view iterates over each of the hits sent to it from the viewSearchResultsAction method.
    这个视图遍历从viewSearchResultsAction方法中发送给它的每个命中结果。
  • 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 for loop iterates over the list of strings, printing them out one at a time.
    for循环在string列表上进行迭代,一次输出一行。
  • Then the foreach loop iterates through each data item and creates a new row with the data.
    然后,foreach循环迭代通过每个数据项并利用数据创建一个新行。
  • The JSF dataTable iterates through the list and displays each Person object in a row.
    JSFdataTable通过遍历列表,每一行显示一个Person对象。