形式参数有没有默认值并不重要。
It's not important whether a formal parameter has a default value or not.
文件与RPC形式参数的图。
程序体中每当引用形式参数时,就调用形实替换程序。
For each reference to a formal parameter in the body of the procedure, a call of this thunk appears.
首先,必须为每个参数选择短形式参数字母和长形式参数名。
First, you must select short form parameter letters and long form parameter names for each parameter value. With a short form (single letter) option, you can execute your script like this.
使用名字调用时,包含有用参数对形式参数进行原文替换的意思。
The use of a call by name parameter implies a textual substitution of the formal parameter name by the actual parameter.
导出地方坐标与国家坐标转换参数、形式参数及重心化参数的关系。
The paper introduces the relationship among transformation parameters, form parameters and barycentralization parameters in local and national coordinates.
我们可以迫使擦除湿不同的,通过显示的在形式参数t的边界中指定一个超类。
We can force the erasure to be different, by explicitly specifying a superclass in the bound for the formal type parameter t.
在这些类图中,关联被定义为带有特殊标记的类,它们的属性代表了输入中指明的形式参数。
In these diagrams, the relations are defined as classes tagged with a specific stereotype, and their properties represent the formal parameters specified in input.
函数定义:创建新函数的语句,确定函数的名字,形式参数,以及函数内部的语句。
A statement that creates a new function, specifying its name, parameters, and the statements it contains.
还可以展开跟踪中的条目(单击名称左边的向右小箭头),查看函数的形式参数的值。
You can also expand an entry in a backtrace — click the little right arrow to the left of the name — to see the values of the function's formal arguments.
通常,参数列表中的每一个关键字都必须来自于形式参数,每个参数都有对应的关键字。
In general, an argument list must have any positional arguments followed by any keyword arguments, where the keywords must be chosen from the formal parameter names.
在函数里面,实际参数会被赋值给形式参数。下面就是一个使用单个实际参数的函数的定义。
Inside the function, the arguments are assigned to variables called parameters. Here is a definition for a function that takes an argument.
下面这个列子说明如何使用双星号形式,同样的,一个形式参数和两个有默认值的变量被被传入。
Here is an example of how to use the keyworded form. Again, one formal argument and two keyworded variable arguments are passed.
也能提醒实际参数和形式参数的使用过程:调用一个函数的时候,把实际参数的值赋给了形式参数。
It is also a reminder about how arguments and parameters work: when you call a function, the arguments are assigned to the parameters.
实际参数:当函数被调用的时候,提供给函数的值。这个值会被函数接收,赋给函数内部的形式参数。
A value provided to a function when the function is called. This value is assigned to the corresponding parameter in the function.
注:一个过程可以有多个入口,通常每个入口包括一个称为入口名的标识符,还可能包括一些形式参数。
Note: a procedure may have more than one entry; each entry usually includes an identifier, called the entry name, and may include formal parameters.
C#索引器的形式参数成为相应的UML操作的参数,而索引器的类型成为 UML 操作的返回类型。
The formal parameters of the C# indexer become the parameters of the corresponding UML operation and the type of the indexer becomes the return type of the UML operation.
常常可以发现bug的原因是调用者发送了类型错误的参数或数量错误的参数,或者实际参数和形式参数的次序不匹配。
Often, you can trace the origin of a bug back to a caller that's sending the wrong type of argument, the wrong number of arguments, or a mismatch between the order of actual and formal arguments.
它是SimpleRDB的通用模型的第一个类实体,但是在UML 2.0中没有它的对等体。这就是关联的签名没有与uml元素相关的形式参数的原因。
It is a first class entity in the meta-model of SimpleRDB, but it has no equivalent in UML 2.0. That is why the signature of the relation has no formal parameter that relates a UML element.
它是SimpleRDB的通用模型的第一个类实体,但是在UML 2.0中没有它的对等体。这就是关联的签名没有与uml元素相关的形式参数的原因。
It is a first class entity in the meta-model of SimpleRDB, but it has no equivalent in UML 2.0. That is why the signature of the relation has no formal parameter that relates a UML element.
应用推荐