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

tuple

n.  元组,数组

复数:tuples 过去分词:tupled 

BNC.31456

双语例句

  • This sets the maximum potential size of a tuple which we will store in the cache.
    这设置了将要存储在缓存中的元组的最大可能大小。
  • Note that multiple assignment is really just a combination of tuple packing and sequence unpacking!
    要注意的是可变参数(multipleassignment)其实只是元组封装和序列拆封的一个结合!
  • Tuples can contain numbers, strings, variables, and even other tuples.
    Tuple可以包含数字、字符串、变量,甚至其他tuples。
  • Returns the one-based rank of a specified tuple in a specified set.
    以一为基返回指定的元组在指定集合中的阶。
  • Returns the one-based rank of a tuple in a set.
    以一为基返回元组在集合中的阶。
  • The Python tutorial has a section on the tuple container type.
    Python指南中有一部分讨论了元组容器类型。
  • The built-in len method tells you the number of items in the tuple.
    内置的len方法告诉您tuple中数据项的数量。
  • The number of elements that can form a tuple is currently limited to10.
    能够形成元组的元素数量目前仅限于10个。
  • St_centroid() is computed for every tuple.
    针对每一个元组(tuple)执行stcentroid()计算。
  • As discussed, the tuple type is an immutable heterogeneous container.
    如文中所述,tuple类型是不可变的异构容器。