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

iterates

英 [ˈɪtəreɪts]

美 [ˈɪtəreɪts]

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

双语例句

  • The JSF dataTable iterates through the list and displays each Person object in a row.
    JSFdataTable通过遍历列表,每一行显示一个Person对象。
  • The second for loop only finds lowercase vowels as it iterates over the original string.
    第二个for循环在迭代原始string时仅查找小写元音字母。
  • The gather() function iterates through all the widgets on the page and gathers this information into a single data structure.
    gather()函数迭代页面上的所有小部件,并将该信息收集到一个单独的数据结构中。
  • The constructor iterates over this Map and invokes the setProperty method for each key/ value pair.
    这个构造函数迭代这个Map并针对每个“键/值”对调用setProperty方法。
  • This function iterates over each month of data.
    此函数在每个月的数据中迭代。
  • This implementation iterates over the specified collection, and adds each object returned by the iterator to this collection, in turn.
    对指定集合进行遍历,依次向当前集合添加每一个由迭代器返回的对象。
  • The zip/ next call iterates to the next node in a depth-first walk through the tree.
    在深度优先的树遍历中,zip/next调用将迭代至下一个节点。
  • HAMMER typically iterates object identifiers sequentially and expects to never run out.
    HAMMER通常会重申对象标识符顺序,并预期不会被用完。
  • The for loop iterates over the list of strings, printing them out one at a time.
    for循环在string列表上进行迭代,一次输出一行。
  • The for loop iterates over the list of substrings, printing out each substring and its length.
    for循环迭代子字符串list,打印每个子字符串及其长度。