iterator 双语例句
全部
1·Creates an iterator to loop through.
创建了一个用于循环的迭代器。
2·Create an iterator to go through the DDO.
创建迭代器以遍历ddo。
3·Add this code to the end of the iterator loop
将下列代码添加到迭代器循环的底部
4·Create an iterator to iterate through the collection.
创建一个迭代器,以便通过集合进行迭代。
5·Figure 3 shows a class diagram of the iterator pattern.
图3显示了迭代器模式的类图。
6·Listing 2. Iterator-based equivalent for Listing 1.
清单2。
7·Basically, an iterator is an object that has a.next method.
基本上,迭代器是含有. next方法的对象。
8·Part 2 will take a more in-depth look at the event iterator API.
第2部分将深入讨论事件迭代器api。
9·The pre-call to itertools.tee() preserves the original iterator.
对 itertools.tee() 的预调用保留了原始迭代器。
10·You can utilize the generator either manually or as an iterator.
可以手工或者作为迭代器来利用这个生成器。