释义 |
1 [计]?指针阵列 ... pointer arithmetic 指示字运算 pointer array 指针阵列 pointer instrument 指针式仪表 ... 2 ?指针数组 6.5.3 指针数组(pointer array) 指针数组是指针的集合,其元素均为指针类型数据,也就是说,指针数组中的每一个 元素都相当于一个指针变量,并且它们指向相同的数据... 3 ?指标阵列 以指标阵列 (pointer array) 的方式取用一群有共同特性的字串,可以增 进程式的效率和简化程式的撰写。 9.8 本章练习 1. 4 ?指针阵列法 网络模型的物理存储体现为系的物理存储,其实现方式有两种方法:链接法(CHAIN)和指针阵列法(POINTER ARRAY),如图1.25所示。
- 1
Describes the differences between pointer array and array pointer, and illustrates the application of pointer array by an example. 论述了指针数组与数组指针的区别,并以一个实例说明指针数组的应用。 - 2
Each chunk is a direct index to the pointer array of the corresponding level: the first left-hand-side chunk to the first-level nodes, the second chunk to the nodes of the second level, and so on. 每个小块便是相应层的指针数组的直接索引:最左边的小块指向第一层节点,第二个小块指向第二层的节点,依此类推。 - 3
Traditional data partition ways are not suitable to pointer array whose member points to an array, so this paper presents a new mode to solve this problem, named array-vector data partition mode. 传统数据划分模式不适合指向数组的指针数组的数据划分,论文提出了解决该类指针数组数据划分的划分模式,文中称为数组向量的数据划分。
|