变量通常用于决策或收集系统的状态数据,它们可以是全局的(global)或局部的(local)。 全局变量(global variables)是指在模型的任何位置及任何时间都可以访问的变量。全局变量的数值可以在仿真过程中动态地显示,甚至可以交互式地改变数值。
基于560个网页-相关网页
Global Variables in Forms 电子表单通用变量 ; 表格通用变量
Data binding Global Variables 数据捆绑通用变量
Global Variables Functions 全局变量函数
Static and Global Variables 静态变量和全局变量
Databound global variables 通用变量
Member Variables & Global Variables 成员变量 ; 成员变量和全局变量
global variables processing error 全局变量处理错误
Global variables should be in all caps.
全局变量应该全部大写。
Package variables are global variables.
包变量是全局变量。
Use of global variables should be minimized.
尽量减少全局变量的使用。
Conceptually, it's put at the top of my chunk of RAM, -- below it, goes initialized and uninitialized data -- - this is a fancy way of saying global variables come next -- and below that, comes what's called the heap.
概念上,它放置在内存块的顶端,在下面,已初始化的和未初始化的数据-,这是一种指明紧随其后的全局变量的设想方式-,在后来,引入了一个叫做堆的东西。
Well, things can be fixed by a little trick called global variables.
好的,问题可以通过,一个叫做全局变量的东西来解决。
So, conceptually if you've ever wondered why you get access in all of your functions to global variables that's because they're not down here, they're at the very top of RAM and any function can access that RAM way up there, but for now the interesting player in the story is this thing called the heap.
所以,如果你想知道为什么全局变量能在,所有的函数中使用,那是因为它们不在这下面,而是在内存的顶端,那样任意函数都可以在内存中使用它们,现在,这里面一个有用的角色是,叫做堆的东西。
应用推荐