• 下面代码提供了一个全局对象创建模板并且设置全局函数例子

    The following code provides an example of creating a template for the global object and setting the built-in global functions.

    youdao

  • 每个国家需要填充相同变量全局函数增加了内存消耗

    Each state needs to be populated with the same variables and global functions, which increases memory consumption.

    youdao

  • 被测系统并未直接调用全局函数Math . random,决定每个轴初始图片状态

    The system under test does not make a direct global function call to Math.random in order to determine the initial image state of the reels.

    youdao

  • 检测是否有全局函数opendatabase,这个函数用于创建访问客户端数据库

    Check for the presence of the global function openDatabase, which is used for creating and accessing client-side databases.

    youdao

  • 为了访问一个用户定义的私有数据必须声明全局函数友元函数,并且定义

    But to be able to reach any private data within a user defined class you have to declare the global function as a friend within the definition of the class.

    youdao

  • 因此应用 程序应该使用函数,同时考虑到兼容性,全局函数仍然用于DDE剪切板函数

    Therefore, new applications should use the heap functions. However, the global functions are still used with DDE and the clipboard functions.

    youdao

  • 根据全局函数之间调用关系,得出被测文件分析单元之间逻辑依赖顺序计算函数摘要提供基础

    According to global function calls, we obtain the logical orders of analysis program unit, to provide the basis for calculating the function summary.

    youdao

  • 包含全局变量函数定义

    This includes the definition of global variables and functions.

    youdao

  • 这些有助于分析堆栈找到全局数据函数地址

    These help in locating global data and function addresses while analyzing stacks.

    youdao

  • 可以全局范围以及名称空间函数声明内使用静态断言

    You can use static assertions in global scope and inside namespaces, function bodies, or class declarations.

    youdao

  • 函数另一个函数内定义,还可全局变量作为结果返回

    Functions can be defined within another function and assigned to global variables or returned as results.

    youdao

  • G选项生成查找并将其作为静态全局变量不是在查找函数生成隐藏该表(默认行为)。

    G: This option generates the lookup table as a static global variable rather than hiding it by generating it inside the lookup function (the default behavior).

    youdao

  • 如果静态(全局)变量迭代函数取决于多个数据状态,则出现两个问题

    If an iterator class or a function with static (or global) variables depends on multiple data states, two problems come up.

    youdao

  • 函数数据类型使用全局变量必要时可以使用保守绑定语义

    Conservative binding semantics exist for global variables as they do for functions and data types whenever necessary.

    youdao

  • 注意如果函数方法触发器视图引用了某个全局变量,则不能删除该变量。

    Please note that the global variable cannot be dropped if it is referenced in a function, method, trigger or view.

    youdao

  • 作为附加功能函数测试行的全局位置是否已经出现路径中

    As an additional feature, the function also tests whether the global position of the new row already appears in the parent path.

    youdao

  • 每个客户端都在本地连接分配一个全局惟一的ID以便中间件函数调用客户端间可以相互引用

    Each client connects locally, but is allocated a globally unique id so that the clients may refer to each other in function calls to the middleware.

    youdao

  • 代码部分定义函数地址方法上述定义全局变量的相同——只需在它们的名称之后跟上一个冒号

    In the code section, you define a function's address the same way you defined addresses for global variables abovejust put their name followed by a colon.

    youdao

  • 清单3提供全局工作存储程序定义所有函数访问。

    Listing 3 provides the global working storage that is accessible by all functions defined in this program.

    youdao

  • 可重入函数要么使用本地变量,要么使用全局变量保护自己数据

    Reentrant functions either use local variables or protect their data when global variables are used.

    youdao

  • 默认情况下,变量范围变量第一次被分配函数的内部,如果的第一次分配出现任何函数外部,那么就是全局变量。

    By default, a variable is scoped to the function in which it is first assigned to, or is global if its first assignment occurs outside any function.

    youdao

  • 目前这些函数实现基于这样一个假设所有局部全局声明元素属于某个特定名称空间

    Currently these functions are implemented based on the assumption that all elements, locally or globally declared, belong to a certain namespace.

    youdao

  • 使用为基线数据每会话存储创建全局临时CGTT)(对于每个表函数,使用一个 CGTT)。

    Use a created global temporary table (CGTT) for per-session storage of the baseline data (use one CGTT per table function).

    youdao

  • 如果一个函数频繁使用全局变量我们可以使用局部变量,作为全局变量的拷贝这样可以使用寄存器了

    If a function USES global variables heavily, it is beneficial to copy those global variables into local variables so that they can be assigned to registers.

    youdao

  • 第一问题需要测试考虑所有这些全局变量,保证它们设置函数可接受的有效值

    The first issue is that you need to account for each of them in your test, making sure you set them to valid values that the function expects.

    youdao

  • 现在已经设置所需全局变量函数,样式表核心显得简单优雅清单14

    Now that you've set up the global variables and functions that you need, the heart of the stylesheet is simple and elegant, as you can see in Listing 14.

    youdao

  • 或者调用正在处理全局数据结构某个函数而在信号处理器中调用了同一个函数

    Or, you call some function that was in the middle of the manipulation of the global data structure and you call the same function from the signal handler.

    youdao

  • 许多脚本引擎eval()调用之间维持全局变量函数状态

    Many script engines maintain state of global variables and functions between calls to eval().

    youdao

  • 通过使用 sys_nerr全局变量strerror()函数,将可以很轻松地快速编写一些代码请参见清单5打印系统所有内置错误消息

    Using the sys_nerr global variable and the strerror() function, you can easily whip up some code (see Listing 5) to print out all of the built-in error messages of the system.

    youdao

  • 出现问题时,opendir()readdir()函数都会返回NULL,并且设置全局变量 errno 的值,指出出现的错误

    The opendir() and readdir() functions both return NULL if a problem occurs and the errno global variable is set to indicate what went wrong.

    youdao

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

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

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