The second for loop only finds lowercase vowels as it iterates over the original string. 第二个for循环在迭代原始string时仅查找小写元音字母。
A while loop then iterates through the dataset, storing the information in a convenient array for later display. 然后,一个while循环迭代数据集,在一个方便的数组中存储信息以便将来进行显示。
The code then iterates to send the five messages. 然后,该代码进行迭代,以发送上述五条消息。
The constructor iterates over this Map and invokes the setProperty method for each key/ value pair. 这个构造函数迭代这个Map并针对每个“键/值”对调用setProperty方法。
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。
It then iterates over this table list, dynamically generating a new elements array on each iteration. 然后迭代此表列表,动态地针对每个迭代生成一个新的elements数组。
The main for loop iterates over every record that matched from the flat file. 主for循环将迭代每条匹配平面文件的记录。
It queries the table created earlier, and then iterates over the result set, creating an HTML table. 它先查询之前创建的表,然后在结果集上进行迭代,创建一个HTML表。
It then iterates over the elements in the response, processing each one using a foreach() loop. 它然后使用一个foreach()循环,迭代处理响应中的每个元素。
The gather() function iterates through all the widgets on the page and gathers this information into a single data structure. gather()函数迭代页面上的所有小部件,并将该信息收集到一个单独的数据结构中。
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的配置上下文中的目录和一个常量文件名指定,然后遍历文件内容。
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 for loop iterates over the list of substrings, printing out each substring and its length. for循环迭代子字符串list,打印每个子字符串及其长度。
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 function loads the contacts from the applet, then iterates over it adding each contact to the UI. 该函数将从Applet中载入联系人,然后进行遍历以将每个联系人添加到UI中。
The top loop in the algorithm iterates over the list of XML elements and attributes that may appear in the XML document. 该算法中的顶层循环对可能出现在XML文档中的XML元素和属性的列表进行迭代。
This function iterates over each month of data. 此函数在每个月的数据中迭代。
It grabs the specified range of lines from the buffer with a getline() and iterates through each. 它通过getline()从缓冲区获取代码的指定范围,并对各项进行迭代。
The for loop iterates over the list of strings, printing them out one at a time. for循环在string列表上进行迭代,一次输出一行。
The zip/ next call iterates to the next node in a depth-first walk through the tree. 在深度优先的树遍历中,zip/next调用将迭代至下一个节点。
As the foreach loop iterates it will assign each of the matched elements to the$ child variable. 当foreach循环迭代时,它将每个匹配项赋给$child变量。
The foreach loop then iterates through each of the user nodes and stores their attributes in the data array. 然后,foreach循环迭代通过每个用户节点,并将它们的属性存储在data数组中。
This view iterates over the results returned to it and displays them back to the user. 这个视图遍历返回给它的结果并将它们显示给用户。
The first for loop iterates through this tuple, cumulating the sum of the numbers in the tuple in the count variable. 第一个for循环迭代此tuple,在count变量中累计tuple中数值的和。
In addition to the header line, you have a foreach loop in the EventTable method that iterates through each of the games. 除了标题行之外,在EventTable方法中还有一个foreach循环,它将在每个比赛上进行迭代。
Then the foreach loop iterates through each data item and creates a new row with the data. 然后,foreach循环迭代通过每个数据项并利用数据创建一个新行。
This view iterates over each of the hits sent to it from the viewSearchResultsAction method. 这个视图遍历从viewSearchResultsAction方法中发送给它的每个命中结果。
The JSF dataTable iterates through the list and displays each Person object in a row. JSFdataTable通过遍历列表,每一行显示一个Person对象。
This implementation iterates over the specified collection, and adds each object returned by the iterator to this collection, in turn. 对指定集合进行遍历,依次向当前集合添加每一个由迭代器返回的对象。
HAMMER typically iterates object identifiers sequentially and expects to never run out. HAMMER通常会重申对象标识符顺序,并预期不会被用完。