就爱字典>英语词典>tuple翻译和用法

tuple

n.  元组,数组

复数:tuples 过去分词:tupled 

BNC.31456

双语例句

  • That article demonstrated the tuple, which is an immutable sequence.
    这篇文章演示了tuple,这是一个不可变的序列。
  • The result is a tuple even if it contains exactly one item.
    结果是一个数组(即使仅包含一个项目)。
  • The three most prominent data structures in Haskell are tuples, lists, and user-defined types.
    Haskell中最突出的三种数据结构是:tuple、列表(list)和用户定义的类型。
  • What about all the integers used in our dict and tuple objects?
    在我们的dict和tuple对象中用到的所有的整数是怎么处理的呢?
  • As you add more elements, creating a tuple structure becomes increasingly difficult.
    随着您添加更多的元素,创建元组结构将变得越来越困难。
  • You can also combine slices of an existing tuple with a new tuple.
    您还可以将现有tuple的片段与新tuple的片段合并在一起。
  • The number of elements that can form a tuple is currently limited to10.
    能够形成元组的元素数量目前仅限于10个。
  • To perform tuple comparisons and tuple I/ O, you need to include tuple_comparison.hpp and tuple_io.hpp separately.
    要执行元组比较和元组I/O,您需要分别包括tuplecomparison.hpp和tupleio.hpp。
  • The built-in len method tells you the number of items in the tuple.
    内置的len方法告诉您tuple中数据项的数量。
  • Or you can use a tuple in an expression to explicitly refer to the members specified in the tuple.
    或者您也可以在表达式中使用元组显式引用该元组中指定的成员。