EXAMPLE SENTENCES | ||
---|---|---|
对于函数调用,必须提供圆括号。 As with a function call, you must supply parentheses. | ||
为调用一个远程函数,客户程序要调用客户机存根。 To invoke a remote function, the client makes a call to the client stub. | ||
这个函数不能从中断上下文调用。 This function cannot be called from interrupt context. | ||
一个关联特殊函数调用的堆栈区域。 An area of the stack associated with a particular function call. | ||
链接寄存器保存区存有被调用函数(而非当前函数)的链接寄存器内容。 The link register save area holds the link register contents of the function being called, rather than for the current function. | ||
您还可以在提示符下调用任何命令或函数。 You can also call any command or function at the prompt. | ||
在触发器或用户定义函数中调用联邦过程。 The federated procedure is called in a trigger or a user-defined function. | ||
调用的函数一定不能顾虑栈指针当前所指的位置。 The calling function must not care where the stack pointer is currently pointing. | ||
当调用方法或者函数时,会有一个新的元素进栈。 Calling a method or function pushes a new stack frame onto the stack. | ||
代码中包含服务成功响应异步请求时调用的回调函数。 This code includes a callback function when your service responds successfully to your asynchronous request. | ||