class object

美 [klæs ˈɑːbdʒekt]英 [klɑːs ˈɒbdʒɪkt]
  • 网络类对象;类别对象
class objectclass object
  1. Second , the key problems of how to save the complex data to the disk and how to recover it from the disk are studied , so some data such as pointer and class object can be saved and read out from disk file .

    其次,研究了对复杂结构数据的写入磁盘文件保存和从磁盘文件读出恢复,解决了指针和类对象数据的保存和恢复问题。

  2. The previous example contains a class object and string .

    前面的示例包含一个类对象和字符串。

  3. Realize to Call COM Object in . NET Framework Class Object

    在.NET框架的类对象中实现COM对象的引用

  4. Instances are created by calling the class object as a function .

    实例是将类对象作为函数调用而创建的。

  5. When the class object is constructed , the base class is remembered .

    构造派生类对象时,就记住了基类。

  6. Enabling monitor sets as a first class object in the monitor set editor .

    允许监测集作为监测集编辑器中的第一个类对象。

  7. Next I create a Cipher class object and initiate it in encryption mode .

    接着创建Cipher类对象,并以加密方式对它初始化。

  8. Within the JVM , the loading process gives a very basic memory structure to the class object .

    在JVM中,装入阶段为类对象提供了非常基本的内存结构。

  9. The getRepositoryDocument () method gets the actual document data , the Document class object .

    getRepositoryDocument()方法可以获取实际的文档数据,即Document类对象。

  10. A Cipher class object is created and initiated in the decryption mode .

    这样就用解密方式创建并初始化了Cipher类对象。

  11. Once I 've made the call , then I have a Java Class object representing the type .

    一旦我进行了调用,那么我就拥有了一个表示类型的JavaClass对象。

  12. Creating mode and function operating of class object was realized with the multi-state capability of class .

    利用类的多态性实现类对象生成方式和函数操作。

  13. A class object can be called ( see above ) to yield a class instance ( see below ) .

    一个类对象可以创建(见上),这样会产生一个类实例(下述)。

  14. The Class object gives you all the basic hooks for reflection access to the class metadata .

    Class对象为您提供接入类元数据的反射的所有基本hook。

  15. To create business objects , use the add new item command on the Project menu and select the class object .

    若要创建业务对象,请使用“项目”菜单中的“添加新项”命令,并选择类对象。

  16. But the invoke method , such as getProperty , returns an object of class Object .

    但是invoke方法(例如getProperty)返回一个Object类的对象。

  17. To connect to the redaction server , first create a RedactionToolkitClient class object .

    要连接编校服务器,首先创建一个RedactionToolkitClient类对象。

  18. This synchronized code block acquires the lock associated with the customer class object before it executes .

    同步的代码块在执行之前需要与客户类对象相关的锁。

  19. Returns the Class object associated with the class or interface with the given string name , using the given class loader .

    使用指定的类加载器返回指定字符串名称的类或接口的Class对象。

  20. The Document class object is used to set the information about the input document and to get the information in the redacted document .

    Document类对象用于设置与输入文档相关的信息,获取已编校文档中的信息。

  21. However , the MyClass class object has a static reference to the member variable called myContainer .

    不过,MyClass类对象具有对称为myContainer的成员变量的静态引用。

  22. A member declared as static can not be accessed with an instantiated class object ( though a static method can ) .

    一个静态类成员不能用实例化后的对象操作符(->)来访问。

  23. For example , if the lock object is of class Object , it may not be easy to search the code for references to it .

    例如,如果锁对象的类别是Object,搜索代码以引用它可能不太容易。

  24. If the object is a type or class object , the list contains the names of its attributes , and recursively of the attributes of its bases .

    如果是类型或类对象,列表将会包含它们的属性名称并且递归地包含基类()属性。

  25. If the method annotated with @ Synchronized is static , Lombok automatically creates a class object called $ LOCK and synchronizes the method against that object .

    如果用@Synchronized注释的这个方法是静态的,那么Lombok就会创建一个名为$LOCK的类对象,并会针对该对象同步这个方法。

  26. SCA provides callback services by using @ Callback annotation on a remotable service interface , which takes the Java Class object of the interface as a parameter .

    SCA通过在远程服务接口上使用@CallbackAnnotation来提供回调服务(接受接口的JavaClass对象作为参数)。

  27. Features with high saliency , stability and capacity in classification will be chosen prior . Meanwhile multi level and multi class object detection and recognition is performed by combining shared features .

    优先采用显著性强、稳定性高、分类能力强的特征,同时结合共享特征进行多级多类目标检测识别。

  28. The getProperty method returns an instance of the class Object , so you must cast the result into the appropriate type , which , in this case , is a string .

    getProperty方法返回Object类的一个实例,因此您必须把结果转换成合适的类型,在本例中是string型。

  29. This paper discusses the design principle of the hyper class object in the database design and the mapping principle from object model to three layers model of database . Finally , it gives an example of database design .

    该文就面向对象数据库设计中超类对象的设计和对象模型与数据库的三层模型之间的映射原理进行了探讨,并进行了故障诊断数据库实例设计。

  30. If this class object represents a reference type that is not an array type then the binary name of the class is returned , as specified by the Java Language Specification , Second Edition .

    如果该类对象表示引用类型,而不是数组类型,那么返回该类的二进制名称,说明见Java语言规范(第二版)。