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

iterates

英 [ˈɪtəreɪts]

美 [ˈɪtəreɪts]

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

双语例句

  • 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的配置上下文中的目录和一个常量文件名指定,然后遍历文件内容。
  • It queries the table created earlier, and then iterates over the result set, creating an HTML table.
    它先查询之前创建的表,然后在结果集上进行迭代,创建一个HTML表。
  • 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时仅查找小写元音字母。
  • If the third parameter is an array, the JavaScript code iterates over its elements and calls appendParam() recursively so a name/ value pair is added to url for each element of the array.
    如果第三个参数是一个数组,JavaScript代码就会在其元素上迭代并会递归调用appendParam(),以便针对数组中的每个元素将名称/值对添加至url。
  • 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通常会重申对象标识符顺序,并预期不会被用完。
  • This example iterates over all the items in a Python list and prints each item and its corresponding Python type on a separate line.
    本例迭代Pythonlist中的所有项目,并在单独的行中打印每一项及其相对应的Python类型。
  • The function loads the contacts from the applet, then iterates over it adding each contact to the UI.
    该函数将从Applet中载入联系人,然后进行遍历以将每个联系人添加到UI中。
  • The zip/ next call iterates to the next node in a depth-first walk through the tree.
    在深度优先的树遍历中,zip/next调用将迭代至下一个节点。