Literal or variable arguments can be passed into the action, and they are bound in sequence to the target Java method's parameters. 文本或变量参数(VA)可以传递到动作中,它们按顺序绑定到目标Java方法的参数。
Vector Control System of Permanent Magnet Synchronous Motor based on Variable Arguments(VA) PI Controller 基于变参数PI的永磁同步电动机矢量控制系统
This is in contrast to language-bound, API-based interaction, whereby a client invokes server functions through remote proxies by passing variable arguments in a programming language. 这是与基于特定语言API的交互完全不同的,在基于API的交互中,客户端是通过传递特定编程语言的可变参数到远程代理来调用服务器函数的。
Here is an example of how to use the keyworded form. Again, one formal argument and two keyworded variable arguments are passed. 下面这个列子说明如何使用双星号形式,同样的,一个形式参数和两个有默认值的变量被被传入。
GCC has long supported variadic macros, and used a different syntax that allowed you to give a name to the variable arguments just like any other argument. GCC始终支持复杂的宏,它使用一种不同的语法从而可以使你可以给可变参数一个名字,如同其它参数一样。