• 包含全局变量函数定义

    This includes the definition of global variables and functions.

    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

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

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

    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

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

    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

  • 现在已经设置所需全局变量函数,样式表核心显得简单优雅清单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

  • 许多脚本引擎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

  • 然后,lua_setglobal函数一个有名称全局变量

    The lua_setglobal function then assigns the top value on the stack to a named global variable.

    youdao

  • 函数返回特定(范围)指明错误设置全局变量errno以指明问题起因

    The function returns a specific value (or range of values) to indicate an error, and the global variable errno is set to indicate the cause of the problem.

    youdao

  • 视图主页(dxl. html)处理具有helper函数以及用于维护信息全局变量

    The view is handled by the main Web page (dxl.html); it also has helper functions and global variables for maintaining information. The primary view components are.

    youdao

  • 引出标准错误描述perrorstrerror函数来自sys_errlist全局变量

    The perror and strerror functions that pull standard error descriptions come from the global variable, sys_errlist.

    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

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

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

    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

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

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

    youdao

  • 函数其它地方引用一个全局变量时,脚本引擎需要搜索整个全局命名空间。

    Also when a global variable is referenced inside a function or another scope, the script engine has to search through the whole scope to find it.

    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

  • 除了定制过滤器可以添加定制函数注册全局变量

    Along with custom filters, you can also add custom functions and register global variables.

    youdao

  • 一旦程序可以工作就检查一下全局变量使用它们函数之间关系

    Once you get the program working, look for associations between global variables and the functions that use them.

    youdao

  • 可以使用function关键开始函数声明使用var关键字声明局部变量(这全局变量不同),但是不用包括正在声明变量类型

    You use the function keyword to denote the start of a function and the var keyword to declare local (as opposed to global) variables, but you do not include the type of the variable being declared.

    youdao

  • 一个扩展可以定义标签过滤器测试操作全局变量函数节点访问等

    An extension can define tags, filters, tests, operators, global variables, functions, and node visitors.

    youdao

  • 如果全局变量重新赋值,结果意外。下面例子中本来想要追踪确定函数是否调用了

    If you try to reassign a global variable, you might be surprised. The following example is supposed to keep track of whether the function has been called.

    youdao

  • exists函数确定是否定义一个具有字符串定义名称变量(全局变量g: syntax_on)。

    The exists function determines whether a variable with the name specified by the string (in this case, the global variable g: syntax_on) has been defined.

    youdao

  • 开始写一些函数读去写入全局变量(必要的情况下)。

    Start by writing functions that read and write global variables (when necessary).

    youdao

  • 函数中的变量全局变量因为所有函数可以访问这些变量

    Variables in __main__ are sometimes called global because they can be accessed from any function.

    youdao

  • 全局变量函数定义变量全局变量所有函数读取使用。

    A variable defined outside a function. Global variables can be accessed from any function.

    youdao

  • 全局变量函数定义变量全局变量所有函数读取使用。

    A variable defined outside a function. Global variables can be accessed from any function.

    youdao

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

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

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