单词 | class object | ||||||||||||||
释义 | class object
更多释义 收起释义 例句释义: 类对象,类别对象,类对象标志 1. For example, if the lock object is of class Object, it may not be easy to search the code for references to it. 例如,如果锁对象的类别是Object,搜索代码以引用它可能不太容易。 www.ibm.com 2. Class, object and their relation are the basic elements of the OOT (Object Oriented Technology), which can be regarded as the core of UML. 类、对象和它们之间的关系是面向对象技术中最基本的元素,可以说是UML中的核心。 www.waiwenfanyi.com 3. Object Library - Allows you to configure the class object's recognition properties and property weights. 对象库-允许您配置类对象的识别属性和属性权重。 download.boulder.ibm.com 4. Returns an array of Constructor objects reflecting all the constructors declared by the class represented by this Class object. 返回一Constructor对象数组,映射该Class对象表示的类中的所有声明的构造函数。 www.mscto.com 5. 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. 如果是类型或类对象,列表将会包含它们的属性名称并且递归地包含基类(型)的属性。 www.redlinux.org 6. Like a class object, the requester application is capable of treating the service as one. 如同类对象,请求者应用程序能够将服务看作是一个整体。 www.ibm.com 7. Returns an array of Method objects reflecting all the methods declared by the class or interface represented by this Class object. 返回一Method对象数组,映射该Class对象表示的类或接口中声明的所有方法。 www.mscto.com 8. In Python, a function is a first-class object, like an integer variable or a container object. 在Python中,函数是一类对象,与整型变量和容器对象相同。 www.ibm.com 9. Specifies the set of execution contexts in which a class object will be made available for requests to construct instances. 指定执行上下文集,类对象将在这些上下文中对请求构造实例的请求可用。 msdn2.microsoft.com 10. Returns a Method object that reflects the specified public member method of the class or interface represented by this Class object. 返回一Method对象,映射该Class对象表示的类或接口中的指定公共成员方法。 www.mscto.com 1. The class object is a surrogate process used to run DLL servers. 类对象是用来运行DLL服务器的代理项进程。 msdn2.microsoft.com 2. Within the JVM, the loading process gives a very basic memory structure to the class object. 在JVM中,装入阶段为类对象提供了非常基本的内存结构。 www.ibm.com 3. Assign -This step links each Design object to a corresponding Item(typically a Part class object) . 安排-这一步链接每个设计对象到对应的物件(典型的是Part类别对象)。 blog.e-works.net.cn 4. It is similar to anonymous class in Java except it is a first class object which can be passed around as argument if needed. 它类似于Java中的匿名类,除了它是一个可在需要时作为参数来传递的第一级对象之外。 www-128.ibm.com 5. PHP implements the object-oriented paradigms of class, object, method, inheritance, and much more. PHP中实现了类,对象,方法,继承,以及更多的面向对象范式。 bluoe.blog.163.com 6. This synchronized code block acquires the lock associated with the customer class object before it executes. 同步的代码块在执行之前需要与客户类对象相关的锁。 www.ibm.com 7. Returns a Field object that reflects the specified declared field of the class or interface represented by this Class object. 返回一个Field对象,该对象反映此Class对象所表示的类或接口的指定已声明字段。 www.tiantianbt.com 8. In another case, it can return the results as a PHP class object, where the database column names are the object properties. 在另一种情况下,它可以以PHP类对象的形式返回结果,其中数据库表的列名作为对象的属性。 www.ibm.com 9. Is a first-class object, which makes it easy for even novices to quickly begin using it in their own programs. 是一个很好的对象,因此即使是编程新手也很容易在自己的程序中使用它。 www-128.ibm.com 10. The left-hand operand to these operators is a class object or a pointer to a class object, respectively. 这些操作符左边的操作数分别是一个类对象或指向类对象的指针。 dictsearch.appspot.com 1. The Document class object is used to set the information about the input document and to get the information in the redacted document. Document类对象用于设置与输入文档相关的信息,获取已编校文档中的信息。 www.ibm.com 2. In the following example, a struct object and a class object are created and initialized by using the new operator and then assigned values. 在下面的示例中,通过使用new运算符创建并初始化一个struct对象和一个类对象,然后为它们赋值。 msdn2.microsoft.com 3. The Class object gives you all the basic hooks for reflection access to the class metadata. Class对象为您提供接入类元数据的反射的所有基本hook。 www.ibm.com 4. A global cache holds a mapping from CLR class to the Ruby class object that wraps the method calls on the interop class. 全局缓存中保留着从CLR类到Ruby类的映射关系,以支持从CLR类到封装互操作类上方法调用的Ruby类对象。 www.infoq.com 5. Property gets the class object that was used to obtain this instance. 属性获取用于获取此实例的类对象。 msdn2.microsoft.com 6. The class object is internally created and used by the page parser when parsing a mobile control. 该类对象是内部创建的,供页分析器在分析移动控件时使用。 msdn.microsoft.com 7. A class object can be called (see above) to yield a class instance (see below). 一个类对象可以创建(见上),这样会产生一个类实例(下述)。 man.ddvip.com 8. The binary data for the document, the documentAttributes instance, and the document status are set in the Document class object. 文档的二进制数据、documentAttributes实例和文档状态是在Document类对象中设置的。 www.ibm.com 9. Defines the types of connections to a class object. 定义到类对象的连接的类型。 msdn2.microsoft.com 10. Instances are created by calling the class object as a function. 实例是将类对象作为函数调用而创建的。 www.ibm.com 1. Enabling monitor sets as a first class object in the monitor set editor. 允许监测集作为监测集编辑器中的第一个类对象。 www.ibm.com 2. Class object and the nonstatic method acquires the lock associated with the instance. 对象的锁,而非静态方法要求属于此类实例的锁。 www-128.ibm.com 3. To create Business objects, use the Add New Item command on the Project menu and select the Class object. 若要创建业务对象,请使用“项目”菜单中的“添加新项”命令,并选择类对象。 msdn2.microsoft.com 4. Returns the Class object associated with the class or interface with the given string name, using the given class loader. 使用指定的类加载器返回指定字符串名称的类或接口的Class对象。 www.mscto.com 5. A string representation of this class object. 该对象的字符串形式。 blog.cnbie.com 6. Gets the class object that was used to obtain this member. 获取用于获取该成员的类对象。 msdn2.microsoft.com 7. Parent class object from which channels and categories are inherited. 频道和类别继承的父类别对象。 www.fan6.net 8. Multiple applications can connect to the class object through calls to. 将多个应用程序连接到该类对象。 msdn2.microsoft.com 9. Discover and modify source code constructions (such as code blocks, classes, methods, protocols, etc. ) as a first-class object at runtime. Discover和修改源代码结构(如代码块,类,方法,议定书等)作为一个一流的对象在运行时。 blog.sina.com.cn 10. A static initializer is used to initialize a class object (not object instances) before its first use. static初始值设定项用于在首次使用之前对class对象(而不是对象实例)进行初始化。 msdn2.microsoft.com 1. Next I create a Cipher class object and initiate it in encryption mode. 接着创建Cipher类对象,并以加密方式对它初始化。 www.ibm.com 2. Return pointer to class object defined by class Name. If the class is not loaded, 0 is returned. 通过类名查找一个类的对象,返回其指针,如果类没有加载,返回0。 old.blog.edu.cn 3. The ReflectedType property gets the class object that was used to obtain this MemberInfo object. ReflectedType属性获取用于获取此MemberInfo对象的类对象。 msdn2.microsoft.com 4. PRuntimeClass A pointer to a run-time class object for the base class. 指向基类的运行类对象的指针。 www.zjrj.org 5. Gets the class object that was used to obtain this instance of MemberInfo. 获取用于获取MemberInfo的此实例的类对象。 msdn2.microsoft.com 6. Object and a class object are created and initialized by using the. 对象和一个类对象,然后为它们赋值。 msdn2.microsoft.com 7. Call this member function to retrieve the code for the class object. 调用该成员函数以检索类对象的代码。 technet.microsoft.com 8. This is often a class object which holds a static reference; for example, the MyClass object in the memory leak example in Listing 1. 这通常是一个保留静态引用的类对象;例如,清单1的内存泄漏示例中的MyClass对象。 www.ibm.com 9. A Cipher class object is created and initiated in the decryption mode. 这样就用解密方式创建并初始化了Cipher类对象。 www.ibm.com 10. These include structural diagrams, such as class, object, and deployment, and behavioral diagrams, such as sequence, activity, and state. 这包括结构关系图(如类、对象和部署)和行为关系图(如序列、活动和状态)。 www.ibm.com 1. A member declared as static can not be accessed with an instantiated class object (though a static method can). 一个成员声明为static,那么他是不可以被这个类的实例来访问的(虽然静态方法可以)。 www.phpfans.net 2. Class object with respect to the width of the. 类对象的缩放量。 msdn2.microsoft.com 3. When the class object is constructed, the base class is remembered. 构造派生类对象时,就记住了基类。 www.phpfans.net 4. Modify the linked list template class, so that node data fields to the data class class object. 修改单链表模板类,使结点类的数据域改为数据类对象的指针。 www.pudn.com 5. Because the PhoneBookInfo class object is passed through the EJB container, it must implement java. io. Serializable. 因为PhoneBookInfo类的对象是通过EJB容器进行传递的,所以它必须实现java. www.ibm.com 6. However, the MyClass class object has a static reference to the member variable called myContainer. 不过,MyClass类对象具有对称为myContainer的成员变量的静态引用。 www.ibm.com 7. That represents a boxed value class object. 表示装箱的值类对象的。 msdn2.microsoft.com 8. Listing 2 shows how to set the redaction attributes for this class object. 清单2显示了如何设置这个类对象的编校属性。 www.ibm.com 9. A holder class is a LotusScript class object derived from the INOUT_HOLDER class (as defined in lsxsd. lss). holder类是一个派生自INOUT_HOLDER类的LotusScript类对象(如lsxsd.lss中定义的那样)。 www.ibm.com 10. There are two ways of obtaining a Constructor object from a Class object. 有两种途径得到类对象的构造函数。 junglesong.yculblog.com 1. Code is also added to the ExitInstance function for revoking the class object. 还向ExitInstance函数中添加用于撤消类对象的代码。 msdn2.microsoft.com 2. There are three ways of obtaining a Method object from a Class object. 有三种不同途径得到类对象的成员函数。 junglesong.yculblog.com 3. A Ruby string is a first-class object. Ruby字符串是一级对象。 www.ibm.com 4. It is an object right for the group class object (for example, grant Read and Modify Permissions). 它是组类对象的对象权利(例如,授予“读取”和“修改”权限)。 technet.microsoft.com 5. Once I've made the call, then I have a Java Class object representing the type. 一旦我进行了调用,那么我就拥有了一个表示类型的JavaClass对象。 www.ibm.com 6. For Business objects, the data source shows a list of public properties of simple data types exposed by the Class object. 对于业务对象,数据源将显示由类对象所公开的简单数据类型的公共属性列表。 msdn2.microsoft.com 7. Structure: Class, Object, Component, Composite Structure, Package, Deployment 结构;类、对象、组件、组合结构、包、部署 www.ibm.com 8. Derivation is not appropriate if you never send a base-class message to a derived-class object 如果没有从基类向派生类的消息,则派生是不适合的 citigirl.focus.cn 9. Declaration of a CLR Reference Class Object CLR引用类对象的声明 msdn2.microsoft.com 10. Property gets the class object that was used to obtain this 属性获取类对象,该类对象用于获取此 msdn2.microsoft.com 1. Class object is passed through the EJB container, it must implement 类的对象是通过EJB容器进行传递的,所以它必须实现 www-128.ibm.com 2. Getting the Field Objects of a Class Object 得到一个类对象的所有成员对象 junglesong.yculblog.com 3. Listing the Modifiers of a Class Object 列举一个对象的公有方法 junglesong.yculblog.com 4. Getting a Constructor of a Class Object 得到类对象的构造函数 junglesong.yculblog.com 5. Unexpected alias. Only references to class object can take alias values 意外别名。只有对类别对象的引用可以采用别名值 angel.w15.5tom.cn 6. Getting the Methods of a Class Object 得到类对象的成员函数 junglesong.yculblog.com 7. A reference to this class object is passed internally to 对这个类别物件的参考就在内部被传递给 www-128.ibm.com 8. realizing a managed object chain table on the class object; 在该类对象上实现一个托管对象链表; ip.com 9. Investigation of automatic generation of class-object test data based on genetic algorithm 基于遗传算法的类对象测试数据自动生成研究 www.ilib.cn 10. Class object, populate it with some data, create an 类型物件,用资料填充它,建立 www-128.ibm.com 1. A derived class object is a base-class object 派生类的对象是基类对象 citigirl.focus.cn 2. Class object and populate it and also call the 类对象并填充它,还会调用 www-128.ibm.com |
||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。