1. The Glue1D.place method returns a 2-tuple of (oadd, cadd) integers.
place方法返回整数(oadd,cadd)的一个二元组。

来自互联网

2. Each probe point tuple is at least a 3-tuple, that is, it has a minimum of three fields.
每个探测点至少包含三个字段。

来自互联网

3. Each row of this table is a tuple consisting of the group name and user ID.
这个表中的每一行是一个由组名和用户ID组成的二元组。

来自互联网

4. Other validity classes should be listed in the tuple.
其它有效性类应该列在该元组中。

来自互联网

5. Each tuple represents a pair of stock tickers and stock prices.
每个元组代表一对股票代码和股价。

来自互联网

6. As you add more elements, creating a tuple structure becomes increasingly difficult.
随着您添加更多的元素,创建元组结构将变得越来越困难。

来自互联网

7. This sets the maximum potential size of a tuple which we will store in the cache.
这设置了将要存储在缓存中的元组的最大可能大小。

来自互联网

8. Please note this only affects data cache (tuple storage) and not metadata cache.
请注意这只会影响数据缓存(元组存储)且没有元数据缓存。

来自互联网

9. The number of elements that can form a tuple is currently limited to 10.
能够形成元组的元素数量目前仅限于10个。

来自互联网

10. It's possible to create a tuple with temporary elements; the output from Listing 3 is (4 0).
可以创建具有临时元素的元组;清单3的输出为(40)。

来自互联网

11. Your first program using tuple.
第一个使用元组的程序。

来自互联网

12. The Python tutorial has a section on the tuple container type.
Python指南中有一部分讨论了元组容器类型。

来自互联网

13. PyRXP's tuple tree data structure.
pyRXP的元组树数据结构。

来自互联网

14. Monkeybars is designed to decouple key parts of the MVC tuple.
Monkeybars被设计用来解耦MV c元组的关键部分。

来自互联网

15. The return clause defines what to return for each tuple.
return子句定义每个元组要返回的内容。

来自互联网

16. A child of Or must add a _disjoins tuple as a class attribute.
Or的子类型必须添加一个_disjoins元组作为类属性。

来自互联网

17. The identifier is a tuple of the form {name, version}.
该标识符是形如 {名称, 版本}的元组。

来自互联网

18. The contents of a tuple do not all have to be the same type, but one special construct is of a tuple where the first value is an atom.
一个元组的内容不必都是相同类型的。元组的构造很特殊,其中的第一个值为原子值。

来自互联网

19. In particular, I'm going to return a tuple.
特别要注意,我要返回一个数组。

来自互联网

20. It is going to give me back a tuple a collection of two things, and so check out the syntax.
它将给我返回一个数组或者系列的一对值,然后检查一下语法。

来自互联网

21. Listed in the tuple should be two or more other validity classes; as with or, the tuple length is not currently checked.
列在元组中的应该是两个或更多其它有效性类;与Or相同,当前不检查该元组长度。

来自互联网

22. The if condition after the tuple is a guard.
这个元组后面的if条件是一个守卫。

来自互联网

23. See how easy it is to create a tuple that can hold all kinds of items, including another tuple?
您会看到,创建可以拥有各种类型数据项(其中包括另一tuple)的 tuple是多么方便。

来自互联网

24. You can also combine slices of an existing tuple with a new tuple.
您还可以将现有tuple的片段与新tuple的片段合并在一起。

来自互联网

25. That article demonstrated the tuple, which is an immutable sequence.
这篇文章演示了tuple,这是一个不可变的序列。

来自互联网

26. In this case, you create a new tuple whose values are the first, second, and 10th values from the initial tuple.
在本示例中,您创建了一个新的tuple,其值为从最初的tuple开始第一、第二和第十个值。

来自互联网

27. You create your tuple, and you can't change it after that.
您可以创建tuple,但在创建之后不能修改它。

来自互联网

28. What about all the integers used in our dict and tuple objects?
在我们的dict和tuple对象中用到的所有的整数是怎么处理的呢?

来自互联网

29. Fortunately, a tuple is more flexible than these examples have shown, as a tuple is actually a heterogeneous container (see Listing 7).
所幸的是,tuple要比显示的示例复杂得多,因为tuple实际上是一个异构容器(参见清单7)。

来自互联网

30. I introduced the simplest of these objects — the tuple — in this article.
在本文中,我介绍了其中的最简单的对象——tuple。

来自互联网