网站首页  词典首页

请输入您要查询的英文单词:

 

单词 parameter list
释义

parameter list

  • 网络参数列表;叁数列表;参数表
1.
参数列表
Liran - 博客园 ... parameter 参数、形式参数、形参 parameter list 参数列表 parameterize 参数化 ...
liran.cnblogs.com
2.
叁数列表
编程英语常用词汇 - 豆丁网 ... pair/ 对组 parameter list/ 叁数列 叁数列表 parse/ 解析 解析 ...
www.docin.com
3.
参数表
202 ... 242. 参数( parameter) 243. 参数表( parameter list) 244. 参数化元素( parameterized element) ...
ss.hnu.cn
4.
参数列表对话框打开
shuishixingyu 日志 -... ... “Vuser>Parameter List参数列表对话框打开。 7.1、Each iteration―― 每次反复都要取新值 ...
www.51testing.com
5.
参表
参表parameter list):函数定义的组成部分。指明可以用什么参数来调用函数,可能为空。
www.itpub.net
6.
形参表
妮妮啊... - 博客园 ... namespace( 命名空间) parameter list( 形参表) preprocessor directive( 预处理指示) ...
sven.cnblogs.com

例句

释义:
1.
As you add parameters, the wizard updates Parameter list to display each parameter, with its modifier and type.
添加参数时,向导随之更新“参数列表”以显示每一个参数及其修饰符和类型。
msdn2.microsoft.com
2.
The parameter list is for parameters that this function sends to other function calls, not for its own parameters.
参数列表中的参数是该函数发送给其他函数调用的参数,而非其自身的参数。
www.ibm.com
3.
A generic procedure can use its type parameters in its normal parameter list, in its return type if it has one, and in its procedure code.
泛型程序可以在一般参数清单、传回型别(如果有的话)和程序程式码中使用自己的型别参数。
technet.microsoft.com
4.
In a template parameter list, these keywords have the same meaning: They indicate that the name that follows represents a type.
在模板形参表中,这两个关键字具有相同的含义,都指出后面所接的名字表示一个类型。
dictsearch.appspot.com
5.
You can define more than one optional parameter, but all the optional parameters must be at the end of the parameter list.
您可以定义多个选择性参数,但是所有选择性参数必须位在参数清单的结尾。
technet.microsoft.com
6.
In rare situations, it is necessary to determine the position of a type parameter in the type parameter list of its declaring class.
在极少情况下,需要确定类型参数在其声明类的类型参数列表中的位置。
msdn2.microsoft.com
7.
We then converted the handle from a number into a string and added this string into the parameter list of OIS.
我们然后从数值到字符串转换句柄并添加字符串到OIS的参数表。
www.igamett.com
8.
The calling function must not depend on the parameter list still being on the stack when your function returns to it.
当函数返回到进行调用的函数时,后者一定不能依赖于仍在栈中的参数列表。
www.ibm.com
9.
The steps for obtaining the requisite object references and constructing the parameter list required for invocation are shown in Listing 1.
获得所需对象引用以及构造此调用所需的参数列表的步骤如清单1所示。
www.ibm.com
10.
A conversion function must be a member function. The function may not specify a return type, and the parameter list must be empty.
转换函数必须是成员函数,不能指定返回类型,并且形参表必须为空。
www.phpfans.net
1.
Note that this function still uses the concat2 function, but takes as its input a parameter list.
注,此函数仍使用concat2函数,但是使用参数列表作为输入。
www.ibm.com
2.
Gets the position of a type parameter in the type parameter list of the generic type that declared the parameter.
获取某个类型参数在类型参数列表中的位置,该列表具有声明该参数的泛型类型。
msdn2.microsoft.com
3.
This improvement allows the parameter list to be displayed to the end user in a much more logical manner.
这个改进使得参数列表以一种更符合逻辑的方式呈现给最终用户。
www.infoq.com
4.
The map closure has a parameter f that represents a closure and a parameter list that represents, not surprisingly, a List.
map闭包有一个参数f代表闭包,还有一个参数list代表(不要惊讶)List。
www.ibm.com
5.
Representations of four specified objects and any objects specified in an optional variable length parameter list.
表示形式与可选变量长度参数列表中指定的任何对象串联起来。
msdn2.microsoft.com
6.
Unable to Add to Parameter list. Failed to allocate Memory.
无法添加到参数列表。分配内存失败。
angel.w15.5tom.cn
7.
An assembly-qualified type can be enclosed in brackets only when it appears within a type parameter list.
只有当程序集限定类型出现在类型参数列表中时,才可以将它括在中括号内。
msdn2.microsoft.com
8.
If you shadow a procedure with another procedure, you can use a different parameter list and a different return type.
如果用一个过程隐藏另一个过程,可以使用不同的参数列表和不同的返回类型。
msdn2.microsoft.com
9.
A stored procedure using EXTERNAL NAME can have no other clauses following the parameter list.
使用EXTERNALNAME的存储过程在参数列表后可以不使用其它子句。
www.ianywhere.com
10.
The array must contain the correct number of Type objects, in the same order as they appear in the type parameter list.
数组必须包含正确数目的Type对象,并且顺序和对象在类型参数列表中的顺序相同。
msdn2.microsoft.com
1.
parameter array as the last entry in a procedure's parameter list.
可以将“参数数组”声明为过程的参数列表中的最后一项。
technet.microsoft.com
2.
The return type for an operator must immediately precede the parameter list, and modifier is either implicit or explicit.
operator的返回类型必须紧挨在参数列表之前,并且modifier为implicit或explicit。
msdn2.microsoft.com
3.
A delegate type represents references to methods with a particular parameter list and return type.
委托类型表示方法引用,这些方法可以带有特定参数表和返回类型。
prowyh.wordpress.com
4.
There is no constructor with a parameter list that matches the initialization.
没有所带参数列表与初始化匹配的构造函数。
msdn.microsoft.com
5.
A function declaration consists of a return type, the function name, and parameter list.
函数声明由函数返回类型、函数名和形参列表组成。
blog.163.com
6.
Can be used only on the last parameter of a parameter list.
只可用于参数列表中的最后一个参数。
msdn2.microsoft.com
7.
Property to determine its position in the type parameter list where it was defined.
属性确定其在定义时在类型参数列表中的位置。
msdn2.microsoft.com
8.
Anonymous methods enable you to omit the parameter list.
您可使用匿名方法来忽略参数列表。
technet.microsoft.com
9.
In the procedure declaration, add the parameter name to the procedure's parameter list, separating it from other parameters by commas.
在程序宣告中,将参数名称加入至程序参数清单(用逗号隔开每个参数)。
technet.microsoft.com
10.
Either they must be passed the data in their parameter list, or they must use data in their scope.
必须在它们的参数列表中为它们传递数据,或者它们必须使用所在作用域中的数据。
www-128.ibm.com
1.
The position of the type parameter in the type parameter list of the generic type or method that declared the parameter.
类型参数在声明该参数的泛型类型或方法的类型参数列表中的位置。
msdn2.microsoft.com
2.
The specifications may sometimes appear within the parameter list itself.
区分部分有时可以在参数表本身出现。
www.jukuu.com
3.
as a parameter and adds it to the parameter list of the report.
关键字自动检测为参数,并将其添加到报告的参数列表。
www.ibm.com
4.
If L has an explicitly typed parameter list, each parameter in D has the same type and modifiers as the corresponding parameter in L.
如果L有显型参数列表,D中的每个参数有着与相应的L中的参数相同的类型和修饰符。
www.diybl.com
5.
A default argument is specified by providing an explicit initializer for the parameter in the parameter list.
默认实参是通过给形参表中的形参提供明确的初始值来指定的。
blog.163.com
6.
You will notice the keyword parameter list is a small part of the larger picture of metadata in the image.
您会注意到关键字参数列表仅仅是图像元数据的一小部分。
www.ibm.com
7.
Its perspective film graphic falls into sine wave stripe image and C type image, includes file header and parameter list.
其透视胶片图分正弦波条纹图象和C型图象,包含文件头和参数表。
www.bgzdh.com.cn
8.
It defines one type parameter and uses it to construct the two parameters in the parameter list.
它定义一个类型参数,并用该类型参数在参数列表中构造两个参数。
msdn2.microsoft.com
9.
This search is based not only on the name of the method but also on the type of its parameters and the size of the parameter list.
这种搜索不仅取决于方法名称,而且取决于其参数类型和参数列表的大小。
www-128.ibm.com
10.
A literal value is required. Please specify a value before adding a new parameter to the invocation parameter list.
要求参数值。请在向调用参数列表添加新参数之前指定一个值。
www.dictall.com
1.
Therefore, a static method with the same name as an instance method must have a different parameter list.
因此,一个静态方法如果具有与一个实例方法相同的名称,则必须具有一个不同的参数列表。
207.46.16.251
2.
Get accessor of an indexer has the same formal parameter list as the indexer.
访问器具有与索引器相同的形参表。
msdn2.microsoft.com
3.
It implicitly casts the String object type to an Object type (for the parameter list).
隐式地把String对象类型转换成Object类型(用于参数列表)。
www.ibm.com
4.
Unlike the corresponding system call DeviceIOControl, the input parameter list in ioctl is not fixed.
与对应的系统调用DeviceIOControl不同,ioctl的输入参数列表并不固定。
www.ibm.com
5.
Add a comma and continue the type parameter list, or add a closing parenthesis character to terminate the list.
请添加逗号,然后再继续向类型参数列表中添加项,或添加右括号字符结束列表。
msdn2.microsoft.com
6.
An integer representing the position this parameter occupies in the parameter list.
表示该参数在参数列表中所占位置的整数。
msdn2.microsoft.com
7.
Once the variables and parameter list is initialized, the getConflictDocuments method is invoked.
在初始化变量和参数列表之后,就会调用getConflictDocuments方法。
www.ibm.com
8.
Covers defining a parameter list to accept values passed to the procedure by the calling code.
介绍如何定义参数列表来接受由调用代码传递给过程的值。
msdn2.microsoft.com
9.
Events, like methods, have a signature that includes a name and a parameter list.
事件和方法一样具有签名,签名包括名称和参数列表。
msdn2.microsoft.com
10.
You should note that two functions with the same name and parameter list, but different return types, generate a compiler error.
需注意的是,假如两个函数的名称与参数列表均一致然而返回类型不同的话,这就是个编译错误。
bbs.chinaunix.net
1.
Method, the trace category comes in front of the trace message in the parameter list for the method.
方法,则在该方法的参数列表中,跟踪类别出现在跟踪消息之前。
msdn2.microsoft.com
2.
The delegate is a type that defines a signature, that is, the return value type and parameter list types for a method.
委托是一个定义签名的类型,即方法的返回值类型和参数列表类型。
msdn2.microsoft.com
3.
Remove the Optional or ParamArray keyword from the parameter list.
将Optional或ParamArray关键字从参数列表中移除。
msdn2.microsoft.com
4.
The zero-based position of the parameter in the parameter list.
参数列表中参数从零开始的位置。
msdn2.microsoft.com
5.
Order to signal the end of the parameter list if some of the parameters are optional.
当有多个参数时,一定要终结命令。
blog.csdn.net
6.
The character is used incorrectly in the formal parameter list of a macro definition.
这个字元在巨集定义的型式参数清单中的使用不正确。
msdn.microsoft.com
7.
C2062 can also occur due to the way the compiler handles undefined types in a constructor's parameter list.
编译器处理构造函数的参数列表中未定义类型的方式也可能导致C2062。
207.46.16.251
8.
The semantics for creating a new word is a message that doesn't match any query patterns and which contains a parameter list.
创建一个新单词的语义是一个不匹配任何查询模式并且包含一个参数清单的消息。
www.ibm.com
9.
Remove the ParamArray keyword from the parameter list.
将ParamArray关键字从参数列表中移除。
msdn2.microsoft.com
10.
You cannot use both Optional and ParamArray in the same parameter list.
不能在同一个参数列表中同时使用Optional和ParamArray。
msdn2.microsoft.com
1.
Provides a simple delegate that is used to invoke a method with a void parameter list.
提供一个简单委托,该委托用于调用含void参数列表的方法。
msdn2.microsoft.com
2.
MyParmTempTable contains my parameter list.
这个变量是包含参数的表名。
baowunet.com
3.
Removes the parameter you select in Parameter list from the list.
从列表中移除在“参数列表”中选择的参数。
msdn2.microsoft.com
4.
This button is unavailable if the Parameter list is empty.
如果“参数”列表为空,则此按钮不可用。
office.microsoft.com
5.
In XSLT v2, you can't pass a parameter to a named template that is not defined in its parameter list.
在XSLTv2中,您不能将参数传递给未在其参数列表中定义的命名模板。
www.ibm.com
6.
Keyword to denote a parameter array in the parameter list.
关键字表示参数列表中的参数数组。
msdn2.microsoft.com
7.
However, JScript 8. 0 Allows function declarations to specify a parameter array in the function parameter list.
但是,JScript8.0允许进行函数声明以便在函数参数列表中指定一个。
msdn2.microsoft.com
8.
The parameter list is optional, as is the IL offset.
参数列表和IL偏移量一样,是可选的。
msdn2.microsoft.com
9.
This way, the function being called can know the exact offset of each parameter, no matter how big the parameter list area is.
不管参数列表区域多大,被调用的函数总可以知道每个参数的精确偏移量。
www.ibm.com
10.
You must specify the type of formal parameters in the formal parameter list.
必须在形参表中指定形参的类型。
207.46.16.251
1.
Note that we ignore the first entry, $_[0], in the parameter list.
注意,在参数列表中,我们省略了第一个条目$_[0]。
www.ibm.com
2.
Statement creates a new mining model that is based on the column definition list, the algorithm, and the algorithm parameter list.
语句可以创建基于列定义列表、算法和算法参数列表的新挖掘模型。
msdn2.microsoft.com
3.
The signature carried in the metadata does not contain an entry in the parameter list for the
元数据中带有的签名不在参数列表中为
msdn2.microsoft.com
4.
Length of parameter list error
参数列表长度错误
angel.w15.5tom.cn
5.
Parameter List of Special Air Conditioning Unit for High Temperature Area
高温地区专用空调机参数表
www.shendaac.com
6.
a comma - separated list of column definitions . parameter list
列定义的逗号分隔列表。
www.ichacha.net
7.
The Parameter List for Traveling Crane Air-conditioner
分体挂壁式行车空调产品性能参数表
www.shendaac.com
8.
The Main Technical Parameter List for Fan Coil
风机盘管主要技术参数表
www.shendaac.com
9.
syntax error in macro parameter list
宏参数列表语法错误
www.qiyeku.com
10.
In a type parameter list, a,
在类型参数列表中,
msdn2.microsoft.com
1.
Object parameter list - Part 85: For threads
事物特性表.第85部分:螺纹
www.mapeng.net
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/9 9:26:39