You then iterate over this array to display the values.
然后在这个数组上进行迭代便可以显示这些值。
With a DataSet, you can iterate over rows and add new rows.
使用DataSet,您可以在行中遍历,也可以添加新行。
You put those into an array and then iterate over the array.
将它们放入一个数组,然后对该数组进行迭代。
Once more iterate over the attributes and output accessor methods.
如果遇到多次属性访问,输出访问器方法。
You've seen several examples of closures that iterate over collections.
您已经见过了几个对集合进行迭代的例子。
The FOR statement is used to iterate over rows of a defined result set.
FOR 语句用来遍历一个确定的结果集中的行。
After you perform the comparison, you can iterate over the results.
执行完比较后,可以迭代结果。
Then one can iterate over the data with LINQ, and process it accordingly.
接着就可以使用LINQ来迭代数据,并进行相应的处理。
You invariably want to iterate over a list to get the values stored in it.
您总是想要对列表进行迭代以得到其中存储的值。
For this, you iterate over the Vector and generate tags, one for each log file.
为此,迭代vector并生成标签,每个日志文件一个。
The stylesheet uses for-each statements to iterate over groups of elements.
样式表使用for-each语句来迭代元素组。
Many functional languages have specific methods to iterate over lists using this idiom.
许多函数语言均利用这一特点通过特定的方法实现列表遍历。
You can iterate over these, break them down, and generate new user stories and epics.
可以查看这些内容,分解它们,并生成新的用户描述和综述。
Once we've written the team's name, we need to iterate over the swimmers on the team.
在写出团队的名称之后,我们需要迭代属于该团队的游泳队员。
Listing 2 demonstrates the use of XMLEventReader methods to iterate over an Atom feed.
清单2示范了XMLEventReader方法如何用于迭代atom提要。
You can then split the string and iterate over the lines in the file within a for loop.
然后可以拆分string并在for循环中对文件的行进行迭代。
Listing 5 shows how to iterate over all the pixels in SRC and construct the pixels in dest.
清单5显示如何迭代src中的所有像素并在dest中构建像素。
You then iterate over all its attributes and use the Attribute interface to get their names.
然后迭代所有的属性,使用Attribute接口获得属性名。
It's now quite easy to iterate over the collection and print the contents of each cell in a list.
现在可以很轻松地遍历这个集合并在一个列表中输出每个单元格的内容。
You cannot perform a query over the data or iterate over the contents to extract information.
不能在数据上执行查询,或者对内容进行迭代来提取信息。
With tail-recursion optimization, this idiom is a marvelously concise way to iterate over a list.
由于尾部递归优化,这种方式是对列表进行迭代的一种非常简单的方式。
It automatically manages the values as a collection that you can iterate over, etc., as in our examples.
比如它自动把所有值作为集合以供遍历等,正如我们的例子所示。
For each item, you iterate over the list of items, and output the title, followed by a small audio pause.
对条目的列表进行循环遍历,对于每个条目输出标题,然后是一个短暂的音频停顿。
Grouping is only slightly more complicated because we also have to iterate over groups within each match.
由于我们还必须在每个匹配项中循环访问组,因此分组是唯一略微复杂的操作。
Similarly, the parser must always iterate over the set of attributes to locate any namespace declarations.
与此类似,解析器必须遍历属性集来定位所有的名称空间声明。
You can access lists as a whole, as shown in Listing 6, to iterate over them by first getting the list itself.
可以将列表作为整体访问,以通过首先获得列表本身来对其进行遍历,如清单6中所示。
Lists differ from other container elements in that they iterate over data sets that are bound to the list.
列表不同于其他容器型元素的地方在于列表会迭代绑定到其上的数据集。
Display a simple variable, iterate over an array or associative array, and display the members of a class.
显示简单变量,迭代整个数组或关联数组,以及显示类的成员。
Instead of using a cursor to iterate over the results, you can use the pivot functionality in SQL Server 2005.
您可以使用SQL Server 2005中的枢轴功能而不是游标来循环访问结果。
Enumerated values, which you can iterate over and use in switch statements, among other things, are very valuable.
您可以逐个遍历枚举值,也可以在switch语句中使用枚举值,枚举是非常有价值的。
应用推荐