We've seen function calls before.
我们之前看到过函数调用。
Loading data through function calls.
通过函数调用加载数据。
The function calls are relatively intuitive.
其函数调用相对较为直观。
Note that this function calls the exec function in PHP.
注意,该函数调用php中的exec函数。
PHP uses a set of three function calls, shown in Listing 12.
PHP将使用三个函数调用组,如清单12 中所示。
Now, break up the conversion process into two function calls.
现在,将转换过程分成两个函数调用。
The extension function calls the complete method on the RDF model.
扩展函数调用rdf模型上的complete方法。
This function calls the ALM_CopyProject record script (see Figure 10).
该功能会调用ALM_CopyProject记录脚本(参见图10)。
When a function calls itself in a tail-call, the method is even easier.
当函数在尾部调用中调用自己时,方法更为简单。
All access and modifications to the data should be through function calls.
所有对数据的访问与修改必须通过函数调用来完成。
For this reason, excessive function calls in a loop are generally a bad idea.
由于这个原因,在一个循环中使用太多函数调用不是个好主意。
It is more of a functional languages relying on function calls rather than OOP.
它更接近与依赖函数调用的函数式语言,而非面向对象语言。
Most languages parse if statements and function calls in basically the same way.
大多数语言都以基本上相同的方法来解析if语句和函数调用。
A main function calls the public function func with int arguments of class space.
main函数,它调用space类中使用int参数的公共函数func。
The profile result lists all the function calls that took place during the profile.
分析结果列出在分析期间发生的所有函数调用。
This Guile function calls a previously defined Scheme function with zero arguments.
这个Guile函数调用之前定义的不带参数的Scheme 函数。
So instead of the system calls, we intercept the function calls that actually get made.
所以没有拦截系统调用,而是转而拦截实际参与的函数调用。
Our goal is to create a way of expressing this computation as a series of function calls.
我们的目标是找到一个方法,将这个计算展开为一系列函数调用。
Now, as you saw earlier, function calls actually pass their parameters through registers.
现在,正如您之前看到的一样,函数调用实际上是通过寄存器来传递参数的。
Explicit function calls are required in order to create and destroy object instances.
显式要求创建和摧毁一个对象的实例。
The OnPageLoad function calls the makeDerbyRequest function with a parameter of show.
OnPageLoad函数调用makeDerbyRequest 函数,调用时带一个参数 show。
Have one process communicate with another process using the send and receive function calls.
使用send和receive函数调用让一个进程与另一个进程通信。
The I/O control (ioctl) function calls manipulate underlying device parameters of special files.
I/O控制 (ioctl)函数调用可以用来对特殊文件的基础设备参数进行操作。
If the read half of the connection needs to be shutdown, the soshutdown function calls sorflush .
如果需要关闭连接的读取部分,则soshutdown函数调用sorflush 。
Deterministic function calls can be extracted from the WHERE clause to avoid unnecessary table scan.
可以从WHERE子句中提取确定性函数调用,避免不必要的表扫描。
Notice in this function how we maintained state through function calls by passing the program forward.
注意在函数中我们是如何通过向前传递程序来保持函数调用过程中的状态的。
At runtime, these function calls send information on the application's code coverage to a separate tool.
运行时,这些函数调用把应用代码覆盖率的相关信息发送给一个单独的工具。
This allows you to have a set of registers which can be counted on to be preserved across function calls.
这就让您有一组寄存器可跨函数调用保留。
The SCI is a thin layer that provides the means to perform function calls from user space into the kernel.
sci层提供了某些机制执行从用户空间到内核的函数调用。
This is how recursive functions keep from trashing the values of the variables in other, active function calls.
这就是递归函数是如何保证其他活动函数调用中的变量值不受影响的。
应用推荐