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

来自互联网

2. Enter the Boost tuple type.
Boosttuple类型派上了用场。

来自互联网

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

来自互联网

4. A tuple, however, is immutable.
然而,tuple是不可变的。

来自互联网

5. Tuple Function with Value expressions.
带有值表达式的tuple函数。

来自互联网

6. There are current three types of tuple.
目前有三种类型的tuple。

来自互联网

7. Listing 2. The for loop and a tuple.
清单2.for循环和tuple。

来自互联网

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

来自互联网

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

来自互联网

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

来自互联网

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

来自互联网

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

来自互联网

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

来自互联网

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

来自互联网

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

来自互联网

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

来自互联网

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

来自互联网

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

来自互联网

19. This sample code shows how to create a tuple in several ways.
该示例代码显示了如何以多种方式创建tuple。

来自互联网

20. A is initialized with a tuple containing a and a _paras list.
用包含和_ paras列表的元组进行了初始化。

来自互联网

21. This query returns a result list each element of which is a Tuple.
这个查询返回一个结果列表,它的每个元素都是一个Tuple。

来自互联网

22. To return a tuple from a function, you must invoke make_tuple.
要从函数返回元组,您必须调用make_tuple。

来自互联网

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

来自互联网

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

来自互联网

25. To access individual elements of a tuple, you use the get routine.
要访问元组的各个元素,您可以使用get例程。

来自互联网

26. To use boost: : tuple, you must include the header file tuple.hpp.
要使用boost:tuple,您必须包括头文件tuple . hpp。

来自互联网

27. Demonstrate the creation of each part of the Monkeybars MVC tuple.
演示Monkeybarsmvc组每个部分的创建。

来自互联网

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

来自互联网

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

来自互联网

30. As discussed, the tuple type is an immutable heterogeneous container.
如文中所述,tuple类型是不可变的异构容器。

来自互联网