
词语导航
基本信息
词语:数组元素类型
繁体:數組元素類型
拼音:shù zǔ yuán sù lèi xíng
英语翻译
【计】 array element type
分词翻译
数组的英语翻译:
【计】 array
【化】 array
元素的英语翻译:
element
【计】 E
【化】 element
【医】 element
类型的英语翻译:
genre; run; stamp; style; type
【计】 type
【医】 Ty.; type
【经】 type
翻译例句
1. 其默认值是参数数组元素类型的空一维数组。
Its default value is an empty one-dimensional array of the parameter array"s element type.
2. 第三个例子说明数组中的元素不一定非得是简单类型。
The third example demonstrates that elements of an array need not be of the same type.
3. 此外,您可以使用该操作来迭代数组(包括基本类型数组)中的元素。
In addition, you can use this action to iterate through the elements of an array, including arrays of primitives.
4. OMGIDL有任意元素类型的多维固定大小的数组。
OMG IDL has multidimensional, fixed-size arrays of arbitrary element type.
5. 元素包含了名称、名称空间、MIME类型和二进制数据数组。
An element contains a name, a namespace, a MIME type, and a binary array of data.
6. 这儿又指出了一点我想要告诉大家的,我上节课也提到了,就是数组是多相的,也就是说元素可以是多种类型的。
And again, this points out something I wanted to me — I mentioned last time, list can be heterogeneous, in the sense that the elements can be multiple different types.
7. 数组的元素类型和值的类型必须相同。
The element type of the array and the type of the value must be of the same type.
8. 数组第三个元素是该任务类型的分数,所以我必须调用to_s方法,将该整数转换为字符串。
The third element of the array is the number of points for this assignment type, so I have to invoke the to_s method to convert that integer into a string.
9. 常见的基本类型有string、integer和boolean,不过,后面将看到还能将元素映射为数组或自定义类。
Common primitive types are string, integer and Boolean; however, as you"ll see a little further along in this article, you can also map an element to an array or a custom class.
10. 因此y的类型就是有四个元素、这些元素指向char类型的指针数组。
Thus, array (pointer (char), 4) is the type of arrays of 4 Pointers to char.
11. 与可以包含不同类型元素的列表、元组和词典不同的是,Numarray数组只能包含同一类型的数据。
In contrast to lists, tuples, and dictionaries, which may contain heterogeneous elements, Numarray arrays contain only elements of a homogeneous data type.
12. 该类型任务的数组,其中每个元素是一个两个元素的数组,该数组包含为任务生成的最高和最低分值。
An array of assignments of this type, in which each element is a two-element array that contains the high and low values to generate for the assignment.
13. 弱类型的集合对象、包含空元素的数组和特定的本地数据类型都给互操作性带来一定的问题,特别是
Weakly-typed collection objects, arrays containing null elements, and certain native data types all pose special problems for interoperability. Specifically
14. 用于数组类型的组件的值可以包含0个或1个元素,用于集合和树类型的组件的值可以包含0到多个元素。
Values for array type components can contain zero or one element, and values for set and tree type components can have zero or more elements.
15. 一个数组他的元素标识出了指定的源可用的媒体的类型。
An array whose elements identify the available media types for the specified source type.
16. 语句无法更改数组变量或其元素的数据类型。
Statement cannot change the data type of an array variable or of its elements.
17. 类似地,在初始化数组或其他容器类型的元素的时候,也可能发生异常,同样,也要保证将会适当地撤销已构造的元素。
Similarly, an exception might occur when initializing the elements of an array or other container type. Again, we are guaranteed that the constructed elements will be destroyed.
18. 数据类型{0}对重复元素数组无效。
The data type {0} is not valid with a repeated element array.
19. 如果两个数组的长度和元素类型相同,那么它们相同。
Two array types are identical if they have identical element types and the same array length.
20. 必须可以在两个数组的元素类型间进行转换(扩大转换或收缩转换)。
A conversion, either widening or narrowing, must be possible between the element types of the two arrays.
21. 元素显示框会自动适应新数据类型的大小,如图7.2所示,但此时数组仍显示灰色,直到输入一个数据为止。
The element display window resizes to accommodate its new data type, as shown in Figure 7.2, but remains grayed out until you enter data into it.
22. 获取已包装类型中包含的静态数组元素。
Gets a static array element contained in the wrapped type.
23. 我们可以使用其元素类型是数组的元素类型的一个子类型的任何集合调用这个方法。
We can call this method with any kind of collection whose element type is a supertype of the element type of the array.
24. 确保属性的一个参数指定了一个具有相同秩(维数)和元素数据类型的数组。
Ensure that one of the property parameters specifies an array with the same rank (number of dimensions) and element data type.
25. 如果指定数组的运行时类型不是集合中每个元素运行时类型的父一级类型时抛出。
ArrayStoreException - the runtime type of the specified array is not a supertype of the runtime type of every element in this collection.
26. 一个数组能够合成为多个数组元素,这些数组元素能够是根本数据类型或是结构类型。
An array can be decomposed for multiple array element, these array element can be basic data types or structure types.
27. 此外,类型化数组是“稠密的”,即在允许的范围内的每个索引都引用一个元素。
In addition, typed arrays are dense, that is, every index in the allowed range refers to an element.
28. 对于参数数组,请提供元素类型与参数数组的元素类型相同的一维数组。
For the parameter array, supply a one-dimensional array with the same element type as the parameter array"s element type.
29. 数组创建和初始化的形式,它从数组初始化器推导出数组的元素类型。
Implicitly typed arrays, a form of array creation and initialization that infers the element type of the array from an array initializer.wwW.wENTiyi.CoM
30. 如果两个数组的元素都是值类型元素,则元素的数据类型必须完全相同。
If both arrays have value type elements, the element data types must be exactly the same.
版权声明:问题易所有作品(图文、音视频)均来源网络,版权归原创作者所有,与本站立场无关,如不慎侵犯了你的权益,请联系我们告知,我们将做删除处理!
