每个结点包罗两个局部:一个是存储数据元素地数据域,另一个是存储下一个结点地址地指针域。
Each node consists of two parts: one is stored data element data fields, the other is a storage next node address pointer domain.
第二个域是这个函数使用的toc指针。
要访问第三个域,我们需要指定寄存器x作为指针,12作为偏移量。
To access the third field, you would specify register X as the base pointer and 12 as the offset.
我前面说过,空链表就是两个域都包含一个空指针的LinkedList。
I said earlier that an empty list is a LinkedList containing a null pointer in both fields.
编程基础(变量,数据类型,引用,指针,作用域,错误处理,迭代,核心算法-搜索,排序等)
The basics of Programming (variables, data types, references, pointers, scope, error handling, iteration, core algorithms - searching, sorting, etc.)
第三个域是语言的一个环境指针(如果该语言使用了环境指针的话),不过通常都会被设置为0。
The third field is an environment pointer for languages that use one, but is normally just set to zero.
SUBDATASET的域包含一些列子资料组,一般,这些用于提供指针指向存储在单个多文件的图像的列表(比如,HDF文件或者NITF文件)。
The SUBDATASETS domain holds a list of child datasets. Normally this is used to provide pointers to a list of images stored within a single multi image file (such as HDF or NITF).
调用该宏计算出已知类型、已有一个域(成员)的指针的结构体的基地址。
Called to determine the base address of a structure whose type is known when the caller has a pointer to a field inside such a structure.
调用该宏计算出已知类型、已有一个域(成员)的指针的结构体的基地址。
Called to determine the base address of a structure whose type is known when the caller has a pointer to a field inside such a structure.
应用推荐