全局变量(global variables)是指在模型的任何位置及任何时间都可以访问的变量。全 局变量的数值可以在仿真过程中动态地显示,甚至可以交互式地改变数值。
基于4457个网页-相关网页
全域变数(Global Variable): 在主程式中所定义的变数,且寿命与主程式一样的,称为全域 变数,也就是只有在主程式结束执行时,全域变数在记忆体中 才会消失...
基于252个网页-相关网页
global variable symbol [计] 全局变量符号
local variable & global variable 局部变量和全局变量
duplicate global variable 重复变量
Global Variable Names 全局变量名
Static Global Variable 静态全局变量
global variable reference [计] 全局变量引用
Local variable and Global variable 局部变量与全局变量
Local and Global Variable 局部与整体变量
·2,447,543篇论文数据,部分数据来源于NoteExpress
以上来源于: WordNet
什么是全局变量?
As before, create the global variable.
像以前一样,创建全局变量。
Here is another very useful global variable.
这是另一个非常有用的全局变量。
And the thing I wanted point out is, we've got this global variable number of calls. Which is there not because Fibonacci needs it but just for pedagogical reasons, so that we can keep track of how much work this thing is doing.
要指出的是我们已经,调用了几次这个全局变量,这不是因为斐波那契数列,需要调用它而只是,因为教学上的需要,以便我们可以知道,这个函数做了多少事情。
So I start this program by declaring as I did before a global variable X. It is global simply because it is not inside any of my functions.
在程序的开始,我声明,一个全局变量X,它是一个全局的,因为它不在任何一个函数里面。
For this sprite only, means local, only this function, only this script can use this variable, make this variable for all sprites, meant it was global.
对于只为一种精灵,意思是局部的,只有这个函数中,这个脚本中才可以用这个变量,这个变量为全部精灵而创建,意思是这个变量是全局的。
应用推荐