Instead of calling a function 100 times, you can simply call it once.
您可以仅调用函数1次,而不是100次。
Calling a function with too few arguments is extremely dangerous.
调用函数的参数太少是极其危险的。
In form at least, instantiating an object is similar to calling a function.
至少在形式上,实例化对象与调用函数相似。
When Calling a Function Hundreds of Times, How Do I know Which Call Failed?
当一个函数被调用数百次时,如何确定哪次调用失败了?
The process of calling a function is the combination of formal and real arguments.
调用函数的过程其实就是参数的虚实结合。
The syntax for invoking a method is different from the syntax for calling a function.
调用一个方法的语法与调用函数的语法不一样。
When calling a function to evaluate, always include the parentheses and required arguments.
呼叫函式进行评估时,一定要包含括号和必要的引数。
Or, instead of calling a function, you can use the fullselect in the variable creation definition
或者,在变量创建定义中使用fullselect 来代替函数调用
When calling a function, make sure that you always include the parentheses and any required arguments.
在调用函数时,请确保始终包括圆括号和任何必选参数。
Coupling also occurs when code in one module USES code from another, perhaps by calling a function or accessing some data.
当一个模块代码使用另一个模块代码,可以是调用一个函数或读取数据,这个时候会发生耦合。
Calling a function without parentheses causes the text of the function to be returned instead of the results of the function.
不带圆括号就调用函数将导致返回函数的文本,而不是函数的结果。
The most recent status or error code generated as the result of calling a function defined by the System Configuration framework.
调用在系统配置框架中定义的此函数所产生的最新的状态信息或错误代码。
The syntax for calling a function in another module by specifying the module name followed by a dot (period) and the function name.
点符号:调用某一个模块的某一函数的语法形式,就是模块名后加一个点,也就是英文的句号,再加函数名。
Handling common events is as simple as calling a function like click , submit , or mouseover and passing it an event handler function.
处理常见事件就像调用函数(比方说click 、submit或mouseover)和为其传递事件处理函数一样简单。
Normally, a function's local variables and the parameters used when calling a function only exist for the lifetime of the function itself.
通常,一个function的局部变量和参数的存在周期(life time)为该function的存在周期。
This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.
注意你的引入函数申明。函数调用类型不一致会导致此问题。
When a function begins, it actually saves the link register in the calling function's stack frame, not its own, and then only if it needs to save it.
当函数开始时,它实际上会将链接寄存器保存到调用函数的堆栈帧中,而不是自己的堆栈帧中,然后只有在需要时才会保存它。
A very easy to use API for calling the conversion function was also one of the requirements.
还有一个需求就是能够很容易地使用用来调用转换函数的API。
This function suspends the calling thread until the semaphore has a non-zero count.
这个函数会挂起调用线程,直到这个信号量有一个非空计数为止。
This includes calling the entry-point function of all attached dynamic-link libraries (DLLs) with a value indicating that the process is detaching from the DLL.
包括调用所有链接到的动态链接库(DLL)的入口点函数,给出一个值,指出这个进程正在解除那个DLL的链接。
This table enumerates several probe types, including calling a kernel function and returning from a kernel function.
这个表列举了几种探针类型,包括调用内核函数和从内核函数返回。
If a function is called from many places, use the stack backtrace to determine the specific calling sequence.
如果在许多地方调用了一个函数,可以使用堆栈跟踪检查调用序列。
Calling a method or function pushes a new stack frame onto the stack.
当调用方法或者函数时,会有一个新的元素进栈。
School is not in session. But in the current state of limbo gripping eastern Libya, or "Free Libya, " as some are calling it, the Aruba School is serving a different function.
学校停课,在动乱笼罩东利比亚(或如某些人所称—— “自由利比亚”)的状况下,该学校当前在执行不一样的职能。
We can send a message by calling the send_message function.
我们可以通过调用send_message函数发送消息。
The first example illustrates calling a Scheme function from C, passing in an argument, and capturing the return value.
第一个例子演示如何从C调用一个Scheme函数,传入一个参数,并捕获返回值。
On a WebSphere distributed server, the terminate function terminates a server by calling an operation system sigkill.
在WebSphere分布式服务器上,Terminate功能通过调用操作系统的sigkill来终止服务器。
In Listing 2 a circular reference is created by calling the external function myFunction.
在清单2中,通过调用外部函数myfunction创建循环引用。
In Listing 2 a circular reference is created by calling the external function myFunction.
在清单2中,通过调用外部函数myfunction创建循环引用。
应用推荐