...中,闭包(closure)是由一个函数和该函数会访问到的非局部变量(或者是upvalue)组成的,其中非局部变量(non-local variable)是指不是在局部作用范围内定义的一个变量,但同时又不是一个全局变量,主要应用在嵌套函数和匿名函数里,因此若一个闭包没有会访...
基于1223个网页-相关网页
...的局部变量,但是sort中的匿名函数中的grades既不是全局变量也不是局部变量,将其称为一个“非局部的变量(non-local variable)” 为了正确理解“非局部的变量”这个概念,可以从一个计数器的函数来理解 输出 在上面这个计数器的代码中,匿名函数访问了一个“...
基于1个网页-相关网页
以上来源于: WordNet
Indicates that an array in a structure or non-local variable should be treated as a fixed-length array.
表示结构或非区域变数的阵列应视为固定长度的阵列。
Based on non-local theory, the damage variable is non-local variable and is dependent on local damage variable and its second spatial gradient.
基于非局部理论,将损伤变量作为非局部变量,它与局部损伤变量及其二阶梯度有关。
The local variable space is used as a general storage area for the function, and the register save area is used to save the values of non-volatile registers that the function USES.
本地变量空间用作该函数的通用存储空间,寄存器保存区用于保存函数所使用的非可变寄存器的值。
应用推荐