NON-STATIC in Chinese translation

非静态
非静
non-static

Examples of using Non-static in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
The RC also ships with additional elements of C++11 support including"aliases,= default, and non-static data member intializers".
RC版本也为C++11的支持加入了一些新元素,包括“别名、默认值(=),以及非静态数据成员初始化器”。
Inside of classes, you can use it for both static and non-static data members.
在类的内部,你可以将它用于static和non-static数据成员上。
Mf and p->mf, where mf is a non-static member function, and the expressions a.
Mf与p->mf,其中mf是非静态成员函数,以及表达式a.
A union is a special class type that can hold only one of its non-static data members at a time.
联合体是特殊的类类型,它在一个时刻只能保有其一个非静态数据成员。
There is no virtual keyword in Java because all non-static method use dynamic binding.
(30)Java中没有virtual关键字,因为所有非static方法都肯定会用到动态绑定。
Non-static fields are also known as instance variables because their values are unique to each instance of a class(to each object, in other words).
非静态字段也称为*实例变量(instancevariables)*,因为它们的值对于每个类的*实例*是唯一的(换句话说就是每个对象)。
An aggregate class is a class with no user-declared constructors, no private or protected non-static data members, no base classes, and no virtual functions.
聚合类是一种没有用户定义的构造函数,没有私有(private)和保护(protected)非静态数据成员,没有基类,没有虚函数。
This container is an aggregate type with the same semantics as a struct holding a C-style array T[N] as its only non-static data member.
此容器是是拥有保有一个C风格数组T[N]作为其唯一非静态数据成员的结构体的语义的聚合类型。
Non-Static Member Functions.
非静态的成员函数.
They can not access non-static member variables.
Auto不能声明非静态成员变量。
No private or protected non-static data members.
无私有或受保护非静态数据成员.
Non-public, non-static field names start with m.
非公有,非静态字段命名以m开头。
Error: non-static member cannot be used.
错误:不能使用非静态数据成员.
Static member functions cannot access non-static data members.
B、静态成员函数不能访问非静态数据成员。
Non-static member variables are prefixed with"m_".
非共有,非静态的成员变量以'm'开始.
An instance member is sometimes called a non-static member.
一个实例成员有时被称为非静态成员。
Has only non-static data members that are of standard-layout type.
只有非静态的(non-static)数据成员,且这些成员也是符合标准布局的类型.
Non-static variables take on unique values with each object instance.
非静态变量在每一个对象实例上都有单独的一份值。
Declaration of a non-static class data member of type T;
T类型非静态数据成员的声明;.
Declared objects and declared references that are not non-static data members are variables.
所声明的对象和所声明的并非非静态数据成员的引用都是变量。
Results: 105, Time: 0.0262

Non-static in different Languages

Top dictionary queries

English - Chinese