Single Dimensional Array的意思|示意
一维数组
Single Dimensional Array的网络常见释义
一维数组 ... 基本的数据类型(basic data type) 一维数组(single dimensional array) 二维数组(two dimensional array) ...
Single Dimensional Array相关例句
How to organize a single array into a two-dimensional one?
如何组织一个数组变成二维的呢?
The result is an array of arrays, which is flattened to a single dimensional array of server IP addresses and passed back to the caller.
这个结果是一组数组,它紧贴服务器IP地址的一维数组,并且传回给调用者。
Each of the elements is a single-dimensional array of integers.
每个元素都是一维的整数阵列。
The following is a declaration and initialization of a single-dimensional jagged array that contains three two-dimensional array elements of different sizes.
以下是一维不规则阵列的宣告和初始化,其中包含三个大小不同的二维阵列元素。
Gets the element at the given position, treating the array as a zero-based, single-dimensional 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原型。