For a non-class function argument, numbering starts from __arg1.
对于非类函数的参数,编号从__arg1开始。
A manifestly typed language forces you to declare each variable and each function argument.
显式类型语言要求声明每个变量和每个函数参数。
It takes a function argument of an input filename, in which details about the RSS feed sources are specified.
它接受输入文件名称作为函数参数,在该文件中指定了关于rss提要源的细节。
Using a function as a function argument, or returning a function as a value, elevates this abstraction into the realm of higher-order functions.
将函数用作函数的参数,或将函数作为值返回,这些概念属于高阶函数的领域。
So that particular argument for extending particular function argument the assertion language or for expressing contracts in English goes away at least in the long term.
因此,有关扩展断言表达式有关因此语言和英语中的契约表述的争论,在一个较长时期后将会契约争论表述沉寂下来。
Partial application is a broader technique that resembles currying but does not restrict the resulting function to a single argument.
部分应用是一种更广泛的技巧,它与局部套用类似,但是生成的函数并不限于单函数。
Each event function contains two forms: one without any arguments, and one that contains a function as an argument.
每个事件函数都包含两种形式:一个没有任何参数,一个包含一个函数作为参数。
The conclusion, you can tell which is the conclusion by looking at the function of that sentence in the argument.
结论,你可以识别哪个是结论,通过看论点中句子的功能。
The logic in the feed sources input component simply reads from a file, whose name is passed as a function input argument.
提要源输入组件的逻辑只是简单地从文件中读取,而文件的名字则以函数输入参数的形式传递。
We care that the server resource name is correct and that the second argument is a callback function.
我们关心服务器资源名称是正确的,并且第二个参数是一个回调函数。
This function accepts a string as an argument (the original value of the field), and returns a masked version of the value.
这个函数接受一个字符串参数(该域的原始值),并返回该值的一个屏蔽版本。
We didn't specify which function callback would be applied as the second argument, just that a function callback would be applied.
我们并没有指定哪个回调函数会被用作第二个参数,只需要是一个回调函数就可以了。
As explained earlier, the stub method takes a callback function as its final argument, which is used to capture the list of courses in the response.
正如先前所介绍的,存根方法会采用回调函数作为其最后的实参,该实参用来捕获响应中的球场列表。
If the method on the server-side component has a non-void return value, that value is passed into the callback function as its only argument.
如果服务器端组件上的方法具有非空返回值,该值就会作为其惟一的实参传递进此回调函数。
EINVAL — You passed an invalid argument to the function.
EINVAL:向函数传递了无效的参数。
This function returns the semaphore set identifier associated with the argument key.
这个函数返回一个信号量集标识符,它与一个参数的键值关联在一起。
The first thing you'll notice is that there is no click function, but rather an observe function that takes the event as an argument before the function reference itself.
您首先将注意到没有click函数,而是使用了 observe 函数,该函数在引用它自身之前将事件作为参数。
In the first example in Listing 3, I simply use the scm_call_1 function to call the Scheme function with one argument.
在清单3中的第一个例子中,我使用scm_call_1函数调用scheme函数,调用时带有一个参数。
Finally, Listing 7 shows the main function of the program, which just calls the process_directory function for every argument passed on the command line.
最后,清单7显示了该程序的main函数,它只是对命令行中传递的每个参数调用了process_directory函数。
This function accepts as its argument the simulated processor topology and internally configures the simulator environment and starts the user-space Linux kernel.
此函数接受模拟处理器拓扑作为其参数并在内部配置模拟器环境,同时启动用户空间Linux内核。
Because map takes one argument, a function, we can use the "placeholder" indicator _ instead of a named parameter.
因为map接受一个参数,即一个函数,我们可以用_占位符来替代有名参数。
For example, for functions that take optional arguments, the wrap_*() function extracts the optional argument.
例如,对于使用可选参数的函数,wrap_*()函数将提取可选的参数。
Puts a probe on function spacefriend, and fetches its argument using __arg1 because it is a non-class function.
在函数spacefriend上设置探查,使用__arg1获取它的参数,因为它是非类函数。
Ext.Direct calls take a function as an argument, itself accepting two arguments: provider and response.
Direct调用用一个函数作为参数,它本身接受两个参数:provider和response。
The first procedure, square, is a traditional Scheme function that accepts a single argument and returns a result.
第一个过程square是一个传统的Scheme函数,它接受一个参数,然后返回一个结果。
The spu_mfcdma64() function takes an additional argument specifying the top 32 bits of an effective address.
spu_mfcdma64()函数则使用另外一个参数来指定有效地址的高32位部分。
Versa provides data conversion functions, one of which is the string function, which converts its argument to a string.
Versa提供数据转换函数,其中之一是string函数,它将其参数转换成字符串。
In case of static functions, the first actual argument of function can be accessed using __arg1.
对于静态函数,可以使用__arg1访问函数的第一个实际参数。
In this case, I'm adding a call to the printvalue function with the value argument set to foo.
在这个示例中,添加了一个对printvalue函数的调用,并将value参数设置为foo。
Arg0 is the argument passed to the function being probed for entry probe.
arg0是传递给要探测的函数的参数,用于进入探测。
应用推荐