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

iterates

英 [ˈɪtəreɪts]

美 [ˈɪtəreɪts]

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

双语例句

  • 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 for loop iterates over the list of strings, printing them out one at a time.
    for循环在string列表上进行迭代,一次输出一行。
  • The JSF dataTable iterates through the list and displays each Person object in a row.
    JSFdataTable通过遍历列表,每一行显示一个Person对象。
  • This function iterates over each month of data.
    此函数在每个月的数据中迭代。
  • This view iterates over the results returned to it and displays them back to the user.
    这个视图遍历返回给它的结果并将它们显示给用户。
  • The second for loop only finds lowercase vowels as it iterates over the original string.
    第二个for循环在迭代原始string时仅查找小写元音字母。
  • This view iterates over each of the hits sent to it from the viewSearchResultsAction method.
    这个视图遍历从viewSearchResultsAction方法中发送给它的每个命中结果。
  • The gather() function iterates through all the widgets on the page and gathers this information into a single data structure.
    gather()函数迭代页面上的所有小部件,并将该信息收集到一个单独的数据结构中。
  • HAMMER typically iterates object identifiers sequentially and expects to never run out.
    HAMMER通常会重申对象标识符顺序,并预期不会被用完。
  • It grabs the specified range of lines from the buffer with a getline() and iterates through each.
    它通过getline()从缓冲区获取代码的指定范围,并对各项进行迭代。