
词语导航
基本信息
词语:迭代元素
繁体:迭代元素
拼音:dié dài yuán sù
英语翻译
【计】 iteration element
分词翻译
迭代的英语翻译:
【计】 iterate; iteration
元素的英语翻译:
element
【计】 E
【化】 element
【医】 element
翻译例句
1. 样式表使用for-each语句来迭代元素组。
The stylesheet uses for-each statements to iterate over groups of elements.
2. 使用对一个功能性映射的调用产生迭代,对于每个元素都必须执行这个调用。
The iterative behaviour is produced using a call to a functional map, which must be made once per element.
3. 迭代使用的导航从当前游泳队员开始,并向下遍历所有嵌套的元素。
The navigation used by the iterate starts at the current swimmer and traverses down to all nested elements.
4. 我的方法都将只使用该方法迭代匹配的元素。
My methods will only loop through matched elements in this manner.
5. 不论哪个方式,我们可能不会确定整个迭代所需的所有数据元素,但我们将获得大部分。
Either way, we likely won"t identify all of the data elements that we will need for the entire iteration, but we"ll get most of them.
6. 迭代方法日益增多地整合了需求、设计、编码和测设元素。
The iterative approach integrates the requirement, design, coding, and testing elements progressively.
7. 在这种情况下,有必要关闭之前迭代的元素。
In that case, it is necessary to close the previous iteration"s element.
8. 出于性能和稳定性考虑,他们推荐所有的方法都使用它迭代匹配的元素。
For performance and stability reasons, they recommend all methods use this means to loop through matched elements.
9. 如果同一个父元素中存在同一元素的多个实例,通常需要使用迭代技术。
When multiple instances of an element exist as children of a single parent element, normal iteration techniques apply.
10. 提要中的条目被表示为数组元素,从而使得在提要上迭代和检索单个联系人条目成为可能。
Entries within the feed are represented as array elements, making it possible to iterate over the feed and retrieve the individual contact entries.
11. 此外,您可以使用该操作来迭代数组(包括基本类型数组)中的元素。
In addition, you can use this action to iterate through the elements of an array, including arrays of primitives.
12. 第二个是迭代过程,将嵌套映射应用于输入数组的每个元素。
The second is an iteration process that applies the nested map to each of the elements of the input array.
13. 该算法中的顶层循环对可能出现在XML文档中的xml元素和属性的列表进行迭代。
The top loop in the algorithm iterates over the list of XML elements and attributes that may appear in the XML document.
14. 不幸的是,您并没有32个元素可以迭代。
Unfortunately, you don"t have 32 elements you can iterate through.
15. 表格元素与列表元素很相似,因为他们都是容器元素并且都会迭代绑定到其上的数据集,但是表格元素是以平面列表方式展现的。
Table elements are similar to list in that they are container elements that iterate over bound data sets, but are represented in tabular format.
16. 在迭代电子表格的行时,创建XML元素来表示行,如清单8所示。
As you iterate through the spreadsheet"s rows, create XML elements to represent the rows, as in Listing 8.
17. 方法使代码能够迭代所有传入插件的选定元素。
A method gives your code the ability to loop through all the selected elements that are passed into the plug-in.
18. 可以使用begin、end和ste p属性来限定在迭代中包含集合中哪些元素。
You can use the begin, end, and step attributes to restrict which elements of the collection are included in the iteration.
19. 让我们看看如何在代码片段中实现迭代每个选定元素并返回jQuery对象。
Let"s take a look at how you can accomplish both in a code snippet, iterating through each selected element and return the jQuery object.
20. 有些集合不允许在迭代时删除或添加元素,但是调用iterator的remove方法是个安全的做法。
Some collections will let you get away with removing or adding elements to a collection while iterating across it, but calling remove on the Iterator is a safer practice.
21. 它将迭代id x序列中的每个元素,求得表达式的值,并将结果添加到这个返回序列。
It will iterate over each element of the idx sequence, evaluate the expression, and add the result to the return sequence.
22. 它然后使用一个foreach循环,迭代处理响应中的每个元素。
It then iterates over the elements in the response, processing each one using a foreach loop.
23. 清单2中显示的第二个for循环也迭代tuple中的所有元素。WWw.WeNtIyi.COM
The second for loop shown in Listing 2 also iterates over all elements in the tuple.
24. 但是在ElementTree的示例中,其实您并不需要显式查找所有元素;迭代时element实例的行为方式类似于列表。
But in the ElementTree example, you do not really need to find all the elements explicitly; element instances behave in a list-like way when iterated over.
25. repeat元素迭代这个nodeset,以获得它的每个嵌套控件。
The repeat element then iterates across this nodeset for each of its nested controls.
26. 因此数据表可以通过元素列表进行迭代并且通过var属性定义的变量为子组件提供值。
Thus Datatable iterates through the elements of the list and provides values to the child components via a variable defined by the var attribute.
27. for - each循环能够迭代数组或集合中的元素。
The for-each loop can iterate over the elements of an array or of a collection. Listing 1 shows the syntax of iterating over a collection with the for-each loop.
28. 因此,您有一个对传入方法的jQuery选定元素的引用,现在需要迭代它们。
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.
29. 一旦代码已经迭代了tuple中的所有元素,它将进入for循环的else子句,打印count变量的值。
Once the code has iterated over all the elements in the tuple, it enters the else clause of the for loop, which prints out the value of the count variable.
30. 清单2演示了如何使用for循环迭代tuple的元素。
Listing 2 demonstrates how to use a for loop to iterate through the elements of a tuple.
版权声明:问题易所有作品(图文、音视频)均来源网络,版权归原创作者所有,与本站立场无关,如不慎侵犯了你的权益,请联系我们告知,我们将做删除处理!
