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

tuple

n.  元组,数组

复数:tuples 过去分词:tupled 

BNC.31456

双语例句

  • Each row of this table is a tuple consisting of the group name and user ID.
    这个表中的每一行是一个由组名和用户ID组成的二元组。
  • The three most prominent data structures in Haskell are tuples, lists, and user-defined types.
    Haskell中最突出的三种数据结构是:tuple、列表(list)和用户定义的类型。
  • The result is a tuple even if it contains exactly one item.
    结果是一个数组(即使仅包含一个项目)。
  • Please note this only affects data cache ( tuple storage) and not metadata cache.
    请注意这只会影响数据缓存(元组存储)且没有元数据缓存。
  • Tuples can contain numbers, strings, variables, and even other tuples.
    Tuple可以包含数字、字符串、变量,甚至其他tuples。
  • As you add more elements, creating a tuple structure becomes increasingly difficult.
    随着您添加更多的元素,创建元组结构将变得越来越困难。
  • I introduced the simplest of these objects the tuple in this article.
    在本文中,我介绍了其中的最简单的对象&tuple。
  • STUDENT: So are you entering a tuple in for start and end?
    学生:那么你把开始点和结束点,访在一个元组里面输入么?
  • The number of elements that can form a tuple is currently limited to10.
    能够形成元组的元素数量目前仅限于10个。
  • What about all the integers used in our dict and tuple objects?
    在我们的dict和tuple对象中用到的所有的整数是怎么处理的呢?