two-dimensional array
data table
matrix
row and column
1. The data is organized in a tabular array for efficient retrieval.
数据以表格数组的形式组织,以便于高效检索。
2. A tabular array consists of elements arranged in rows and columns.
表格数组由按行和列排列的元素组成。
A: How should we store the customer information?
A:我们应该如何存储客户信息?
B: It is best to keep it in a tabular array.
B:最好将其保存在一个表格数组中。
1) 行列形式的数据结构
2) 二维数组
3) 表格化数组
1. 表格数组
e.g. The computer processes the tabular array of values.
计算机正在处理这些值的表格数组。
noun phrase
1. A data structure arranged in rows and columns.