A parameter self-learning algorithm is presented after defining data structure and variable array to improve the prototype's adaptability to different size of workpieces.
在定义了数据结构和变量数组的基础上,给出了参数自学习过程算法,改善了模型样机对不同规格样本工件的适应性。
This variable should be typed so that it's compatible with each item in the list, array, or collection being iterated over.
这个变量应该有自己的类型,这样,它就可以与将遍历的列表、数组或集合中的每一个项兼容。
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.
然后将所有数据作为一个哈希表附加到剧集数组,该数组是一个成员变量。
Arrays are typed, and so you know exactly what variable type is going to be needed for each item in the array.
数组被类型化,所以您需要很清楚地知道数组中每个项目的变量类型是什么。
The code in the method then USES the items array to look up the value and returns it as if there had been a member variable there for that keyword, in particular.
然后,方法中的代码将使用项阵列来查找值并返回该值,就像有一个专门用于该关键字的成员变量在那儿一样。
This subinterface provides information about array types, where the component type of the array is either parameterized or a type variable.
这个子接口提供了关于数组类型的信息,数组的组件类型可以是参数化的,也可以是一个类型变量。
The variable could be as simple as an integer or a string or as complex as a multidimensional array or an object.
变量可以像一个整数或字符串那样简单,也可以像多维数组或对象那样复杂。
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.
显示简单变量,迭代整个数组或关联数组,以及显示类的成员。
When the BULK COLLECT clause is included, the statement can return multiple rows; the variable in the INTO clause must be an array, and each row is stored in an array element.
在包括BULKCOLLECT子句后,该语句可返回多行;INTO 子句中的变量必须是阵列,且每一行存储在一个阵列元素中。
You may find this useful in cases where you need to have a variable number of array members.
在需要数量可变的数组成员时,这个特性很有用。
The example in Listing 1 illustrates variable creation of a variety of types (int, float, string, array, and function).
清单1中的示例说明了如何创建多种类型的变量(整型、浮点、字符串、数组和函数)。
The long and the short of it is that you create a variable, indicate the array or collection to iterate over, and then operate upon the variable you defined.
创建一个变量,指向要遍历的数组或集合,然后对定义的变量进行操作。
When the value of an array variable is NULL, there is no memory allocated for it.
在阵列变量值为 NULL 时,不为它分配内存。
To allow for added arguments beyond those defined in the parameter array (either required values or variable length sets of values), I'll have the call return the actual number of arguments processed.
为了允许除形参数组中定义的实参之外额外的实参(要么是必需的值,要么是可变长度的值),我将令这个调用返回被处理实参的实际数量。
For each iteration through the array, the variable named city contains a SortedMap object.
在对这个数组的每一次迭代中,变量city包含一个Sorted map对象。
In the Link module, the formatter already passes an array of attributes to be placed on the tag using the item variable.
在Link模块中,该格式器已经使用item变量传递了一个要放置在标签上的属性数组。
The segment of the array that the slice references can be changed by assigning a new slice to the same variable.
该切片所引用的数组分段可以通过将新的切片赋值给同一变量来更改。
The next required variable is the environment array (envp).
下一个所需变量是环境数组(envp)。
Listing 2 shows an array constructor with four elements with values given by the NULL constant, a variable, a literal and a scalar sub-query, respectively.
清单2显示具有4个元素的阵列构造函数,其值分别由NULL常数、变量、文字和标量子查询提供。
In this case, there's a single variable, named people, and the value is the array containing three items, each of which is a person record with a first name, a last name, and an e-mail address.
在这个示例中,只有一个名为 people的变量,值是包含三个条目的数组,每个条目是一个人的记录,其中包含名、姓和电子邮件地址。
The following snippet of code counts the documents and stores the document subjects in a variable dimensioned array for the LotusScript equivalent of the @Prompt_OKCancelListMult.
下列代码段对文档进行计数,并将文档主题存储在LotusScript 中 @Prompt_OKCancelListMult 等同项的变维数组中。
The script loads the file text into a string variable, explodes it into an array using new lines, and determines the name of the vendor from the first element of the array.
此脚本将此文件文本载入到一个字符串变量,将其explode到一个使用了新行的数组并根据此数组的第一个元素决定商家的名称。
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数据或作为数组变量值返回给您的数组引用来实现这一步,但我们建议您不要这样做。
For-each loop: When iterating over an array, the compiler generates an induction variable and the standard array iteration idiom.
for - each循环:当迭代数组时,编译器生成归纳变量和标准的数组迭代语法。
You also need to count the number of elements in the array and use a variable $numstories to contain the result.
您还需要统计数组中的元素个数,并将其保存在变量 $numstories中。
In this case, the function may be called with as many arguments as you wish, and those values are collected into a single variable: an array named a: 000.
在本例中,函数可以使用任意数量的参数调用,并且这些值被收集到一个单一变量中:一个名为a: 000的数组。
应用推荐