Procedures with array parameters can be called from any of these interfaces.
可从这些接口中的任意一个调用具有阵列参数的过程。
It is usually a good idea to define array parameters as Pointers, rather than using the array syntax.
通常,将数组形参直接定义为指针要比使用数组语法定义更好。
The general loading arithmetic of Gauss heat source in ANSYS welding simulation is loading heat flux(HF)on the whole welding surface based on TABLE array parameters.
A NSYS焊接仿真中高斯热源的一般加载算法是:基于表参数的整面热流密度加载。
Basically, whenever the last argument of a method is an array of objects, or a parameter declaration with a triple dot, you can pass multiple parameters to this method.
基本上,只要当一个方法的最后一个参数是一个对象数组,或者是一个有三个点的参数,你就可以向这个方法传入多重参数。
With the allowed parameters defined in an array, the call from the application program to the argument processing code can be kept as simple as a single call to a static method.
有了得到允许的在一个数组中定义的形参,应用程序对参数处理代码的调用就可以像对一个静态方法的单个调用一样简单。
The first element of the array is actually the name of the binary, so it's really the second element where the parameters start.
该数组的第一个元素实际上是二进制文件的名称,因此参数实际上是从第二个元素开始的。
In the case of the top-level script environment, this is the array of arguments passed to the script itself (the command-line parameters).
在最顶层的脚本环境中,则是传递给脚本本身的的参数数组(命令行参数)。
This array is a list of parameters that define the execution environment for the user-space application.
该数组是一组定义用户空间应用程序执行环境的参数列表。
Here again, you used object notation to define the parameters, and array notation to access them.
这里同样使用对象表示法定义参数,但是用数组表示法访问它们。
This operation takes an endpoint address, which is returned by a subscription operation, and an array of extensibility parameters (which I did not use in this implementation).
此操作接受端点地址(由订阅操作返回)和可扩展参数数组(本实现中未使用)作为参数。
The function takes two parameters: "array of rows" and "array of columns".
这个函数接受两个参数:“行数组”和 “列数组”。
All these functions accept certain input parameters and return an application-specific associative array containing relevant account information.
这些函数都接受某些输入参数,并返回一个包含相关帐户信息的应用程序专有的关联数组。
This method accepts a microformats name, a document reference to start the search from, and an optional array of parameters.
该方法的参数包括微格式名称、搜索的文档引用和可选的参数数组。
The code in Listing 4 first defines an array, with the first element being the path to the binary that is to be executed, and the remaining elements acting as the command-line parameters.
清单4中的代码首先定义一个数组,其中第一个元素是要执行的二进制文件的路径,其余元素充当命令行参数。
An array of inferential statistical procedures (methodologies for estimating population parameters based upon sample data) could be fruitfully exploited, but at present are not being applied.
有许多 推论统计步骤(根据样本数据估计总体参数的方法)可以被充分利用,但目前却没有应用它们。
The values from the form are stored in PHP's $_GET array, which is an array of HTTP get parameters.
来自表单的值存储于PHP的 $_GET数组,它是一个HTTPget参数数组。
You then assemble the parameters for the Web services call as an array, which you encode as a JSON string.
然后,将用于这个Web服务调用的参数集合为一个数组,并将其编码为JSON字符串。
The call to execv first takes a pointer to the name of the binary to be run, and then a pointer to the array of parameters that you declared earlier.
execv调用首先取得一个指向要运行的二进制文件名称的指针,然后取得一个指向您前面声明的参数数组的指针。
Route parameters can be specified within an array, and passed to the gen() method as a second argument.
路由参数可以在一个数组中指定,并作为第二个参数传递给gen()方法。
The second change required is to construct (at the very least) an object array holding the actual values of parameters to be passed into the Collaborator class' constructor.
必需的第二项更改是(至少)构造一个保存传递给 Collaborator类的构造函数的参数实际值的对象数组。
The get() method of AppConfig can be used to get the value of an individual parameter; because the parameters of interest are always array references, I automatically de-reference them.
AppConfig 的get()方法可以用来得到各个参数的值;由于感兴趣的参数总是数组引用,我自动地对它们进行解引用。
The input to this setter method is an array of configuration parameters, which is natively created from the element and its children.
这个setter方法的输入为一个配置参数数组,由元素及其子元素生成。
As defined by the service notification consumer WSDL, the notify method accepts two parameters: an array of notification messages and an array of additional information.
按照服务通知使用者WSDL的定义,notify方法接受两个参数:包含通知消息的数组和包含其他信息的数组。
AddSeries accepts three parameters: a name, a data array, and an options array.
addSeries接受三个参数:一个名称、一个数据数组和一个选项数组。
The DeployAttributeNotEqualsValidator accepts the same parameters, plus either one invalid value (as shown in Listing 5) or an array of invalid values.
DeployAttributeNotEqualsValidator 会接受相同的参数,要么是一个无效的值(如代码清单5 所示)或者一个无效值的数组。
One of the parameters in the getFeed method is an array of cookies.
getFeed方法中的参数之一是一个cookies数组。
Other options are execl(2), which takes the parameters in individual arguments, or execvp(2), which also takes a null-terminated array of environment variables.
其他选项包括execl(2)(它单独接受各个参数)或execvp(2)(它也接受一个以 Null 结尾的环境变量数组)。
QName, the parameters array, and the encoding style to the WS. Call object's invoke_rpc method, as shown in Listing 6.
我会将参数WS.QName、参数数组和编码样式传递到WS . Call对象的invoke_rpc方法,如清单6所示。
The array in which the CGI parameters are held depends on the value of the action attribute in the element.
保存CGI参数的数组是由元素中action属性的值决定的。
The parameters array is passed in so the values that the user selected can be processed by the servlet.
传入参数数组以让servlet能够处理用户选择的值。
应用推荐