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.
每个小块便是相应层的指针数组的直接索引:最左边的小块指向第一层节点,第二个小块指向第二层的节点,依此类推。
The call to execv first takes a pointer to the name of the binary to be run, and then a pointer to the array of parameters that you declared earlier.
execv调用首先取得一个指向要运行的二进制文件名称的指针,然后取得一个指向您前面声明的参数数组的指针。
You can think of userdata as an array of bytes — bytes that might represent a pointer, a structure, or a file in the host application.
我们可以认为userdata就是一个字节数组——字节可以表示指针、结构或宿主应用程序中的文件。
It is composed of a pointer to the GObject that the method is being called on, an array of arguments, and an array of keyword arguments.
它由正在对其调用方法的GObject的指针、参数数组和关键字参数数组组成。
In earlier versions, it changes the return value of the generated function in_word_set from its default Boolean value (that is, 0 or 1) to the pointer to wordlist array type.
在早期版本中,它将生成的函数in _ word_set返回的默认布尔值(即0或1)修改为pointerto wordlist array类型。
Thus, array (pointer (char), 4) is the type of arrays of 4 Pointers to char.
因此y的类型就是有四个元素、这些元素指向char类型的指针数组。
An array is converted to a pointer to the type of the array; a function is converted to the appropriate pointer to function type.
将数组转换为指向数组类型的指针,将函数转换为指向函数类型的适当指针。
C plus plus language has the powerful function in pointer and array and object-oriented programming (OOP) technology which are in favor of programming.
语言在指针和数组方面的强大功能,以及面向对象技术,极大地方便了程序的编写。
Multi-dimensional array pointer and recursion are the difficult sections of teaching C language.
多维数组指针和递归是C语言教学中的难点。
Describes the differences between pointer array and array pointer, and illustrates the application of pointer array by an example.
论述了指针数组与数组指针的区别,并以一个实例说明指针数组的应用。
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.
不知道什么是对的对齐的你在这方面的认识,但情况类似,每个指针分配动态内存指针的数组。
The reset() function moves the internal pointer to the first element of the array.
函数的作用是:将数组内部的指针移动到数组中的第一个元素。
You can initialize a pointer by using an array, a string, a fixed-size buffer, or the address of a variable.
可通过使用数组、字符串、大小固定的缓冲区或变量地址初始化指针。
The number of elements in the buffer parameter is used to determine the actual number of valid elements of an array, or of a buffer pointed to by a pointer.
缓冲区参数中的元素数目用于确定指针指向的数组或缓冲区中有效元素的实际数目。
Pointer to an array of icon handles that receives handles to the large ICONS extracted from the file.
指针指向一个用于接收指定文件大图标的句柄数组。
Pointer to an array of icon handles that receives handles to the small ICONS extracted from the file.
指针指向一个用于接收指定文件小图标的句柄数组。
Gets an array of the specified type, or a pointer or reference to the specified type.
获取指定类型的数组、或一个指向指定类型的指针或对指定类型的引用。
Therefore according to the type of array element is different, the array can divide again for numerical array, the string array, pointer arrays, structure array, etc all categories.
因而按数组元素地类型分歧,数组又可分为数值数组、字符数组、指针数组、构造数组等各类类别。
In fact, the parameter is a pointer to an element in an array of arrays.
实际上,形参是一个指针,指向数组的数组中的元素。
In fact, the parameter is a pointer to an element in an array of arrays.
实际上,形参是一个指针,指向数组的数组中的元素。
应用推荐