一个全局变量 - 翻译成英语

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

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

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
例如一个全局变量声明intj;
For instance a global variable declared int j;
例如,一个全局变量声明为intj;
For instance a global variable declared int j;
跟踪一个全局变量比跟踪一个非全局变量困难的多。
Tracking a global variable is much harder than a non-global variable..
Total=0这是一个全局变量.
Total= 0: Total is a variable.
CarmyCar;//申明对象car为一个全局变量.
Car myCar;// Declare car object as a globle variable.
Total=0total是一个全局变量.
Total= 0: Total is a variable.
对绝大多数用户来说<<-将创建一个全局变量,并将右侧的值赋给这个变量。
For most users<<- creates a global variable and assigns the value of the right hand side to it21.
由于这是一个全局变量,其范围扩展到整个程序执行:.
Since this is a global variable, its scope extends to the whole program execution.
像IE这样的老浏览器提供了一个全局变量事件,Chrome会自动将事件变量附加到处理程序。
Older browsers like IE offer a global variable event, and Chrome automatically attaches the event variable to the handler.
当你在任何一个Node.js文件中声明一个全局变量时,它对于所有模块都是真的全局吗??
Come when you declare a global variable in any Node file it's not really global to all modules?
然后,每当你需要创建一个全局变量的时候,将其附加到对象上即可。
And then any time you need to create a global variable, you attach it to that object.
把它存储在一个全局变量中,该变量称为mail或您喜欢的任何名称,它是一个全局变量。
Store it in a global variable called mail, or whatever you want to call it, that's a global variable..
我们将通过声明一个全局变量来保持要启动的任务数来启动我们的代码。
We will start our code by declaring a global variable to hold the number of tasks to launch.
这会让Python知道bar是一个全局变量而不是局部变量。
It let's Python know that bar is a global variable and not local.
它们都定义在一个全局变量里(通常与浏览器中的window变量相比较)。
They're all defined on a global variable(which is usually compared to the window variable in browsers).
Js文件下载到HTML中,定义了一个全局变量moment,对于所有在moment.min.
Js file is loaded in the HTML, which defines a global variable moment, which is then available to any file loaded after moment. min.
可以这么理解,extern是用来在另一个文件中声明一个全局变量或函数。
Just for understanding, extern is used to declare a global variable or function in another file.
可以利用这一点,来检查一个全局变量是否被声明。
And because of that, you can also check to see if a global variable has been declared.
因此,在函数内部无法给一个全局变量直接赋值(除非在一个global语句中命名),虽然可以引用它们。
Thus, global variables cannot be directly assigned a value within a function(unless named in a global statement), although they may be referenced.
因为系统里可能只有一个CheckoutCoordinator,所以很容易将其填充到一个全局变量中。
Because there will likely only ever be one CheckoutCoordinator, it will be easy to stuff it in to a global variable.
结果: 20, 时间: 0.0195

单词翻译

顶级字典查询

中文 - 英语