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

tuple

n.  元组,数组

复数:tuples 过去分词:tupled 

BNC.31456

双语例句

  • STUDENT: So are you entering a tuple in for start and end?
    学生:那么你把开始点和结束点,访在一个元组里面输入么?
  • Register takes a dictionary of properties from the configuration file and returns a list of tuples.
    Register将接受来自配置文件的属性的字典(dictionary),并返回一组元组(tuple)。
  • The built-in len method tells you the number of items in the tuple.
    内置的len方法告诉您tuple中数据项的数量。
  • I introduced the simplest of these objects the tuple in this article.
    在本文中,我介绍了其中的最简单的对象&tuple。
  • Tuples contain primitive elements of mixed types and can even contain other tuples or lists.
    tuple包含固定类型的原语元素,甚至可以包含其他tuple或列表。
  • You can also combine slices of an existing tuple with a new tuple.
    您还可以将现有tuple的片段与新tuple的片段合并在一起。
  • The three most prominent data structures in Haskell are tuples, lists, and user-defined types.
    Haskell中最突出的三种数据结构是:tuple、列表(list)和用户定义的类型。
  • The Python tutorial has a section on the tuple container type.
    Python指南中有一部分讨论了元组容器类型。
  • This sets the maximum potential size of a tuple which we will store in the cache.
    这设置了将要存储在缓存中的元组的最大可能大小。
  • What about all the integers used in our dict and tuple objects?
    在我们的dict和tuple对象中用到的所有的整数是怎么处理的呢?