1·Your first program using tuple.
第一个使用元组的程序。
2·Enter the Boost tuple type.
Boost tuple 类型派上了用场。
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.
其它有效性类应该列在该元组中。
1·The first item in each tuple is a callable object (in this case a method pointer) and the second is a HTTP request type that the method should be called for.
每个元组的第一项是可调用对象(在这里是一个方法指针),第二项是 HTTP 请求类型,这种请求类型可以调用该方法。
2·Each tuple represents a pair of stock tickers and stock prices.
每个元组代表一对股票代码和股价。
3·The thing to notice about this wrapper is that each generator/coroutine yields a tuple that contains its intended branch destination.
关于这个包装器要注意的一点是,每个生成器/协同程序都会生成一个包含它的预期分支目标的元组。
4·Note that the elements of the tuple are indexed with 1 as the first value, instead of 0, which is common in most other languages.
注意,元组元素以1作为第一个值的索引,而不是像其他大多数语言中那样从0开始。
5·As you add more elements, creating a tuple structure becomes increasingly difficult.
随着您添加更多的元素,创建元组结构将变得越来越困难。