parameter list
[数] 参数表
2026-03-22 00:53 浏览次数 14
[数] 参数表
parameter r list参数列表
PCL Parameter Control List参数控制表
dummy parameter list哑元表
parameter descriptor list参数描述号列表
parameter table参数表
parameter attribute list[计]
Parameter Request List参数请求列表
parameter vector list参数向量列表
Parameter Summary List参数汇总表
actual parameter list实在参数表
remember, the parameter list area is defined for all of the calls made by a function, and therefore will likely be bigger than necessary for any individual function call.
记住,参数列表区是针对函数的所有调用定义的,因此可能会比任何单次函数调用需要的空间都大。
if you have to change the input parameter list of your function, you will need to drop it yourself because application developer will not be able to drop and re-create it when you do the build.
如果必须更改函数的输入参数列表,则需要自己删除该函数,因为在执行build时,applicationdeveloper不能删除和重新创建函数。
clicking the add button next to the parameter list brings up a create parameter dialog, where you can type in the name, type, and dimension of the parameter.
点击参数列表旁边的添加按钮会弹出一个创建参数对话框,在这个对话框里你可以输入参数名称、类型以及维数。
unlike the corresponding system call deviceiocontrol, the input parameter list in ioctl is not fixed.
与对应的系统调用deviceiocontrol 不同,ioctl 的输入参数列表并不固定。
once the variables and parameter list is initialized, the getconflictdocuments method is invoked.
在初始化变量和参数列表之后,就会调用 getconflictdocuments方法。
the calling function must not depend on the parameter list still being on the stack when your function returns to it.
当函数返回到进行调用的函数时,后者一定不能依赖于仍在栈中的参数列表。
when the report is run in the birt report viewer, the user will be prompted with a report parameter list box with the set of values specified during design time.
当报告在birtreportviewer中运行时,用户将看到一个报告参数列表框,其中包含设计时指定的一组值。
this improvement allows the parameter list to be displayed to the end user in a much more logical manner.
这个改进使得参数列表以一种更符合逻辑的方式呈现给最终用户。
for example, when developing an order detail report, you may wish to present a dynamic parameter list of all orders.
例如,在开发一个详细订单的报表时,你可能希望展示一个所有订单的动态参数列表。
when an instance of the class is created, each field corresponding to a parameter in the parameter list will be initialized with the parameter automatically.
当类的一个实例被创建时,每一个参数对应的字段都会被参数自动初始化。
i'd have to redefine the parameter list for the createword() method to look something like def createword(word, partofspeech, defs, syns=[]){}.
我需要重新定义createword()方法的参数清单,使它变成类似defcreateword(word,partofspeech,defs,syns=[]){} 的样子。
you can easily take advantage of arguments within your custom closures by attaching a parameter list to yield, as in listing 7
通过将参数列表附加给yield,很容易利用定制闭包中的参数,如清单7 中所示。
the primary constructor, which is the body of the entire class, has a parameter list that takes a label string and a list of callback functions.
主构造函数,类的主题,有一个参数列表来接受标签字符串和回调函数的列表。
you will notice the keyword parameter list is a small part of the larger picture of metadata in the image.
您会注意到关键字参数列表仅仅是图像元数据的一小部分。
as a parameter and adds it to the parameter list of the report.
关键字自动检测为参数,并将其添加到报告的参数列表。
this way, the function being called can know the exact offset of each parameter, no matter how big the parameter list area is.
不管参数列表区域多大,被调用的函数总可以知道每个参数的精确偏移量。
the steps for obtaining the requisite object references and constructing the parameter list required for invocation are shown in listing 1.
获得所需对象引用以及构造此调用所需的参数列表的步骤如清单1所示。