Else, it goes through the binding vector array looking for a non-NULL pointer to binding handle.
否则,它循环遍历绑定向量数组,寻找非null的绑定句柄指针。
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.
每个小块便是相应层的指针数组的直接索引:最左边的小块指向第一层节点,第二个小块指向第二层的节点,依此类推。
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的指针、参数数组和关键字参数数组组成。
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调用首先取得一个指向要运行的二进制文件名称的指针,然后取得一个指向您前面声明的参数数组的指针。
There's no guarantee that you will actually get a direct pointer to the array or string even when using the Critical versions.
即便使用Critical版本,也无法保证您能获得对数组或字符串的直接引用。
On a JVM that provides a direct pointer to the array, the array will be updated; however, on a JVM that returns a copy it will not be.
在提供直接指向数组的指针的JVM上,该数组将被更新;但是,在返回副本的JVM上则不是如此。
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)修改为pointer to 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.
将数组转换为指向数组类型的指针,将函数转换为指向函数类型的适当指针。
We have already seen that when we use an array name in an expression, we are actually using a pointer to the first element in the array.
我们已经看到,在表达式中使用数组名时,实际上使用的是指向数组第一个元素的指针。
Doing so makes it clear that what is being operated on is a pointer to an array element, not the array itself.
这样就明确地表示,函数操纵的是指向数组元素的指针,而不是数组本身。
The reset() function moves the internal pointer to the first element of the array.
函数的作用是:将数组内部的指针移动到数组中的第一个元素。
The next() function moves the internal pointer to, and outputs, the next element in the array.
函数的作用是:将数组内部的指针移向当前元素的下一个元素,并输出它。
The prev function moves the internal pointer to, and outputs, the previous element in the array.
函数的作用是:将数组内部的指针移向当前元素的上一个元素,并输出它。
When we pass an array, the argument is a pointer to the first element in the array. That pointer value is copied; the array elements themselves are not copied.
而在传递数组时,实参是指向数组第一个元素的指针,形参复制的是这个指针的值,而不是数组元素本身。
By introducing side pointer, row pointer and column pointer - three Pointers in different level, this paper discusses the means to access multi - dimensional array by pointer.
通过引入面指针、行指针和列指针,并与相应级别的指针相关联,阐述了应用指针访问多维数组的方法。
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.
不知道什么是对的对齐的你在这方面的认识,但情况类似,每个指针分配动态内存指针的数组。
An array variable holds a pointer to the data constituting the array elements and the rank and length information, and an assignment copies only this pointer.
数组变量持有一个指针,它指向构成数组元素的数据及秩和长度信息,赋值语句仅复制此指针。
Recall that when we pass an argument of array or function type, that argument is automatically converted to an pointer.
回忆一下,传递数组或函数类型实参的时候,该实参自动转换为一个指针。
When we subscript an array, we are really subscripting a pointer to an element in that array.
在使用下标访问数组时,实际上是对指向数组元素的指针做下标操作。
The end function moves the internal pointer to, and outputs, the last element in the array.
函数的作用是:将数组的内部指针指向最后一个元素并输出它。
Especially we have offered some detailed and typical sample codes to compare pointer with array.
其中指针与数组的比较给出了详尽、典型的代码。
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.
传统数据划分模式不适合指向数组的指针数组的数据划分,论文提出了解决该类指针数组数据划分的划分模式,文中称为数组向量的数据划分。
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.
指针指向一个用于接收指定文件小图标的句柄数组。
Accessing your array will then require some overhead because you only really have a pointer to its beginning.
访问您的阵列将只因为你真的有一个指针指向它的开始需要一些开销。
If the parameter is a reference to the array, then the compiler does not convert an array argument into a pointer. Instead, a reference to the array itself is passed.
如果形参是数组的引用,编译器不会将数组实参转化为指针,而是传递数组的引用本身。
An array variable holds a pointer to an array object, which holds the array elements and the rank and length information.
数组变量保存指向数组对象的指针,而数组对象保存的是数组元素、秩和长度信息。
An array variable holds a pointer to an array object, which holds the array elements and the rank and length information.
数组变量保存指向数组对象的指针,而数组对象保存的是数组元素、秩和长度信息。
应用推荐