Doing so makes it clear that what is being operated on is a pointer to an array element, not the array itself.
这样就明确地表示,函数操纵的是指向数组元素的指针,而不是数组本身。
An array variable holds a pointer to an array object, which holds the array elements and the rank and length information.
数组变量保存指向数组对象的指针,而数组对象保存的是数组元素、秩和长度信息。
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的指针、参数数组和关键字参数数组组成。
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.
我们已经看到,在表达式中使用数组名时,实际上使用的是指向数组第一个元素的指针。
An array is converted to a pointer to the type of the array; a function is converted to the appropriate pointer to function type.
将数组转换为指向数组类型的指针,将函数转换为指向函数类型的适当指针。
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.
而在传递数组时,实参是指向数组第一个元素的指针,形参复制的是这个指针的值,而不是数组元素本身。
When we subscript an array, we are really subscripting a pointer to an element in that 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.
传统数据划分模式不适合指向数组的指针数组的数据划分,论文提出了解决该类指针数组数据划分的划分模式,文中称为数组向量的数据划分。
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.
数组变量持有一个指针,它指向构成数组元素的数据及秩和长度信息,赋值语句仅复制此指针。
When we use new to allocate an array of zero size, new returns a valid, nonzero pointer.
用new动态创建长度为0的数组时,new返回有效的非零指针。
Gets an array of the specified type, or a pointer or reference to the specified type.
获取指定类型的数组、或一个指向指定类型的指针或对指定类型的引用。
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.
缓冲区参数中的元素数目用于确定指针指向的数组或缓冲区中有效元素的实际数目。
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.
如果形参是数组的引用,编译器不会将数组实参转化为指针,而是传递数组的引用本身。
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.
实际上,形参是一个指针,指向数组的数组中的元素。
应用推荐