Subject | English | Chinese simplified |
comp., MS | array constant | 数组常量 (A set of constants that is a component of an array formula) |
comp., MS | array formula | 数组公式 (A formula that performs multiple calculations on one or more sets of values, and then returns either a single result or multiple results) |
comp., MS | array initializer | 数组初始值设定项 (A sequence of variable initializers that are assigned to the array elements in the same statement in which the array is declared) |
comp., MS | array processor | 数组处理器 (A group of interconnected, identical processors operating synchronously, often under the control of a central processor) |
comp., MS | associative array | 关联阵列 (A data structure that carries out a mathematical calculation on a field identifier to determine where a data element in a large table or index is located) |
comp., MS | Cross Array Link Translation | 跨阵列链接转换 (An enterprise-level option on the ISA Server Management console that specifies arrays and whether link translation will be applied across them) |
comp., MS | multidimensional array | 多维数组 (An array that has more than one dimension) |
comp., MS | numeric array | 数值阵列 (An array composed of a collection of keys and a collection of values, where each key is associated with one value. The values can be of any type, but the keys must be numeric) |
comp., MS | Redundant Array of Independent Disks | 独立磁盘冗余阵列 (A mechanism for storing identical data on multiple disks for redundancy, improved performance, and increased mean time between failures (MTBF). RAID provides fault tolerance and appears to the operating system as a single logical drive) |
comp., MS | sparse array | 稀疏矩阵 (An array (arrangement of items) in which many of the entries are identical, commonly zero. It is not possible to define precisely when an array is sparse, but it is clear that at some point, usually when about one-third of the array consists of identical entries, it becomes worthwhile to redefine the array) |