the parameter arg is left to deliver detailed command information needed by the specific device to do its required work.
参数arg 为具体设备的运转提供详细的命令信息。
the data type of arg depends on the particular control request.
arg的数据类型取决于特定控制请求。
players will also learn a lesson familiar to many arg veterans: that everyone involved has something to contribute.
玩家也会从那些他们熟识的老arg玩家那里学到一课:每个参与者都需要有所贡献。
for -opt, the value of arg is used as the replacement value only if a value has been defined for all of the listed variables.
对于-opt,只有为列出的所有变量定义一个值时,才能将arg的值用作替换值。
in linux, the parameter arg for the library call pthread_create() specifies the parameter to be passed to the new thread.
在linux 中,库调用 pthread_create()的参数arg指定了将要传递给新线程的参数。
one way of doing this is to print the drupal arg function straight into the class attribute value, as shown in listing 5.
一种实现方法是直接在class属性值中输出drupal arg函数的值,见 清单5。
the array function append( arg ) adds arg to the end of the array, thus accumulating a list in the process.
数组函数append(arg )将arg 添加到数组的末尾,从而在此过程中形成了一个列表。
leave the code as it is (no arg test inside calculate)
保持此代码不变(calculate 中没有arg测试)
in linux, you use ioctl—int ioctl(int fildes, int request, /* arg */ ...);—to send the control information to a specified device.
linux可以使用ioctl —intioctl(intfildes,intrequest, /*arg */ ...) ; —向指定设备发送控制信息。
copy the contents of arg (pointer to struct simulation_struct) to the global structure.
将arg(指向struct simulation_struct)拷贝到全局结构中。
prefix -- indicating that the value of arg is to be prepended to the value of the variable, if defined.
prefix ——指示如果定义了arg的值,其值将会添加到变量值前面。
for -neg, the value of arg is used as the replacement value only if a value has not been defined for all of the listed variables.
对于-neg,只有没有为所有列出的变量定义值时,才能将arg的值用作替换值。
neg -- indicating that the value of arg is to be used as the token「s replacement value only if a value for any of the named variables has not been defined.
neg ——指示只有当为任何指定变量定义了一个值时,才将arg的值用作标记的替换值。
opt -- indicating that the value of arg is to be used as the token」s replacement value only if a value for any of the named variables has been defined.
opt ——指示只有当为任何指定变量定义了一个值时,才将arg的值用作标记的替换值。
append -- indicating that the value of arg is to be appended to the value of the variable, if defined.
append ——指示如果定义了arg的值,其值将会附加到变量值之后。
the arg specifies a sequence of literal characters that will be inserted into the resulting uri depending on the semantics of the -operation.
arg指定将根据-operation的语法将一个文字字符序列插入到结果uri 中。