-
二维数组
two-dimensional array
-
频数数组
frequency array
-
一维数组
one-dimensional array
这个数组的长度是10。
The length of this array is 10.
这个数组包含十个元素。
The array contains ten elements.
她用零初始化了这个数组。
She initialized the array with zeros.
使用foreach遍历数组。
Use foreach to iterate over the array.
可以递增指针来遍历数组。
The ptr can be incremented to traverse an array.
这个数组包含了所有学生的名字。
This array contains all the students' names.
计算机程序用零初始化数组。
The computer program initializes the array with zeros.
这个数组存储了每天记录的温度。
The array stores the temperatures recorded each day.
这些数组存储不同类型的数据。
The arrays store different types of data.
这个程序可以同时处理多个数组。
The program can handle multiple arrays simultaneously.

中英释义: