• Listing 6 shows data encoded in a function call.

    清单6显示了在函数调用中编码的数据。

    youdao

  • An operation is a programmer's tool, offered to them in the familiar guise of a function call.

    “操作”是给程序员的工具,它们打扮成程序员熟悉的函数调用。

    youdao

  • To perform calls to the remote Web service server, in WSBase.as define a function called call.

    为了对远程Web服务服务器执行调用,在WSBase.as 中定义一个名为call 的函数。

    youdao

  • To gather a function call trace, you need to identify when every function is called in your application.

    要收集一个函数调用的踪迹,您需要确定每个函数在应用程序中调用的时间。

    youdao

  • In Section 3.9, we used a stack diagram to represent the state of a program during a function call.

    在本书的第三章第九节,我们用栈图来表征函数调用过程中程序的状态。

    youdao

  • With explicit linking, applications must make a function call to explicitly load the DLL at run time.

    在显式链接下,应用程序必须进行函数调用以在运行时显式加载DLL。

    youdao

  • The insertCall() method includes a function call within the given attribute, preserving any existing value.

    insertCall()方法包含给定属性中的函数调用,保留任何现有值。

    youdao

  • If there were one selector per method implementation, a message would be no different from a function call.

    如果每一个方法都有一个选择器,那么消息机制就和方法调用完全相同了。

    youdao

  • Let's start by disabling the full-screen functionality by commenting out a function call above and rebuilding GIMP.

    我们首先通过注释掉上述函数调用并重新构建GIMP来禁用这个全屏功能。

    youdao

  • Is an inline function, meaning the compiled code makes the conversion, often without generating a function call.

    是一个“内联函数”,这意味著转换是由已编译的代码执行的,通常不会生成函数调用。

    youdao

  • For example, a function call might be described in an overview and then later in the chapter in a programming example.

    例如,可以在概述中描述函数调用,稍后在章节的编程示例中再次出现。

    youdao

  • Messages are collections of parameters used as profiles in determining the input and output values for a function call.

    消息是参数的集合,这些参数用作确定函数调用的输入和输出值的配置文件。

    youdao

  • These handles' lifetime is determined by a handle scope, which is often created at the beginning of a function call.

    这些句柄的生存时间由句柄范围决定,句柄范围经常在一个函数的开始的时候被创建。

    youdao

  • The result of a function. If a function call is used as an expression, the return value is the value of the expression.

    返回值:函数返回的结果。如果一个函数调用被用作了表达式,这个返回值就是这个表达式所代表的值。

    youdao

  • In this scenario, performance would be superb, and transactions would complete in times approaching those of a function call.

    在这种情况下,性能会非常出色,完成事务的时间可以接近一次函数调用的时间。

    youdao

  • Nonvolatile registers are required to retain their values across a function call and must be saved by the callee if used.

    非易失寄存器需要在整个函数调用过程中保留其值,并且一旦使用,则必须由被调用方保存。

    youdao

  • This warning indicates that a parameter to a function call might incorrectly be a byte count instead of a character count.

    此警告指出函数调用的参数可能是字节数,而不是字符数。这是错误的。

    youdao

  • An example of when this error occurs is a function call made on something that is not an object or does not support the call.

    例如,如果在不是对象的内容上进行函数调用或者该内容不支持该调用时,发生此错误。

    youdao

  • Even so, this process makes a function call to FileStream.ReadByte and one to FileStream.WriteByte for most characters in the input stream.

    即使如此,对于输入流中的大多数字符,该过程都会对FileStream .ReadByte进行函数调用,并且对FileStream .WriteByte进行函数调用。

    youdao

  • However, that means that when a function makes a function call, it should expect that all of the values in volatile registers will be overwritten.

    但这意味着当函数进行函数调用时,所有在可变寄存器中的值都有可能会被重写。

    youdao

  • The link step resolves interfile dependencies, such as linking a function call in one file to a function definition contained in a second file.

    链接步骤解决了文件间的依赖,如将一个文件中的函数调用链接到另一个文件中的函数定义。

    youdao

  • This warning indicates that the calling function is not checking the return value of a function call that signals failure via its return value.

    此警告意味着调用函数不检查函数调用的返回值,而函数调用是通过返回值来指示失败的。

    youdao

  • Global variables are never allocated to registers. Global variables can be changed by assigning them indirectly using a pointer, or by a function call.

    全局变量不会被分配在寄存器上,修改全局变量需要通过指针或者调用函数的方式间接进行。

    youdao

  • Remember that when a program makes a function call (especially for recursive ones), it has to store its return address and local variables on the stack.

    记住当程序进行函数调用(特别是针对递归函数)时,它必须在堆栈上存储返回地址和本地变量。

    youdao

  • Since a function call is usually just a part of an XPath expression, an unknown function causes the execution of the entire XPath expression to fail.

    由于函数调用通常仅仅是XPath表达式的一部分,未知的函数会造成整个 XPath 表达式的执行失败。

    youdao

  • When you come to a function call, instead of following the flow of execution, you assume that the function works correctly and returns the right result.

    当你遇到一个函数调用的时候,你不用去追踪具体的执行流程,而是假设这个函数工作正常并且返回正确的结果。

    youdao

  • The Bank Actions PHP module receives the Bank teller Action command and issues a function call to the Bank Logic PHP module to get the required results.

    BankActionsPHP模块接收 BanktellerAction命令并对 BankLogic PHP 模块进行调用来获得所需的结果。

    youdao

  • The stack is used during a function call to store local arguments. But in the function, the stack pointer may change because values are stored on the stack.

    堆栈常常在函数调用中用于存储本地参数,但在函数中,由于存储在堆栈中的值使得堆栈指针的值常常会发生变化。

    youdao

  • Once you have a function call that can operate on a range of lines, a particularly useful technique is to call that function via Visual mode (see: help Visual-mode for details).

    一旦拥有了一个可以操作行范围的函数调用后,一个特别有用的技巧就是通过Visual模式(参见:help Visual - mode获得更多细节)调用该函数。

    youdao

  • Once you have a function call that can operate on a range of lines, a particularly useful technique is to call that function via Visual mode (see: help Visual-mode for details).

    一旦拥有了一个可以操作行范围的函数调用后,一个特别有用的技巧就是通过Visual模式(参见:help Visual - mode获得更多细节)调用该函数。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定