AMSAT operates on the principle of having all its technical data accessible to its members, preventing the abuse of amateur satellites.
业余无线电通讯卫星的运作原则是让其成员能够获得所有技术数据,防止非专业卫星被滥用。
The members of the Punxsutawney Groundhog Club doubt the authenticity of this data.
普克托尼克土拨鼠俱乐部的成员怀疑这个数据的真实性。
That is why, for instance, it is very hard and tiresome to export classes that are derived from STL templates or to use STL templates as data members.
这也是为什么,比如,导出派生自STL模板类或者使用STL模板类对象作为数据成员是非常困难和令人生厌的。
Data members in annotation types are set up to work using limited information.
注释类型中的数据成员被设置成使用有限的信息进行工作。
With the analysis classes and their relationships identified, I then populated each analysis class with attributes (data members) that were in accord with the responsibilities of each class.
借助这些分析类及其已确定的关系,我又给每个分析类配上与其职责相一致的属性(数据成员)。
The algorithm USES the name of the serializable class, names of all the interfaces it implements, all the data members of the serializable class, etc.
该算法使用了可序列化的名称、类实现的所有接口的名称、可序列化类的所有数据成员,等等。
A new option can be used to disable preparation for the reuse of a UPES that does not generate predefined data members and other artifacts, resulting in a simpler migrated process.
对于不生成预定义数据成员和其他构件的UPES,可以使用一个新选项来禁用其重用准备,从而使得迁移后的流程更加简单。
This portion is represented by the application objects and the data members associated with them: a customer, an order, and the list of items and quantities for that order.
这部分是由应用程序对象以及与它们有关的数据成员表示的,比如,定单、物品列表和定单的数量。
The second time, the process simply references the data members and virtual functions.
第二次,进程只是引用数据成员和虚函数。
Therefore, such data members should also implement the Serializable interface.
所以,这类数据成员也应当实现Serializable接口。
If you do not write a correct code for the copy constructor, object within a list will have some data members uninitialized.
如果你没有为拷贝构造函数写正确的代码,就有可能造成list中对象的某些数据成员没有初始化。
The "something" would be replaced with some description of the thing you're creating, such as newFullyLoaded to create a Seminar with all data members populated with known data.
用您对正在创建事物的一些描述代替“something”,譬如 newFullyLoaded ,用它来创建具有所有数据成员、并且这些数据成员都已填有已知数据的Seminar 。
It includes all class data members, all class member functions (either explicitly declared, or implicitly generated by the compiler), all base classes of the class, and all their members. Consider.
它包括所有类的数据成员,所有类的成员函数(或者显式声明,或者由编译器隐式生成),所有类的基类和所有它们的成员。
The Persistent classes will automatically create the necessary functions ($equation->answer(), for example) to access the data members.
Persistent类将自动创建必要的函数(例如,$equation->answer())来访问数据成员。
Further, for data members that are object references, the referred-to objects must be effectively immutable.
此外,对于对象引用的数据成员,引用的对象必须是有效不可变的。
Exceptions cannot be used as data members of user-defined types.
异常不能当作用户定义类型的数据成员使用。
Also, a lot of errors with the native API only appear at run time-for example, a mismatch in address or protocol or uninitialized data members.
另外,基本api有许多只在运行时出现的错误;例如,地址或协议不匹配或未初始化的数据成员。
The discussion and the sample program are limited to non-static data members and virtual functions.
讨论和示例程序都只限于非静态数据成员和虚函数。
A constructor initializer list specifies initial values for one or more data members of the class.
构造函数的初始化列表为类的一个或多个数据成员指定初值。
First, the Vee-Table pointer is used to access virtual functions, and data members are accessed directly using compile time offsets.
首先,Vee -Table指针用于访问虚函数,而对数据成员的访问直接使用编译时偏移量实现。
The data elements that constitute an object. Data members ordinarily should be private.
组成对象的数据元素。数据成员一般应设为私有的。
There is one crucially important difference between how we define variables and class data members: We ordinarily cannot initialize the members of a class as part of their definition.
定义变量和定义数据成员存在非常重要的区别:一般不能把类成员的初始化作为其定义的一部分。
The job of a constructor is to ensure that the data members of an object have safe, sensible initial values.
构造函数的任务是保证对象的数据成员拥有可靠且合理的初始值。
When we define the data members, we can only name them and say what types they have.
当定义数据成员时,只能指定该数据成员的名字和类型。
Two objects are equal if they have the same value for a given set of their data members.
如果两个对象的给定数据成员集合的值相同,它们就相等。
It contains both the information about the state change of class under testing and the information from the source code about the definition and use of the data members.
该模型不仅包含了当前测试类的状态转换信息,且包含了从其执行代码所得到的数据成员的定义及使用信息。
However, when we compare two derived objects, we want to compare data members that might be particular to that derived class.
但是,当比较两个派生类对象的时候,我们希望比较可能特定于派生类的数据成员。
Better for complex data members to be dynamically or statically allocated?
更复杂的数据成员是动态或静态分配的?
Moreover, it can optimize the whole design program by making use of inheritance relations of data members and member functions between the basic class and its derived class.
同时利用父类与子类间数据成员、成员函数的继承关系,可以优化曲线测设程序的整体设计。
Moreover, it can optimize the whole design program by making use of inheritance relations of data members and member functions between the basic class and its derived class.
同时利用父类与子类间数据成员、成员函数的继承关系,可以优化曲线测设程序的整体设计。
应用推荐