Reallocates storage space for an array variable.
重新配置阵列变数的储存空间。
List of bounds of each dimension of an array variable.
列出数组变量的每个维的界限。
The new array replaces the released array in the array variable.
新数组将替换数组变量中已释放的数组。
Similarly, each element of an array variable is initialized individually.
同样,数组变量的每个元素也单独初始化。
Return value is an array, the papers are all read into the array variable.
返回值是一个数组,文件全部读入数组变量。
Shows two ways to create an array object and assign it to an array variable.
演示两种方式来创建数组对象并将其赋给一个数组变量。
When the value of an array variable is NULL, there is no memory allocated for it.
在阵列变量值为 NULL 时,不为它分配内存。
Describes the rules and steps for assigning an array to another array variable.
论述用于将数组赋给另一个数组变量的规则和步骤。
The preceding example declares an array variable but does not assign an array to it.
上一个示例声明了一个数组变量,但没有为它分配数组。
Once you declare an array variable, you cannot change its rank or its element data type.
宣告阵列变数后,就不可再变更其阵序或其元素资料型别。
The following example shows two procedures that take an array variable and operate on its elements.
下列范例会显示两个取得阵列变数,并在其元素上作业的程序。
Arrays also have built-in functionality for searching and sorting that can be accessed through the array variable.
数组还有用于搜索和排序的内置功能,可以通过数组变量访问这些功能。
The initialization can occur when the typed array variable is declared or later, as with variables of other types.
这种初始化可能发生在具型别阵列变数被宣告时或是稍后和其他型别的变数一起宣告时。
Unlike an array variable, a dynamically allocated array continues to exist until it is explicitly freed by the program.
与数组变量不同,动态分配的数组将一直存在,直到程序显式释放它为止。
An array variable holds a pointer to an array object, which holds the array elements and the rank and length information.
数组变量保存指向数组对象的指针,而数组对象保存的是数组元素、秩和长度信息。
If you apply a modifier to an array variable instead of a single value variable, the modifier will be applied to every value in that array.
如果你给数组变量应用单值变量的调节,结果是数组的每个值都被调节。
You could create nine separate string variables, one for each player, or you could declare an array variable that looks something like the code below.
您可以创建九个单独的字符串变量,每个队员一个,或者声明一个类似于以下代码的数组变量。
For example, if the element is an array variable, the procedure code does not have access to the variable itself, but it can access the array members.
例如,如果项目是阵列变数,则程序程序码不会有变数本身的存取权,但它可存取阵列成员。
Array variable names follow the same naming rules as regular PHP variables (see the section "variables: Data Types, Loose Typing, and Scope" on page 9).
数组变量的命名同样遵循PHP变量命名约定(参见第9页“变量:数据类型,弱类型,作用域”)。
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.
数组变量持有一个指针,它指向构成数组元素的数据及秩和长度信息,赋值语句仅复制此指针。
You can do it by accessing internal AppConfig: : State data or the array reference returned to you as the value of the array variable, but it is not recommended that you do so.
可以通过访问内部的AppConfig:State数据或作为数组变量值返回给您的数组引用来实现这一步,但我们建议您不要这样做。
You can change an array variable to point to an array object with different dimension lengths, but you cannot change it to point to an array object of a different data type.
您可将阵列变数变更为指向具有不同维度长度的阵列物件,但不可将它变更为指向不同资料型别的阵列物件。
To create a single dimensional array of the type a [m] (where m is an integer variable already defined and initialized), apply the cpp_type stereotype on the array variable a in the UML model.
要创建一个类型为a [m]的一维数组(这里的m是一个已经被定义和初始化的整数变量),可以在uml模型中在这个数组变量a上运行cpp _type原型。
The above module showed how to add people resolution to your human task using expressions and multiple input values, which USES a business object variable with array inputs.
上述模块显示了如何使用表达式和多个输入值添加人员解析到您的人工任务,使用一个含有数组输入的业务对象变量。
To get around this I use a data structure to define a named indicator variable for each array element.
为绕过这个限制,我使用一个数据结构来为每个数组元素定义一个已命名指示符变量。
This provider now supports host variables, modules, the ARRAY data type, compound statements, and variable length timestamps.
目前这个提供程序支持主机变量、模块、ARRAY数据类型、复合语句和可变长度时间戳。
It then appends all of that data as a hash table to the episodes array, which is a member variable.
然后将所有数据作为一个哈希表附加到剧集数组,该数组是一个成员变量。
This subinterface provides information about array types, where the component type of the array is either parameterized or a type variable.
这个子接口提供了关于数组类型的信息,数组的组件类型可以是参数化的,也可以是一个类型变量。
The program transfers the array nodes into more descriptive variable names, making the code easier to follow.
该程序将数组节点转换为说明性更强的变量名,从而使代码更易于阅读。
Display a simple variable, iterate over an array or associative array, and display the members of a class.
显示简单变量,迭代整个数组或关联数组,以及显示类的成员。
应用推荐