下面来看一个打印数组元素的例子。
在c标准中,必须定义至少一个数组元素。
In standard C, at least one element of an array must be defined.
每个数组元素能存放一个数据的值。
语句不会根据搜索值测试数组元素。
Statement does not test the array element against the search value.
我列的数组元素需要显示有一个自动。
I have an list of array elements which need to display on auto suggest.
如果该字段是数组,则使用数组元素的大小。
因此,只需进行几次数组元素的检索,便可完成整个搜索。
Thus, the entire search can be performed with just a few array element retrievals.
因此,我知道,每个types数组元素都必须有这三项。
So, I know that each element of the types array must have these three items.
创建一个数组,要将一个数据对象拖到数组元素显示框中。
To create an array, drag a data object into the element display window.
在被调用函数中,可以通过数组下标访问或修改数组元素的值。
By subscripting this value, the function can access and alter any argument of the array.
可以使用一个元素的数组来添加单个用户名。
假设你要查找数组中的最小元素。
在数组中,元素出现的顺序很重要。
In an array, the order in which the elements appear is important.
设置一个对象数组的一个元素。
返回一个对象数组的一个元素。
语句无法更改数组变量或其元素的数据类型。
Statement cannot change the data type of an array variable or of its elements.
数据类型{0}对重复元素数组无效。
The data type {0} is not valid with a repeated element array.
如何使用二进制搜索来找到数组中第一个非空元素呢?
How to use binary search to find the first non-null element in an array?
函数的作用是:返回数组中当前元素的值。
The current function returns the value of the current element in an array.
境界壳使循环中的每个元素的数组?
函数返回了数组中当前元素的值。
The pos() function returns the value of the current element in an array.
函数删除了一个数组中的最后一个元素。
The array_pop() function deletes the last element of an array.
更改元素数量的唯一方法是重新创建数组。
The only way to change the number of elements is to recreate the array.
数组的每个元素都包含一个参数。
函数的作用是:将数组内部的指针移动到数组中的第一个元素。
The reset() function moves the internal pointer to the first element of the array.
函数在数组的每个现有元素之间追加一个字符。
寻找数组中所有出现两次的元素。
元素类型与参数数组的元素类型相同的数组。
An array with the same element type as the parameter array's element type.
从堆栈中弹出元素的数目并创建数组。
The number of elements is popped from the stack and the array is created.
将给定数组的元素复制到该集合的末尾。
应用推荐