What is the translation of " TUPLE " in Chinese?

一个元组
一个tuple

Examples of using Tuple in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Make a tuple.
创建一个tuple.
The size tuple is supplied to the wx. Frame.
这个size元组被提供给wx.Frame.
Packing a tuple.
创建一个tuple.
Tuple is another data type, similar to a List.
元组tuple是另一个数据类型,类似于List(列表)。
Creating a tuple.
创建一个tuple.
Mktime(tuple) Converts time tuple to local time.
Mktime(tuple)时间元组转换为本地时间.
When creating a tuple.
创建一个tuple.
If iterable is already a tuple, it is returned unchanged.
如果iterable已经是一个元组,会不加改变地将其返回。
Here the return is a tuple.
返回值是一个tuple
When you slice a tuple, you get a new tuple.
当分割一个tuple时,会得到一个新的tuple
A record is called a tuple.
一个event被定义为一个tuple
This program first creates a tuple and binds it to the variable tup.
程序首先创建了一个元组并绑定到tup变量上。
In the second case, t is a tuple.
上例中,t是一个tuple).
An action a is described by a tuple< t, k, v, u>, comprising:.
动作a由一个tuple<t,k,v,u>描述,包括:.
Args is a variable argument, args receives a tuple;
Args是可变参数,接受的是一个tuple.
The most amazing is through a tuple and dict, you can also call the above function:.
最神奇的是经过一个tuple和dict,你也得以调用上述函数:.
Args is a variable argument, args receives a tuple;
Args是可变参数,args接收的是一个tuple;
However, they do nothave any of the named tuple methods like_make() or_asdict().
然而,他们没有任何命名的元组方法,如_make()或_asdict()。
There is also another standard sequence data type: the tuple.
还有另一种标准序列数据类型:tuple
However, they do nothave any of the named tuple methods like_make() or_asdict().
不过,它们没有任何具名元组的方法,例如_make()或_asdict()。
Args is a variable argument, args receives a tuple;
三、*args是可变参数,args接收的是一个tuple;.
Because tuple is the name of a built-in function, you should avoid using it as a variable name.
因为tuple是内建函数名,所以应该避免将它用作变量名。
What's actually going onis that each element in the list most_common returns a tuple, a group of values distinguished by order.
实际发生的是,列表most_common中的每个元素返回一个元组,它们是一组按顺序区分的值。
Like string indices, tuple indices start at 0, and they can be sliced, concatenated, and so on.
与字符串索引一样,元组索引从0开始,它们可以被切片,连接等等。
A tuple is a fixed-length container that can hold any values, but cannot be modified(it is immutable).
一个元组是一个固定长度的容器,可以容纳任何值,但不可以被修改(是immutable的)。
Struct sequences expose an interface similar to named tuple in that elements can either be accessed either by index or as an attribute.
Struct序列暴露了一个类似于namedtuple的接口,因为元素可以通过索引或作为属性来访问。
As you will see, the tuple is a relatively simple object that largely performs operations you have already learned about for strings and lists.
正如你所看到的,元组是一个相对简单的对象,它主要执行您已经了解的关于字符串和列表的操作。
If sequence is a str, unicode or tuple, the result will be of the same type; otherwise, it is always a list.
如果该序列(sequence)是一个str,unicode或者tuple,返回值必定是同一类型,否则,它总是list。
In fact, in many definitions of the tuple calculus this is how the semantics of the quantifiers is defined, which makes all queries by definition domain independent.
事实上,在很多元组演算的定义中,量词语义就是这么定义的,这使得定义的所有查询都是域独立的。
Results: 29, Time: 0.0311

Top dictionary queries

English - Chinese