We firstly discuss the properties of the argument function and the single-valued analytical branch of logarithmic function.
首先研究了辐角函数的一些性质,进而对对数函数的多值性进行了分析,最后讨论了多值函数的应用问题。
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.
每个事件函数都包含两种形式:一个没有任何参数,一个包含一个函数作为参数。
It takes a function argument of an input filename, in which details about the RSS feed sources are specified.
它接受输入文件名称作为函数参数,在该文件中指定了关于rss提要源的细节。
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.
我们关心服务器资源名称是正确的,并且第二个参数是一个回调函数。
All you're doing is promising the compiler that the argument passed to the function will be at least that large; some machines might use this for loop unrolling.
您这样做是向编译器保证传递给那个函数的参数将至少是那么大;有一些机器可能会以此来拆解循环。
We didn't specify which function callback would be applied as the second argument, just that a function callback would be applied.
我们并没有指定哪个回调函数会被用作第二个参数,只需要是一个回调函数就可以了。
Using a function as a function argument, or returning a function as a value, elevates this abstraction into the realm of higher-order functions.
将函数用作函数的参数,或将函数作为值返回,这些概念属于高阶函数的领域。
A manifestly typed language forces you to declare each variable and each function argument.
显式类型语言要求声明每个变量和每个函数参数。
Offset within a string: The second argument of the LOCATE function, which specifies the starting position within a string to begin the search.
字符串中的偏移量:LOCATE函数的第二个参数,指定了字符串中开始搜索的起始位置。
Length of a string variable: Input argument for the SUBSTR function, which determines the desired length of the resulting string or output of the length function.
字符串变量的长度:substr函数的输入参数,决定了结果字符串的期望长度或length函数的输出。
EINVAL — You passed an invalid argument to the function.
EINVAL:向函数传递了无效的参数。
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 函数,该函数在引用它自身之前将事件作为参数。
Because map takes one argument, a function, we can use the "placeholder" indicator _ instead of a named parameter.
因为map接受一个参数,即一个函数,我们可以用_占位符来替代有名参数。
The third argument, also optional, is a function to execute if the Ajax function returns successfully.
第三个参数也是可选的,是Ajax函数成功返回时所要执行的函数。
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。
For a non-class function argument, numbering starts from __arg1.
对于非类函数的参数,编号从__arg1开始。
The final argument of every exported Sajax function is a response handler that handles the output of foo_bar().
每个 Sajax导出函数的最后一个参数都是一个响应处理程序,负责处理 foo_bar() 的输出。
The spu_mfcdma64() function takes an additional argument specifying the top 32 bits of an effective address.
spu_mfcdma64()函数则使用另外一个参数来指定有效地址的高32位部分。
In case of static functions, the first actual argument of function can be accessed using __arg1.
对于静态函数,可以使用__arg1访问函数的第一个实际参数。
Arg0 is the argument passed to the function being probed for entry probe.
arg0是传递给要探测的函数的参数,用于进入探测。
As is obvious from their names, display is a function that prints out its argument and newline is a function that simply prints out an end-of-line character.
由其名称可以明显看出,display是打印出参数的函数,而newline是只打印出一个回车换行字符的函数。
Functions can have default arguments, as shown for the value argument of the compute function.
函数可以有默认参数,如compute函数的值参数所示。
The first string argument to the sqlquery function can contain the parameter function which is replaced by the arguments passed to this function after the first mandatory string argument.
sqlquery函数的第一个字符串参数可以包含parameter函数,该函数将会被传递给sqlquery函数的参数取代,该参数位于第一个必需的字符串参数之后。
Takes a single argument, which is a function that is called after the gadget loads.
接受单个参数,该参数是在Gadget加载以后调用的函数。
This time, a string concatenation has occurred within the same method, and the input parameter is now bound to a String type argument at function execution time.
这次,相同方法内发生了字符串串联,并且现在输入参数在函数运行时受到String类自变量的限制。
The eq function compares an argument to the context and returns true if they are the same.
eq函数将参数同上下文比较,如果它们相同,就返回true。
应用推荐