的全局变量 - 翻译成英语

global variable
全局 变量
全局变量
一 个 全球 性 的 变量
global variables
全局 变量
全局变量
一 个 全球 性 的 变量

在 中文 中使用 的全局变量 的示例及其翻译为 英语

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
在编译阶段可通过-fno-common选项来禁止将未初始化的全局变量放入common段。
The- fno common option can be used during compilation to prevent uninitialized global variables from being put into the common section.
代码是不包括数据的,所以所有的全局变量还需要占用内存中的空间。
Code is nothing without data, so all of the global variables need to have some space in the computer's memory too.
在函数的函数体内,一个本地变量优先级高于具有相同名称的全局变量
Within the body of a function, a local variable takes precedence over a global variable with the same name.
该函数若执行成功,将会返回一个队列句柄,这个句柄将被保存到我们的全局变量中。
Upon a successful execution of this function, it will return a queue handle, which we will store in our global variable.
在静态范畴(staticscope)(S-Plus使用的规则)下,这个值将与一个名为n的全局变量绑定。
Under static scope( S-Plus) the value is that associated with a global variable named n.
在函数的函数体内,一个本地变量优先级高于具有相同名称的全局变量
Within the body of a function, a local variable take precedence over a global variable with same name.
当var被用于全局作用域时,它会创建一个新的全局变量作为全局对象(浏览器环境中的window对象)的属性。
When var is used in the global scope, it creates a new global variable, which is a property on the global object(window in browsers).
另外,正常的全局变量也可以通过在任何函数/块中将'extern'关键字放在其声明/定义之前来制作extern。
Also, a normal global variable can be made extern as well by placing the‘extern' keyword before its declaration/definition in any function/block.
R中的全局变量.
Global Variables in R.
这是未初始化的全局变量的定义*/.
This is the definition of a uninitialized global variable*/.
被ISR修改的全局变量.
Variables modified by the ISRs.
这是一个初始化的全局变量的定义*/.
This is the definition of a initialized global variable*/.
让我们看一下所有的全局变量.
Let's look at all the variables.
为编号的全局变量($1,$2,…)起别名是被禁止的。
Making aliases for the numbered global variables($1, $2,…) is prohibited.
模块可以通过查看预定义的全局变量__name__找到自己的模块名称。
A module can find out its own module name by looking at the predefined global variable__name__.
另一个命名为y_global_init的全局变量,但它们都是static的*/.
Second global named y_global_init, but they are both static*/.
JavaScript环境包含很多内置的全局变量,比如浏览器环境的window和Node.js中的process。
JavaScript environments contain a number of built-in global variables, such as window in browsers and process in Node. js.
检查如何创建任务,将参数作为参数传递给我们的全局变量地址:.
Check bellow how to create a task, passing as parameter our global var address.
因此,模块的作者可以在模块内部使用全局变量,而无需担心它与某个用户的全局变量意外冲突。
Thus, the author of a module can use global variables in the module without worrying about accidental clashes with a user's global variables.
接下来,我们需要指定MQTT服务器的地址和端口,这些地址和端口先前已在我们的全局变量中声明。
Next, we need to specify the address and the port of the MQTT server, which were previously declared in our global variables.
结果: 445, 时间: 0.0248

单词翻译

顶级字典查询

中文 - 英语