网站首页  词典首页

请输入您要查询的英文单词:

 

单词 iterate through
释义

iterate through

  • 网络循环访问;迭代;遍历
1.
循环访问
软件开发常用名词中英文对照 - Leo Liu - 博客园 ... item 项目 iterate through 循环访问 iteration 迭代 ...
www.cnblogs.com
2.
迭代
我的一点积累! - 计算机英语 - 编程论坛 ... isolated storage 独立存储 iterate through 迭代 JIT just-in-time (实时) ...
bbs.bccn.net
3.
遍历
例如,在下面程序片段中,本地代码遍历(iterate through)了一个潜在的大量的"string"数组。每次迭代后,本地代码应该明确释 …
blog.csdn.net

例句

释义:
1.
As you may imagine, a common business need is to modify specific column values as you iterate through the rows in a ResultSet.
正如您想象的那样,常见的业务需求是在循环访问ResultSet中的行时修改特定的列值。
www.ibm.com
2.
You may notice that although I found a matching service on the ibook, I continued to iterate through the Vector and search for services.
您可能注意到,虽然我在ibook上发现了匹配的服务,我还继续在Vector中迭代并搜索服务。
www.ibm.com
3.
Now, having access to a hypervisor, you can iterate through the various resources on that hypervisor with a set of API calls.
进入虚拟机监控程序后,便可以使用一组API调用函数重复使用该虚拟机监控程序上的各种资源。
www.ibm.com
4.
You might be tempted to simply iterate through the collection and add or remove each element as it's found, but don't.
您也许很想对集合进行迭代,然后添加元素或移除找到的元素,但是不要这样做。
www.ibm.com
5.
Another example of where variables are often not used when they should be is in the case of for loops that iterate through an array.
另一个应该用变量而没有用的地方是遍历数组的for循环。
www.ibm.com
6.
A cursor is a database structure that allows you to iterate through the results of an SQL query.
游标是一种数据库结构,它将允许您循环访问SQL查询的结果。
www.ibm.com
7.
It then uses it to iterate through the windows collection and to display the name of the containing project and project item for the window.
然后会使用这个视窗逐一查看视窗集合,并显示视窗所包含的专案和专案项目名称。
technet.microsoft.com
8.
However, you can iterate through a set of rows and update each row individually while using optimistic locking techniques.
不过,您可以使用乐观锁定技术循环访问一组行并单独更新每个数据行。
www.ibm.com
9.
You want to iterate through the list, breaking each word into a sorted array of letters, then joining the array again.
需要遍历该列表,将每个单词拆分为经过排序的字母数组,然后再次合并数组。
www.ibm.com
10.
To bring together the answers from across the grid, you simply have to iterate through the results provided to you from the partitions.
要组合来自整个网格的结果,您只需遍历各个分区所提供的结果。
www.ibm.com
1.
If you just need the name of the solution startup project, then you can just iterate through the array.
如果只需要解决方案启动项目的名称,循环访问此数组即可。
207.46.16.251
2.
Retrieves a dictionary enumerator used to iterate through the key settings and their values contained in the cache.
检索用于循环访问包含在缓存中的键设置及其值的字典枚举数。
msdn2.microsoft.com
3.
First I'll go through the basic idea, then I'll iterate through a few variations.
首先我会细说基本的想法,然后我重述那些改动的地方。
www.bing.com
4.
After showing some stats from the search, we iterate through each result -- here displaying the title and URL of these results.
在显示了搜索中的一些状态之后,我们将遍历每个结果——这里显示了这些结果的标题和URL。
www.ibm.com
5.
This recordset is then used to iterate through the search results to display a given subset.
然后,使用此记录集迭代遍历搜索结果以显示给定的子集。
www.ibm.com
6.
You can then iterate through the entries and parse the list of words out of the entry, as in Listing 1.
然后您可以迭代通过这些条目,从条目中解析出一系列单词,如清单1所示。
www.ibm.com
7.
The Microsoft data controls provide a user interface consisting of a series of buttons to iterate through the data.
Microsoft数据控件提供了由一系列循环访问数据的按钮组成的用户界面。
msdn2.microsoft.com
8.
Keyword enables you to iterate through arrays and collections.
关键字使您可以循环访问数组和集合。
msdn2.microsoft.com
9.
Note: If you're only going to iterate through a cursor, you can leave the AUTOCOMMIT mode enabled.
注:如果仅通过游标进行循环访问,则可以把AUTOCOMMIT模式保留为启用状态。
www.ibm.com
10.
Use the Controls property to iterate through all controls of a form, including nested controls.
使用Controls属性可循环访问窗体的所有控件,包括嵌套控件。
msdn2.microsoft.com
1.
In SQL procedures, cursors can be used to do more than iterate through rows of a result set.
在SQL过程中,游标不仅仅可以用来遍历结果集中的行。
www.ibm.com
2.
You can add controls to the collection, remove controls from the collection, or iterate through the server controls in the collection.
您可以向集合添加控件、从集合中移除控件,或者循环访问集合中的服务器控件。
msdn2.microsoft.com
3.
Simply put, the for loop lets you iterate through the items in a collection of objects.
简单地说,使用for循环,可以迭代中对象集合的项目。
www.ibm.com
4.
As you use the to operator to iterate through various integers, the context item (it's the context item in 2. 0) is undefined.
当您使用to运算符迭代各个整数时,上下文item(2.0中的上下文item)是未定义的。
www.ibm.com
5.
The example uses the Controls collection of the form to iterate through each control on the form and disable the controls.
该示例使用窗体的Controls集合循环访问窗体上的每个控件并禁用这些控件。
msdn2.microsoft.com
6.
Returns an enumerator that can be used to iterate through the selected index collection.
返回可用于循环访问选定索引集合的枚举数。
msdn2.microsoft.com
7.
Doing so will iterate through the (filtered) list of the back-end repository users.
该任务将遍历(过滤后的)后端库用户列表。
www.ibm.com
8.
You must iterate through the controls of each container control separately; this can be done using a recursive function.
必须分别循环访问每个容器控件的控件;可使用递归函数完成此操作。
msdn2.microsoft.com
9.
Collection to iterate through elements that represent user input forms and graphics, respectively.
集合来循环访问表示用户输入窗体和图形的元素。
msdn2.microsoft.com
10.
This statement provides a simple, clean way to iterate through the elements of an array.
该语句提供一种简单、明了的方法来循环访问数组的元素。
msdn2.microsoft.com
1.
That is, when you iterate through the attributes, you see them in the same order that they were added.
也就是说,当您逐一查看属性时,您会看到加入这些属性的相同顺序。
technet.microsoft.com
2.
Iterate through the array index to view properties for a single thread.
循环访问数组索引以查看单个线程的属性。
msdn2.microsoft.com
3.
You can add controls to, or remove controls from the collection, and iterate through the controls in the collection.
您可以在集合中添加控件,也可以从中移除控件,并且可以循环访问集合中的控件。
msdn2.microsoft.com
4.
To gather all of the information from the workbook, iterate through all of the sheets, each row in each sheet, and each cell in each row.
要获取工作簿中的所有信息,只需遍历所有工作表,每个工作表的每一行,每一行中的每个单元格。
www.ibm.com
5.
Iterate through the entries of the feed to construct first-level activity nodes.
循环遍历提要中的条目来构建第一级活动节点。
www.ibm.com
6.
After the Server is registered, we iterate through the set of keys and handle each one based on its type.
Server被注册后,我们根据每个关键字(key)的类型以迭代方式对一组关键字进行处理。
www.ibm.com
7.
The application can then iterate through that collection to display or update the TrustRelationshipInformation objects it contains.
应用程序然后可以循环访问该集合,以显示或更新它所包含的TrustRelationshipInformation对象。
msdn2.microsoft.com
8.
You will also set user-defined package variables to enable the tutorial package to iterate through all the flat files in the folder.
还将设置用户定义的包变量,以便使该教程包能够迭代遍历文件夹中的所有平面文件。
msdn2.microsoft.com
9.
This enables you to create generic methods that can use the same code to iterate through arrays and other collection types.
这使您可以创建能够使用相同代码循环访问数组和其他集合类型的泛型方法。
msdn2.microsoft.com
10.
An easier way is to iterate through the documents with PHP and review the numbering.
一种更简单的方式是使用PHP来迭代文档并检查页码。
www.ibm.com
1.
Returns an enumerator to use to iterate through the selected indexes collection.
返回枚举数,它们用于循环访问选定索引集合。
msdn2.microsoft.com
2.
For Each loop to iterate through every element of a collection.
循环来循环访问集合中的每个元素。
msdn2.microsoft.com
3.
In addition, you can use this action to iterate through the elements of an array, including arrays of primitives.
此外,您可以使用该操作来迭代数组(包括基本类型数组)中的元素。
www.ibm.com
4.
I can then iterate through the object and use getter methods to extract and report the data it contains.
然后我可以在对象中迭代,并使用getter方法来抽取和报告其中包含的数据。
www-128.ibm.com
5.
Iterate through the Workbooks collection and call the Save method on each workbook.
循环访问Workbooks集合,并对每个工作簿调用Save方法。
msdn2.microsoft.com
6.
The next two for loops iterate through the string and count how many vowels ('a', 'e', 'i', 'o', or 'u') it contains.
下两个for循环迭代该字符串并计算其包含多少个元音字母(“a”、“e”、“i”、“o”或“u”)。
www.ibm.com
7.
Again, use temporary arrays to hold the XML nodes when you iterate through the result.
同样,遍历结果时使用一个临时数组来保存XML节点。
www.ibm.com
8.
Since the returned SOAPElement has a hierarchy of objects underneath, you have to iterate through the tree to get the actual data object.
因为返回的SOAPElement在底层具有对象层次结构,所以必须递归地处理树以获得实际的数据对象。
www.ibm.com
9.
Returns an enumerator that can iterate through the BehaviorServiceAdornerCollection instance.
返回可循环访问BehaviorServiceAdornerCollection实例的枚举数。
msdn2.microsoft.com
10.
You don't need to iterate through the results row by row because OGSA-DAI returns all the rows together.
您无需对结果集进行迭代,因为OGSA-DAI会一同返回所有行。
www.ibm.com
1.
Iterate through the lists adding an element from each list to the TMX file as elements.
遍历生成的列表,将列表中的元素作为添加到TMX文件中。
www.ibm.com
2.
Object that can be used to iterate through the objects in the collection.
对象,该对象可用于循环访问集合中的对象。
msdn2.microsoft.com
3.
This speeds up the constructor because it does not have to iterate through the whole document.
这会加速构造函数的运行,因它无需迭代整个文档。
www.ibm.com
4.
When all input has been processed, you simply iterate through the hash and emit the key-value pairs to stdout.
在所有输入都被处理以后,通过hash可简单迭代且将键值对发送到stdout。
www.ibm.com
5.
I iterate through the mountains collection to create the radio buttons.
我对mountains集合进行迭代,以创建单选按钮。
www.ibm.com
6.
To perform a code review on all of these files, you need to iterate through this list.
为了对所有这些文件进行代码复查,您需要通过该列表进行重复。
www.ibm.com
7.
It then uses it to iterate through the windows collection to display a number of properties, and it then closes the window object.
然后会使用这个视窗逐一查看视窗集合,并显示一些属性,然后会关闭这个视窗物件。
technet.microsoft.com
8.
From that parsed stream, you can tell the kit to iterate through all available tags and get the anchor tags' href attributes.
根据这个解析的流,您可以告诉工具箱遍历所有可用的标记,并获得锚标记的href属性。
www.ibm.com
9.
Returns an enumerator to use to iterate through the link collection.
返回要用来循环访问链接集合的枚举数。
msdn2.microsoft.com
10.
The XML document model is used to iterate through the. Config file until the appSettings section is found.
XML文档模型用于循环访问.config文件直到找到appSettings节。
msdn2.microsoft.com
1.
Use a temporary array to hold the XML nodes when you iterate through the result.
当您遍历结果时,可以使用一个临时数组来保存XML节点。
www.ibm.com
2.
The other connections have to wait while you iterate through each one.
在系统循环遍历每个连接时,其他连接不得不等待。
www.ibm.com
3.
You can then iterate through the collection to look at individual libraries.
然后,可以循环访问该集合以查看单个库。
msdn2.microsoft.com
4.
This method is useful when you need to iterate through the collection to perform the same operation on each group.
当您需要循环访问集合以便对每个组执行同一操作时,此方法很有用。
msdn2.microsoft.com
5.
You use a simple for loop to iterate through the posts in the blog.
可以使用简单的for循环遍历blog中的全部post。
www.ibm.com
6.
You can add, remove, or iterate through the server controls in the collection.
可以添加、移除或循环访问该集合中的服务器控件。
msdn2.microsoft.com
7.
Class to enumerate strings of text elements and iterate through those elements.
类枚举文本元素字符串并迭代通过这些元素。
msdn2.microsoft.com
8.
Use the NextMarker method to iterate through the existing markers in a path.
使用NextMarker方法循环访问路径中的现有标记。
msdn2.microsoft.com
9.
And uses the returned enumerator to iterate through the values.
并使用返回的枚举数来循环访问值。
msdn2.microsoft.com
10.
To write the XML to an Excel spreadsheet, iterate through the XML and set cell values and formatting.
要将XML写回Excel电子表格,应该迭代XML,并设置单元格值和格式。
www.ibm.com
1.
You then iterate through the list and extract the LabelValueBeans labels and values to their appropriate places.
然后对列表进行迭代,把LabelValueBeans标签和值释放到适当的位置。
www.ibm.com
2.
Property to iterate through the collection.
属性循环访问集合。
msdn2.microsoft.com
3.
That can be used to iterate through the rows in the data reader .
可用于循环访问数据读取器中的行。
www.bing.com
4.
To fetch individual search results, you just need to iterate through the NamingEnumeration object.
要提取单个的搜索结果,只需在NamingEnumeration对象上进行迭代即可。
www.ibm.com
5.
Iterate through all the attributes in the statement to get the values.
迭代陈述中的所有属性以便获得属性值。
www.ibm.com
6.
Once you have built up your final array, you can iterate through the array and generate a list of sums and what their respective odds are.
在构建完最终数组后,您可以迭代数组并生成骰子数总和的列表及其各自的机率。
www.ibm.com
7.
Retrieves an object that can iterate through the individual characters in this string.
检索一个可以循环访问此字符串中的每个字符的对象。
msdn2.microsoft.com
8.
So now you can iterate through arrays and collections (except for Maps) in the same way.
因此,您可以使用相同的方法遍历数组和集合(Map除外)。
www.ibm.com
9.
Returns an enumerator that can iterate through the Cache object collection.
返回可循环访问Cache对象集合的枚举数。
msdn2.microsoft.com
10.
Returns an enumerator that can iterate through the product collection.
返回可循环访问产品集合的枚举数。
msdn2.microsoft.com
1.
Listing 2 demonstrates how to use a for loop to iterate through the elements of a tuple.
清单2演示了如何使用for循环迭代tuple的元素。
www.ibm.com
2.
Object and iterate through this collection.
对象,然后循环访问该集合。
msdn2.microsoft.com
3.
Methods to iterate through the markers in the path.
方法循环访问路径中的标记。
msdn2.microsoft.com
4.
To iterate through each character in a.
中的每个字符。
msdn2.microsoft.com
5.
Shows how to iterate through folders in a tree, open each file, and query the file's contents.
演示如何循环访问树中的文件夹,打开每个文件以及查询文件的内容。
msdn.microsoft.com
6.
I iterate through the parts and make sure that the namespace is the XML Schema namespace, so I'm sure I can map the part type to Java code.
我反复查看所有的部件并确保名称空间是XMLSchema名称空间,这样我就能确保可以把部件类型映射到Java代码。
www.ibm.com
7.
The workbook contains several worksheets; iterate through them by using the workbook SheetCount property.
该工作簿包含几个工作表:通过使用工作簿SheetCount特性迭代它们。
www-128.ibm.com
8.
The usual approach is to iterate through the pixels in src and create the corresponding pixels in dest according to some rule.
普遍做法是在src中迭代像素,并按照一定规则在dest中创建相应的像素。
www.ibm.com
9.
Iterate through them, counting how many there are, and the total salary for the partition.
遍历这些员工,计算分区上的员工总数和总工资。
www.ibm.com
10.
To iterate through the items in your collection.
循环访问集合中的项。
msdn2.microsoft.com
1.
To iterate through the items in your collection.
循环访问集合中的项。
msdn2.microsoft.com
2.
Once we have a map array, we iterate through each row and column, including an image for each terrain type.
在拥有地图数组后,我们将遍历每行和每列,包括每个地形类型的图像。
www.ibm.com
3.
For example, imagine that you have an application that must iterate through a very large number of rows in a database.
例如,假设您有一个应用程序,它必须遍历数据库中大量行。
www.ibm.com
4.
However, it does provide an easy way to expose many properties and iterate through them.
不过,通过该集合确实可以便捷地公开许多属性并循环访问这些属性。
msdn.microsoft.com
5.
When you've evaluated the code and produced the data structure, simply iterate through it and create each widget in turn.
当执行完代码并产生数据结构时,只需迭代它,依次创建每个小部件。
www.ibm.com
6.
Unfortunately, you don't have 32 elements you can iterate through.
不幸的是,您并没有32个元素可以迭代。
www.ibm.com
7.
We iterate through it with foreach.
我们用foreach来遍历它。
www.bing.com
8.
Iterate through the results (although there is just the 1 result in this case).
遍历结果(尽管本例中只有1个结果)。
www.ibm.com
9.
The string to iterate through.
要循环访问的字符串。
msdn2.microsoft.com
10.
Method lets you iterate through the key-to-data value mappings at the same time.
方法允许同时遍历键到数据值的映射。
www-128.ibm.com
1.
This call will return a result set of data that we will iterate through.
这一调用将返回一个我们重复循环的数据结果集。
www.ibm.com
2.
Object in order to iterate through the characters in that object.
以便循环访问该对象中的字符。
msdn2.microsoft.com
3.
So, you have a reference to the jQuery-selected elements that were passed into the method, and now you just need to iterate through them.
因此,您有一个对传入方法的jQuery选定元素的引用,现在需要迭代它们。
www.ibm.com
4.
This is useful, for example, to determine the index of each group when you iterate through the collection using the.
循环访问集合时,此方法对于确定每个组的索引很有用。
msdn2.microsoft.com
5.
The core of the problem is that you need to iterate through 32 rows of the table, but XSLT 1. 0 offers you no practical way to do that.
问题的核心在于,您需要迭代表的32行,但是XSLT1.0没有提供实际的实现方法。
www.ibm.com
6.
For a specified file, iterate through the file, and print out the names and values of resources, see the
循环访问文件并输出资源名称和值的代码示例,请参见
msdn2.microsoft.com
7.
Callers can iterate through the collection of view names and retrieve individual
方法循环访问视图名称的集合,并检索单个
msdn2.microsoft.com
8.
To determine the active control on the currently selected form, you must first iterate through the
若要确定当前选定窗体上的活动控件,必须先循环访问
msdn2.microsoft.com
9.
Services to initialize and to iterate through the test suite structure defined in the driver table
初始化并重复的穿过在驱动表中定义的测试套件结构
www.ibm.com
10.
Property, iterate through the collection, and list the IDs of all the
属性,如何循环访问集合,以及如何列出区域中所有
msdn2.microsoft.com
1.
Learning to iterate through the characters in DecimalFormat
学习如何迭代DecimalFormat中的字符
www.ibm.com
2.
To iterate through all nodes of the TreeView control
循环访问TreeView控件的所有节点
msdn2.microsoft.com
3.
How to: Iterate Through All Nodes of a Windows Forms TreeView Control
如何:循环访问Windows窗体TreeView控件的所有节点
msdn2.microsoft.com
4.
Your connector, then, will need to iterate through the parsed
然后,连接器需要遍历每个
www-128.ibm.com
5.
You can easily iterate through all the
你可以轻易地迭代
www-128.ibm.com
6.
With multidimensional arrays, you can use the same method to iterate through the elements, for example
由于有了多维数组,可以使用相同方法来循环访问元素,例如
msdn2.microsoft.com
7.
How to: Iterate through Records in a DataReader (Visual Basic)
如何:循环访问DataReader中的记录(VisualBasic)
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/12/27 3:15:27