复数资料型态英文解释翻译、复数资料型态的近义词、反义词、例句
英语翻译:
【电】 complex data type
分词翻译:
复数的英语翻译:
complex number; plural; pluralism; plurality
【计】 complex number
【经】 complex number
资料的英语翻译:
data; material
【医】 data; datum
【经】 data; information
型的英语翻译:
model; mould; type
【医】 form; habit; habitus; pattern; series; Ty.; type
【经】 type
态的英语翻译:
condition; form; state; voice
【化】 state
网络扩展解释
复数资料型态
“复数资料型态”是一种数据类型,常见于编程语言中。该类型可以存储多个数值,并且可以对其中的数值进行各种计算。
中文拼音
fù shù zī liào xíng tài。
英语解释翻译
The plural data type.
英文读音
/ˈplʊrəl ˈdeɪtə taɪp/
英文的用法(中文解释)
使用复数资料型态可以方便的储存多个数值,并且可以对这些数值进行计算。
英文例句(包含中文解释)
- My program needs to store a list of names, so I used the plural data type. (我的程序需要存储一列名字,所以我使用了复数资料型态。)
- The plural data type allows you to perform calculations on a group of values. (复数资料型态可以让你对一组数值进行计算。)
英文近义词(包含中文解释)
- Array - a data type that stores a fixed-size sequential collection of elements of the same type. (数组 - 存储相同类型元素的大小固定的顺序集合的数据类型。)
- List - an ordered collection of elements, which can be of any type. (列表 - 元素的有序集合,可以是任何类型。)
英文反义词(包含中文解释)
- Single - a data type that stores a single value. (单一 - 存储单个值的数据类型。)
- Scalar - a data type that can hold only one value at a time. (标量 - 一次只能保存一个值的数据类型。)
英文单词常用度
在编程领域,复数资料型态是一个非常常见的术语,因此在相关的文献和代码中经常会出现。