nonstatic

非静态的
常用释义
adj. 非静态的;无静电荷的;不产生无线电干扰的

扩展信息

非静态
异常运行 ... nonstatic variables 非静态变量 nonstatic 非静态 nonsystem key 非系统键 ...
静态的
它既可以是静态的(static)也可以是非静态的nonstatic)。当它执行完毕后,相应的线程也就结束了,其线程对象的IsAlive …
非静态的
非静态的(nonstatic), 此释义来源于网络辞典。非静态的 :non-stative English/Chinese Linguisti... ... non-predicative 非谓语的 n...
非静态成员
  C++中,有两种数据成员(class data member):静态成员(static)和非静态成员(nonstatic)。有三种成员函数(class member functio…
非静态成员函数
...静态成员(nonstatic)。有三种成员函数(class member function):静态成员函数(static)、非静态成员函数(nonstatic)和虚函数(vi…
非静止
照这个例子,很多欧化新词如「非牟利」、「非静止」(nonstatic)等等 全出來了。有些词不一定欧化,如 「非主食品」 (no…

例句

这包括发布对nonstatic内部类的引用,并一般要避免在构造函数中启动线程。

返回类或接口实例(非静态)方法的方法ID。

The big advantage of using a static closure vs. a nonstatic one inside an object is for the memory savings.

在对象内使用静态闭包与使用非静态闭包相比的最大优点是节省内存。

然而,对基类中的任何非静态方法提出继承要求与对类提出继承要求的效果相同。

非静态的嵌入类叫内部类。

鉴于以上所述,(在一个静态函数中,)无论是显式或隐式地使用非静态成员将会导致编译时错误。

Class object and the nonstatic method acquires the lock associated with the instance.

对象的锁,而非静态方法要求属于此类实例的锁。

This model was later shown to be nonstatic.

后来人们发现德西特的模型并不是静态的时空。

One thing to note about the static keyword is that it doesn't work the same as how this works in the nonstatic context.

有关static关键字需要注意一点,它的工作方式与在非静态上下文中的工作方式不同。