箭头表示了对第i个数组元素所进行的操作。
我想单独的持有人和数组元素的意义。
I'd like to separate the holder and the meaning of array elements.
使用过滤函数过滤数组元素。
数组元素访问(不同步)代码已经在清单2中给出。
The array element access (unsynchronized) code has already been presented in Listing 2.
其默认值是参数数组元素类型的空一维数组。
Its default value is an empty one-dimensional array of the parameter array's element type.
如果不包含数组元素,则该函数返回FALSE。
This function returns FALSE if there are no more array elements.
学习理解匿名数组引用和解除数组元素引用的Perl符号。
Learn to understand the Perl notation for anonymous array references and dereferencing array elements.
清单8所示的代码中,可以像访问数组元素一样访问元素的属性。
In the code shown in Listing 8, you access attributes of an element just as you would elements of an array.
只有对对象属性或数组元素的更改才会在函数外可见。
Only changes to properties of objects, or elements of arrays, are visible outside the function.
此最大值限制您可以使用多少个索引来指定数组元素。
This limits how many indexes you can use to specify an array element.
然而,虽然域可以是final,但是数组元素不可以。
数组元素和对象属性是一样的,所以它们是这样被访问的。
Array elements are nothing less than object properties, so they are accessed as such.
当该探针触发时,将为特定的PID和进程名增加一个关联数组元素。
When the probe fires, you increment an associative array element for the given PID and process name.
索引寻址模式对于全局变量访问数组元素来说是最为有效的一种方式。
The indexed addressing mode makes the most sense as a way to access array elements for global variables.
要获取最佳的性能,应该确保以尽可能大的块的来获取和更新数组元素。
For best performance, ensure that you get and update array elements in the largest sensible blocks.
每个数组元素都包含了文件中的一行,并在末尾加上了换行符。
Each array element contains a line from the file, with newline still attached.
我们将每一行存储在其自己的数组元素内——一个叫做Cmds的数组内。
We store each line in its own array element — in an array called Cmds.
可以通过为数组的每一维提供“索引”或“下标”来指定数组元素。
You specify an element of an array by supplying an index or subscript for each of its dimensions.
因此,如果每个数组元素的长度都是8个字节,那么我们就可以使用8作为倍数。
Therefore, if each array element is 8 bytes long, you can use 8 as a multiplier.
在使用下标访问数组时,实际上是对指向数组元素的指针做下标操作。
When we subscript an array, we are really subscripting a pointer to an element in that array.
为绕过这个限制,我使用一个数据结构来为每个数组元素定义一个已命名指示符变量。
To get around this I use a data structure to define a named indicator variable for each array element.
这些 XHR对象保存在一个数组内,数组为每个表单分配一个数组元素。
The XHR objects are kept in an array that allocates one element for each form.
这样就明确地表示,函数操纵的是指向数组元素的指针,而不是数组本身。
Doing so makes it clear that what is being operated on is a pointer to an array element, not the array itself.
圆括号要求编译器对数组做值初始化,在本例中即把数组元素都设置为0。
The parentheses are effectively a request to the compiler to value-initialize the array, which in this case sets its elements to 0.
您还看到从C 语言带来的简化,其中包括字符串连接、关联数组元素和合并操作符。
You'll also find some simplifications from C, which include string concatenation, associative array elements, and aggregation operators.
提要中的条目被表示为数组元素,从而使得在提要上迭代和检索单个联系人条目成为可能。
Entries within the feed are represented as array elements, making it possible to iterate over the feed and retrieve the individual contact entries.
假设一次基准测试希望度量出访问某个数组元素所用的时间:这个任务应该不用创建数组。
Consider a benchmark that aims to determine the time it takes to access an array element: the task should not create the array.
在FORTRAN语言中,由符号名标识的非数组或非数组元素的一种数据项。
In FORTRAN, a data item that is not an array or array element, identified by a symbolic name.
数组变量保存指向数组对象的指针,而数组对象保存的是数组元素、秩和长度信息。
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.
应用推荐