What is the translation of " STATIC VARIABLES " in Chinese?

['stætik 'veəriəblz]
['stætik 'veəriəblz]
静态变量
static变量

Examples of using Static variables in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Static Variables and Methods.
Static变量与方法.
Why doesn't C support local static variables like C does?
为什么C不支持像C这样的本地静态变量??
Static variables are stored in this region.
静态变量储存在这个区域中。
Notice that the reference count and the interface pointer are static variables.
注意引用计数和接口指针都是静态变量
Where are static variables stored in C/C++?
静态variables存储在哪里(在C/C++中)??
At first look,it may seem as if Kotlin has missed static variables and methods.
咋看之下,Kotlin似乎缺少静态变量和方法。
Static variables in C have the lifetime of the program.
C中的静态变量具有程序的生命周期。
There are timeswhen you assume that Kotlin has missed the static variables and methods.
咋看之下,Kotlin似乎缺少静态变量和方法。
Assume that the static variables are used elsewhere in the SDK as well.
假设静态变量也在SDK的其他地方使用。
Method Area- All the class level data will be stored here,including static variables.
方法区-所有类级数据都将存储在这里,包括静态变量
Static variables are not shared between classes of different type parameters.
Static变量不在在不同的类型参数生成的类之间共享.
Method Area- All the class level data will be stored here,including static variables.
方法区--所有的类级别数据将存储在这里,包括静态变量
Static variables shared between instances of classes of different type parameters.
Static变量在不同类型参数生成的类的对象之间是共享的.
At first look,it may seem as if Kotlin has missed static variables and methods.
Companion对象咋看之下,Kotlin似乎缺少静态变量和方法。
It contains static variables that can accommodate unique and private instances of itself.
它包含静态变量,可以容纳其自身的唯一和私有实例。
Method Area- All the class level data will be stored here,including static variables.
方法区(MethodArea)-所有类级别数据将被存储在这里,包括静态变量
Static variables are shared between instances of a classes of different type parameters.
Static变量在不同类型参数生成的类的对象之间是共享的.
Method Area- All the class level data will be stored here,including static variables.
(1)方法区(MethodArea):所有的类级数据将存储在这里,包括静态变量
Prepare- For all static variables memory will be allocated and assigned with default values.
准备--对于所有的静态变量,内存将被分配和配置默认值。
This already happens for the local variables of a function,but it does not happen for global and static variables.
这已经存在于函数的区域变量,但是对于全局和静态变量都还不行。
Static variables can be accessed by calling the class name ClassName. VariableName.
静态变量可以通过:ClassName.VariableName的方式访问。
For object-oriented programming, accessors for instance or static variables should always be prefixed with"get" or"set".
对于面向对象编程,实例或静态变量的访问器总是以“get”或“set”为前缀。
Static variables are only initialized once and keep their value between invocations of the function.
静态变量仅初始化一次,在对函数的各次调用间保持它们的值不变。
It comes down to understanding the difference between dynamic and static variables in CSS as well as a few simple rules:.
这不仅解释了CSS中动态变量和静态变量之间的区别,还有如下的其它的几条规则:.
If it is alright to use static variables inside components, when should we use custom properties?
如果可以在组件内部使用静态变量,那么什么时候应该使用自定义属性呢?
Each closed constructed type has its own set of static variables, which are not shared with any other closed constructed types.
每个封闭构造类型都有自己的静态变量集,任何其他封闭构造类型都不会共享这些变量。
If the static variables are not public and final the naming syntax is the same as instance and local variables..
如果静态变量不是public和final类型,其命名方式与实例变量以及局部变量的命名方式一致。
If I use code which is using static variables, it could be in any state- and anything could be modifying it.
如果我使用的代码使用的是静态变量,则它可能处于任何状态-任何事情都可能对其进行修改。
Results: 28, Time: 0.0254

Word-for-word translation

Top dictionary queries

English - Chinese