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

tuple

n.  元组,数组

复数:tuples 过去分词:tupled 

BNC.31456

双语例句

  • Note that multiple assignment is really just a combination of tuple packing and sequence unpacking!
    要注意的是可变参数(multipleassignment)其实只是元组封装和序列拆封的一个结合!
  • 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对象中用到的所有的整数是怎么处理的呢?
  • The Python tutorial has a section on the tuple container type.
    Python指南中有一部分讨论了元组容器类型。
  • This statement lets you update a tuple with a specific value.
    此语句允许您用特定值更新元组。
  • Returns the one-based rank of a specified tuple in a specified set.
    以一为基返回指定的元组在指定集合中的阶。
  • Returns a member from a specified tuple.
    从指定的元组中返回成员。
  • I introduced the simplest of these objects the tuple in this article.
    在本文中,我介绍了其中的最简单的对象&tuple。
  • Please note this only affects data cache ( tuple storage) and not metadata cache.
    请注意这只会影响数据缓存(元组存储)且没有元数据缓存。
  • The number of elements that can form a tuple is currently limited to10.
    能够形成元组的元素数量目前仅限于10个。