STATIC VARIABLES in Chinese translation

['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
NET Core, so that every session would have it's own entire copy of the SDK to use, including session-specific static variables.
NETCore中使用它,以便每个会话都有自己的SDK的整个副本,包括特定于会话的静态变量
Since an open type does not exist at run-time, there are no static variables associated with an open type.
由于开放类型在运行时并不存在,因此不存在与开放类型关联的静态变量
This applies to all sorts of things, by the way- not just static variables.
顺便说一下,这适用于各种各样的事物-不仅是静态变量
The closest you will see can be done through the lazy-static crate, which simulates a“before main” by lazily initializing static variables at their first usage.
你想找到的最接近的可能是lazy-static包,它在初次使用时通过懒惰初始化静态变量做到类似「在main之前」。
The static variable is initialized only once and exists till the end of the program.
静态变量只初始化一次,直到程序结束。
The static variable is initialized only once.
静态变量只能够初始化一次。
Static variable is not shared among different.
Static变量不在在不同的类型参数生成的类之间共享.
Static variable can be accessed by instance java methods also.
静态变量也可以被Java对象的方法所访问。
Static variable and method.
Static变量与方法.
The static variable is initialized only once.
静态变量只初始化一次。
Static variable are accessed by ClassName. VariableName.
静态变量可以通过:ClassName.VariableName的方式访问。
A variable with the static keyword is called a static variable.
用static关键字声明的变量称为静态变量
One of these variables is a static variable.
其中一种变量是静态变量
Variable is a private static variable.
Salary是静态的私有变量.
Let us add one static variable which is also stored in bss.
让我们添加一个静态变量,它也保存在bss段。
Salary variable is a private static variable.
Salary是静态的私有变量.
Instead, all instances of the class share the same static variable.
而是该类所有的实例变量共用同一个static变量
In these languages, the term"static variable" has two meanings which are easy to confuse.
静态变量”这一术语有两个容易混淆的定义:.
A static variable is defined within a function only the first time, and its value can be modified during function calls as follows.
静态变量仅在函数中首次定义,并且其值可以在函数调用期间进行如下修改:.
If static variable is not initialized the it is automatically initialized zero( 0).
静态变量如果没有被初始化,则自动初始化为0。
Results: 47, Time: 0.0291

Word-for-word translation

Top dictionary queries

English - Chinese