tuple

n.  元组,数组

复数:tuples过去分词:tupled

BNC.31456



双语例句

  1. That article demonstrated the tuple, which is an immutable sequence.
    这篇文章演示了tuple,这是一个不可变的序列。
  2. Register takes a dictionary of properties from the configuration file and returns a list of tuples.
    Register将接受来自配置文件的属性的字典(dictionary),并返回一组元组(tuple)。
  3. The built-in len method tells you the number of items in the tuple.
    内置的len方法告诉您tuple中数据项的数量。
  4. This sets the maximum potential size of a tuple which we will store in the cache.
    这设置了将要存储在缓存中的元组的最大可能大小。
  5. Each row of this table is a tuple consisting of the group name and user ID.
    这个表中的每一行是一个由组名和用户ID组成的二元组。
  6. What about all the integers used in our dict and tuple objects?
    在我们的dict和tuple对象中用到的所有的整数是怎么处理的呢?
  7. As discussed, the tuple type is an immutable heterogeneous container.
    如文中所述,tuple类型是不可变的异构容器。
  8. Tuples contain primitive elements of mixed types and can even contain other tuples or lists.
    tuple包含固定类型的原语元素,甚至可以包含其他tuple或列表。
  9. 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。
  10. The number of elements that can form a tuple is currently limited to10.
    能够形成元组的元素数量目前仅限于10个。
  11. It accepts two useful arguments: a tuple of events to monitor and a tag name.
    它接受两个有用的参数:要监视的事件元组和标记名。
  12. I introduced the simplest of these objects the tuple in this article.
    在本文中,我介绍了其中的最简单的对象&tuple。
  13. Please note this only affects data cache ( tuple storage) and not metadata cache.
    请注意这只会影响数据缓存(元组存储)且没有元数据缓存。
  14. You also can create a tuple from a set of existing variables in a process called packing.
    您还可以从称为打包的过程的一组现有变量中创建一个tuple。
  15. Tuples can contain numbers, strings, variables, and even other tuples.
    Tuple可以包含数字、字符串、变量,甚至其他tuples。
  16. You can also combine slices of an existing tuple with a new tuple.
    您还可以将现有tuple的片段与新tuple的片段合并在一起。
  17. St_centroid() is computed for every tuple.
    针对每一个元组(tuple)执行stcentroid()计算。
  18. The Python tutorial has a section on the tuple container type.
    Python指南中有一部分讨论了元组容器类型。
  19. The three most prominent data structures in Haskell are tuples, lists, and user-defined types.
    Haskell中最突出的三种数据结构是:tuple、列表(list)和用户定义的类型。
  20. The result is a tuple even if it contains exactly one item.
    结果是一个数组(即使仅包含一个项目)。
  21. As you add more elements, creating a tuple structure becomes increasingly difficult.
    随着您添加更多的元素,创建元组结构将变得越来越困难。
  22. Each tuple represents a pair of stock tickers and stock prices.
    每个元组代表一对股票代码和股价。
  23. Returns a member from a specified tuple.
    从指定的元组中返回成员。
  24. This statement lets you update a tuple with a specific value.
    此语句允许您用特定值更新元组。
  25. STUDENT: So are you entering a tuple in for start and end?
    学生:那么你把开始点和结束点,访在一个元组里面输入么?
  26. The Rule string applied to rule_to_function is scanned into a tuple with the first line of code.
    第一行代码将传给ruletofunction的Rule字符串扫描进一个元组(tuple)。
  27. Returns the one-based rank of a tuple in a set.
    以一为基返回元组在集合中的阶。
  28. Returns the one-based rank of a specified tuple in a specified set.
    以一为基返回指定的元组在指定集合中的阶。
  29. Note that multiple assignment is really just a combination of tuple packing and sequence unpacking!
    要注意的是可变参数(multipleassignment)其实只是元组封装和序列拆封的一个结合!
  30. Or you can use a tuple in an expression to explicitly refer to the members specified in the tuple.
    或者您也可以在表达式中使用元组显式引用该元组中指定的成员。