integer-array的意思|示意
整数数组
integer-array的网络常见释义
数组资源 数组资源包括字符串数组资源(string-array)和整数数组资源(integer-array)
integer-array相关短语
1、 integer array 整数阵列
2、 integer byte array 整数字节数组 ; 翻译 ; 整数字节阵列英语
3、 array of integer 数组
integer-array相关例句
Add an attribute (attribute1) of type Integer array to this class, and set the default value for it in the Properties TAB for the attribute as shown in Figure 10.
添加一个Integer类型的属性(attribute1)到这个类,并为这个属性在Properties页签上设定它的默认值,如图10所示。
Tip: Remember that if you skip the key when you specify an array, an integer key is generated, starting at 0 and increases by 1 for each value. (See example 3)?
提示:还记得吗?你过你忽略了指定函数中的键,将产生一个整数;且这些函数从“0”开始递增,每一个值增加“1”。(看案例3)?
The query in the previous example returns all the even Numbers from the integer array.
前述范例中的查询会传回整数阵列中的所有偶数。
To create a single dimensional array of the type a [m] (where m is an integer variable already defined and initialized), apply the cpp_type stereotype on the array variable a in the UML model.
要创建一个类型为a [m]的一维数组(这里的m是一个已经被定义和初始化的整数变量),可以在uml模型中在这个数组变量a上运行cpp _ type原型。
When you cast the integer into a single byte, only the least significant byte (0x00 to 0x7f) will be copied as a hex value to the single-byte array.
将这个整数造型为一个单字节时,只有最低有效位字节( 0x00 到 0x7f)会作为十六进制值拷贝到单字节数组。
First, construct a model having an attribute which is of type Integer array, whose dimensions are [3] [4].
首先,建模一个拥有Integer类型数组属性的模型,它的维度是[3][4]。