下面来看一个打印数组元素的例子。
在c标准中,必须定义至少一个数组元素。
In standard C, at least one element of an array must be defined.
每个数组元素能存放一个数据的值。
箭头表示了对第i个数组元素所进行的操作。
语句不会根据搜索值测试数组元素。
Statement does not test the array element against the search value.
我想单独的持有人和数组元素的意义。
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.
如果该字段是数组,则使用数组元素的大小。
因此,只需进行几次数组元素的检索,便可完成整个搜索。
Thus, the entire search can be performed with just a few array element retrievals.
如果不包含数组元素,则该函数返回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.
因此,我知道,每个types数组元素都必须有这三项。
So, I know that each element of the types array must have these three items.
清单8所示的代码中,可以像访问数组元素一样访问元素的属性。
In the code shown in Listing 8, you access attributes of an element just as you would elements of an array.
然而,虽然域可以是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.
创建一个数组,要将一个数据对象拖到数组元素显示框中。
To create an array, drag a data object into the element display window.
索引寻址模式对于全局变量访问数组元素来说是最为有效的一种方式。
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.
在被调用函数中,可以通过数组下标访问或修改数组元素的值。
By subscripting this value, the function can access and alter any argument of the array.
我们将每一行存储在其自己的数组元素内——一个叫做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.
这样就明确地表示,函数操纵的是指向数组元素的指针,而不是数组本身。
Doing so makes it clear that what is being operated on is a pointer to an array element, not the array itself.
应用推荐