The index contains a node that is a small array of Pointers to the lower level.
索引包含一个节点,该节点是一个小型的指针数组,这些指针又指向更低的层。
Each "database" contains an array of Pointers to the tables inside the database.
每个“数据库”包含一个指针数组,里面指针指向数据库里的表。
The array of Pointers is located in contiguous locations and each of them points to a memory located somewhere on the heap.
指针数组位于连续位置和他们每个人的指向位于所述堆某处的存储器。
Not sure what is your understanding of aligned in this context but the situation is similar to a array of Pointers where each pointer is allocated dynamic memory.
不知道什么是对的对齐的你在这方面的认识,但情况类似,每个指针分配动态内存指针的数组。
Thus, array (pointer (char), 4) is the type of arrays of 4 Pointers to char.
因此y的类型就是有四个元素、这些元素指向char类型的指针数组。
If two Pointers to object types both point to the same object, or both point one past the last element of the same array object, they compare equal.
如果两个指针指向同一个对象,或指向同一个数组的最后一个元素的下一个元素时,它们相等。
The first part of this is the setup: the creation of an array of function pointers.
第一部份是设置:建立一个函数指针数组。
The first part of this is the setup: the creation of an array of function pointers.
第一部份是设置:建立一个函数指针数组。
应用推荐