英语人>词典>汉英 : 调用 的英文翻译,例句
调用 的英文翻译、例句

调用

基本解释 (translations)
calls

更多网络例句与调用相关的网络例句 [注:此内容来源于网络,仅供参考]

This renders the original table functionless, but maintains its integrity, enabling the Trojan table to direct system call requests to any handler you like.

这样做致使原先的系统调用表丧失了它的功能,但又维持它的完整性,使得Trojan系统调用表把系统调用请求引导到任何一个你喜欢的处理程序去。

There are two types of call statements: near and far.

有两种类型的调用语句:近调用和远调用

The user does not have to call these if calling convert, since convert calls them infernally, but they can be called separately for specific needs.

用户代码如果调用了 convert 就无需调用它们,因为 convert 已经在内部调用了它们,不过如果有特别需要,它们也可以被单独调用

In a near call, the address of the instruction after the call statement is saved on the stack, so that the called procedure knows where to return to.

在近调用中,位于调用指令后面的指令的地址,是保存在堆栈的,所以,这个被调用的过程知道返回到哪里。

The invoker of the method implicitly specifies which method is being invoked by the argument list passed in the message, which is then compared against the prototypes of the various candidate methods until a match is found.

区别文中已经说的很清楚了,最主要的就是在什么时候决定调用什么方法,这是重载(运行时决定调用哪个方法)和重写(编译时决定调用何种方法)的最大区别。

It is up to the broker to re-issue the API calls and return the results or simply fail the calls.

由代理进程重新调用API然后返回函数调用结果或者是简单地返回调用失败。

And loading dll is used in the operation of dynamically loaded,dll library of function calls is used in the base class function to set up virtual interface,then indicators such objects such lane called the virtual function to achieve the right type of derivative function call to realize the idea.

用的是运行是动态加载;对dll库中函数的调用是采用在基类中设置虚函数接口,再通过该类对象指针调用这类里的虚函数来实现对派生类中的函数的调用的思想来实现。

And Loading DLL is used in the operation of dynamically loade d ,DLL library of function calls is used in the base class function to set up virtual interface,then indicators such objects such Lane called the virtual function to achieve the right type of derivative function call to realize the idea.

其中加载DLL库时采用的是运行是动态加载;对DLL库中函数的调用是采用在基类中设置虚函数接口,再通过该类对象指针调用这类里的虚函数来实现对派生类中的函数的调用的思想来实现。

This type of calling is known as IMPLICITE calling as the name of the module is implied by the contents of the working storage variable.

这种被工作单元区内容中的变量以调用模块名字的的形式的调用是固定调用

Note that this command does not actually play a busy tone to the user. If you wish to do that, call Playtones before calling this command. For most channels, the channel or the end device will take care of playing the busy signal to the caller - in particular, with SIP phones they will play their own Busy tone even if you have already called Playtones - it is often better to just call Playtones and not Busy

注意此命令不会播放忙音给用户,如果想要这样做,在 busy 命令前调用 Playtones,对于大部分的通道,通道或终端将关注播放忙音信号给用户,尤其是 SIP 电话它们将播放自己的忙音信号即使你已经调用了 Playtones-通常比较好的做法是仅仅调用 playtones而不用 Busy

更多网络解释与调用相关的网络解释 [注:此内容来源于网络,仅供参考]

call by reference:引用调用

把参数传递给函数的第二种方法是"引用调用" (call by reference) .这种方法是把参数 的地址复制给形式参数,在函数中,这个地址用来访问调用中所使用的实际参数.这意味着, 形式参数的变化会影响调用时所使用的那个变量 (详细内容请参见后续章节 ).

callable:可调用的

使用callable(obj)函数,用户可以测试"调用能力".该函数试图确定这个对象是否是可调用的(callable)可以返回真,而且是错误的,如果它返回丁假,该对象确实是不可调用的)

called procedure:被调用过程

call invoke 调用 invoke(调用) | called procedure 被调用过程 | caller 调用

caller:调用程序

举例,有调用程序(Caller)和被调用程序(Callee),两者间调用接口用的参数list是P. Caller没有把P内的Pi域中的初值设定为'0',所以Callee侧是异常操作. 二、 构建对等网文件共享系统的激励机制. 这一部分首先分析了P2P网络中参与者之间对网络资源的竞争关系,

calling convention:调用约定

调用约定(Calling Convention)是指在程序设计语言中为了实现函数调用而建立的一种协议. 这种协议规定了该语言的函数中的参数传送方式、参数是否可变和由谁来处理堆栈等问题. 不同的语言定义了不同的调用约定.

calls:调用

对于已接收的 NFS 调用(calls)和由于认证未通过而被拒绝的调用(badcalls)NFS 服务器显示它们的数目,同时也能显示其他很多种类已发生调用的数目和百分比.

invocation:调用

)behavior(未定义的行为)"这类错误出现的必要了(调用(Invocation)是可行的,但这不是标准!). 第三,允许转换而不允许调用是完全没有用 处的,只有转换和调用都可行,才能方便而有效地实现委托,从而使这种语言受益.

call invoke:调用 invoke(调用)

call back 回调 | call invoke 调用 invoke(调用) | called procedure 被调用过程

invoked procedure:被调用过程=>呼出処理手順

invoked block 被调分程序,被调用分程序 | invoked procedure 被调用过程=>呼出処理手順 | invoking block 调用程序块,调用分程序,调用

invoking block:调用程序块,调用分程序,调用块

invoked procedure ==> 被调用过程=>呼出処理手順 | invoking block ==> 调用程序块,调用分程序,调用块 | involatile sample ==> 不挥发性试样