网站首页  词典首页

请输入您要查询的英文单词:

 

单词 class definition
释义

class definition

  • 网络类定义;类别定义;类之定义
1.
类定义
Liran - 博客园 ... class declaration 类声明 class definition 类定义 class derivation list 类继承列表 ...
liran.cnblogs.com
2.
类别定义
? 类别是物件的规格说明, 利用类别定义class definition) 可以建立一个该类别型态的物件, 也 就是说该物件具备该类别所 …
www.docin.com
3.
类之定义
在C 环境中﹐头文件(header file) 含有类之定义(class definition)亦即包含有关类的结构资料(representational information)。
blog.chinaunix.net
4.
类别之定义
在C 环境中﹐标头档(header file) 含有类别之定义(class definition)亦即包含有关类别的结构资料(representational information)。
blog.csdn.net
5.
类型定义
2. 一个类型定义(class definition)引用表.3. 一个type(class name)引用表. 4.1. 二进制数据 4.2. boolean 4.3. date 4.4. double
www.cnblogs.com
6.
类的定义
...是在头文件 ( header file) 中完成对类的定义 (class definition) ,但是这些定义 信息只供编译器 (comp iler)在编译阶段使用编译...
www.docin.com
7.
类号定义
...结,可以直接连到USPTO 网站 的美国专利分类的类号定义CLASS DEFINITION)网页。
www.docin.com

例句

释义:
1.
When a server entry is not in the OK state, it is shown in red, thanks to a class definition in the CSS file.
借助CSS文件内的类定义,当服务器条目没有处于OK状态时,它就会被显示为红色。
www.ibm.com
2.
Let's start out a new class definition, and I'll keep adding to it as we go through this section.
让我们开始一个新的类定义,我将在本章中不断地为它加入新的内容。
www.7880.com
3.
When Ruby "sees" a class definition, it checks to see if that class has already been loaded on its class path.
在Ruby“看到”类定义时,其会查看是否已经在其类路径上加载了此类。
www.ibm.com
4.
Expand the HelloWorld_WC work class definition to see the policy criteria, shown in Figure 13.
展开HelloWorld_WC工作类定义,以查看策略标准,如图13中所示。
www.ibm.com
5.
By means of this substitution, we have created three separate type-safe and efficient objects using a single class definition.
通过这种替换方式,我们使用一个类定义创建了三个独立的类型安全的有效对象。
msdn2.microsoft.com
6.
To understand how we get Android APIs to work with function literals, look at the first line of the Converter class definition.
为了理解如何让AndroidAPI使用函数字面量,看看Converter类定义的第一行。
www.ibm.com
7.
if the inheritance model of a class definition for which a pointer to a member is declared is virtual , the compiler generates an error.
如果类定义(已为其声明指向成员的指针)的继承模型为虚拟,编译器将生成错误。
www.ichacha.net
8.
Finally, you'll see that all the previous listings explicitly load the class definition files, before parsing the XML definitions and data.
最后,您将看到,在解析XML定义和数据之前,上文中的所有清单都可以显式地加载类定义文件。
www.ibm.com
9.
Dependency information tells which source file is dependent on which class definition, and which. H file the definition is located in.
依赖项信息表明每个源文件所依赖的类定义以及该定义位于哪个.h文件中。
msdn2.microsoft.com
10.
To resolve this condition, the Web service must be defined within a single class definition in a separate code file or "code-behind" file.
若要解决此问题,必须在单独的代码文件或“代码隐藏”文件中的单个类定义中定义Web服务。
msdn2.microsoft.com
1.
All of these classes have comments at the top of the class definition to provide details about the purpose of the class.
所有这些类定义的上方都有注释,提供了关于该类的用途的细节。
www-128.ibm.com
2.
The keys are specified in the class definition for an object and cannot be altered on a per-instance basis.
键可以在对象的类定义中指定,但不能在每个实例基础上更改。
msdn2.microsoft.com
3.
Represents a value defining the kind of class definition represented by the object.
表示一个值,该值定义对象所表示的类定义的类型。
msdn2.microsoft.com
4.
Then, inside the generic class definition, the only constructors that could be called are those declared in the bound.
因而,在泛型类定义内部,唯一可调用的构造函数是那些在界限中声明的构造函数。
www.ibm.com
5.
The javaCodebase attribute type shown in Figure 20 stores the location where a class definition for the stored Java object can be found.
图20中显示的javaCodebase属性类型保存Java对象的类定义所在的位置。
www.ibm.com
6.
For an exercise in class definition, you'll use the caching factorial calculator of factorial. py, shown in Listing 4.
我们用高速缓存阶乘计算器factorial.py作为类定义的练习,如清单4所示。
www.ibm.com
7.
This use of emp is valid only if the class definition of Employee contains a way for a Boolean value to be computed.
只有Employee的类定义中包含一种计算Boolean值的方法时,使用emp才有效。
msdn2.microsoft.com
8.
The first line of the class definition is called the header line and provides important information about the characteristics of the class.
类定义的第一行称作标题行,它给出了重要的类信息。
www.bing.com
9.
Roofing products. Concrete roofing tiles with longitudinal interlock, mountain class. Definition, characteristics, marking.
屋顶用品.纵向互连混凝土屋顶瓦.定义、特点和标志
www.mapeng.net
10.
Also, although this is a minor nit, Scala does not require the file containing a class definition to mirror the name of the class.
此外,还有一处微小的改进,Scala不需要包含类定义的文件来反映类的名称。
www.ibm.com
1.
Recall from our earlier discussion that the class definition is the blueprint for a WMI-manageable resource.
回忆一下我们之前讨论的内容—类定义是WMI可管理资源的蓝图。
msdn2.microsoft.com
2.
At the top of the class definition, add the annotation @PersistenceCapable as shown in Figure 7.
在类定义的顶部,添加如图7所示的@PersistenceCapable注释。
www.ibm.com
3.
If the class is already loaded, the class definition reopens the class, allowing me to make changes.
如果已经加载了类,则类定义会重新打开类以允许我进行变更。
www.ibm.com
4.
The other notable line in this test is the class definition, which points to the template class, rather than one that you might create.
这个测试中另一个值得注意的行是这个类定义,它指向这个模板的类,而不是您可能创建的模板。
www.ibm.com
5.
If your class does not own any unmanaged resources, do not include a Finalize method in your class definition.
如果类不拥有任何非托管资源,则不要在类定义中包含Finalize方法。
msdn2.microsoft.com
6.
Describes how to create and use anonymous types, which allow you to create objects without writing a class definition for the data type.
介绍如何创建和使用匿名类型,使您能够在没有为数据类型编写类定义的情况下创建对象。
msdn2.microsoft.com
7.
Sets the name of the implementation file to add the class definition.
设置添加类声明的头文件名。
technet.microsoft.com
8.
The searched-for class definition existed when the currently executing class was compiled, but the definition can no longer be found.
当目前执行的类已经编译,但是找不到它的定义时,会存在searched-for类定义。
www.ibm.com
9.
The code-behind file for a page is not a complete class definition.
页的代码隐藏文件不是一个完整类定义。
msdn2.microsoft.com
10.
Attribute can also be applied to an attribute class definition.
属性还可被应用于属性类定义。
msdn2.microsoft.com
1.
The noncopyable class definition presents no surprises, as the copy constructor and operator= are declared private.
noncopyable类定义没有什么令人感到新奇的地方,因为copyconstructor和operator=声明为private。
www.ibm.com
2.
Class itself provides a method to dig into the details of a generified class definition.
类本身提供了一个深入泛型类定义的细节的方法。
www.kuenglish.info
3.
N identifies details about a class definition within a given scope.
N的中继资料语汇基元会在指定范围中识别类别定义的详细资料。
technet.microsoft.com
4.
The new code-behind model contains virtually no generated code beyond the class definition itself.
除了类定义本身外,新的代码隐藏模型几乎不包含任何生成的代码。
msdn2.microsoft.com
5.
This will contain the class definition for your model.
该文件将包含模型的类定义。
www.ibm.com
6.
Add the following instance variables right after the class definition as shown in listing 1.
在类定义之后添加以下实例变量,如清单1所示。
www.ibm.com
7.
Verify that the target folder and target class definition are valid and exist on the target library.
验证目标文件夹和目标类定义有效并存在于目标库中。
www.ibm.com
8.
These five lines represent the first example of a class definition in Java.
这五行代码代表了Java中第一种定义类的方法。
www.bing.com
9.
Now, when you want a backup deleted, we will do it regardless of the TSM management class definition.
现在,当您想要删除一个备份时,不管TSM管理类的定义如何,都可以执行删除操作。
www.ibm.com
10.
To expose your bean to the JSF life cycle, all you need to do is place a single annotation, @Name, above the class definition.
为了将bean暴露到JSF生命周期中,只需在类定义的上面添加一个简单的注释@Name。
www.ibm.com
1.
Implement a SetupLayout method in your form's class definition to set up the form's layout.
在窗体的类定义中实现一个SetupLayout方法以设置窗体的布局。
msdn2.microsoft.com
2.
Has a loop block within the method definition within the class definition.
定义内有一个循环块。
www-128.ibm.com
3.
To resolve this error, put all member variables in a single partial class definition.
要解决此错误,请将所有的成员变量放在一个单独的分部类定义中。
msdn2.microsoft.com
4.
property is called when the class definition is executed, which means it can add methods to the class.
property会被调用,这就意味着可以利用property向class添加方法。
www.infoq.com
5.
The following code illustrates a simple generic class definition.
下面的代码阐释一个简单的泛型类定义。
msdn2.microsoft.com
6.
The event class definition includes the event field names, data types, and type modifiers.
事件类定义包括事件字段名称、数据类型和类型修饰符。
technet.microsoft.com
7.
Listing 1 shows the class definition and relevant method definitions for the PresenceMonitor Web service implementation class.
清单1展示了PresenceMonitorWeb服务实现类的类定义和相关方法定义。
www.ibm.com
8.
Generates both the class constructor and the class definition as inline functions in the header file.
将类构造函数和类定义两者生成为头文件中的内联函数。
msdn2.microsoft.com
9.
For this simple example, you will just add a new Javadoc tag to the class definition's Javadoc comments.
对于此简单的实例,您仅仅将向类定义的Javadoc注释中添加新的Javadoc标签。
www.ibm.com
10.
This information is added to the sub-class definition representing that case type under the case folder.
这些信息添加在案例文件夹中代表案例类型的子类定义中。
www.ibm.com
1.
Implement a method in your form's class definition for handling the details of connecting to the database.
在窗体的类定义中实现一个方法,用于处理有关与数据库的连接的详细信息。
msdn2.microsoft.com
2.
Remainder of class definition . . .
类定义的其他部分。
www.bing.com
3.
First, there is no main method or class definition, just some simple code.
首先,没有main方法或者类定义,只有一些简单的代码。
www.ibm.com
4.
The element contains the user-defined class definition the RPCAdapter will instantiate to invoke the method.
元素包含用户定义的类定义,RPCAdapter将实例化此类定义以调用方法。
www.ibm.com
5.
Which class definition is likely to need a copy constructor?
哪个类定义可能需要一个复制构造函数?
dictsearch.appspot.com
6.
This guarantee is obtained by applying one or more constraints to your generic class definition.
这种保证是通过对泛型类定义应用一个或多个约束获得的。
msdn2.microsoft.com
7.
By writing a simple class definition, you can add your own methods to QueryPath.
通过编写一个简单的类定义,可以将自己的方法添加到QueryPath中。
www.ibm.com
8.
Paste the following code statements at the top of the COMForm file, before the class definition.
将下面的代码语句粘贴在COMForm文件顶部类定义之前。
msdn2.microsoft.com
9.
Before JPA 2. 0, this semantic distinction was represented via corresponding class-level annotations in the persistent-class definition.
在JPA2.0之前,这种语义区分是通过持久化类定义中的对应类级别注释来表示的。
www.ibm.com
10.
You use SWbemObject to access the methods and properties defined in the managed resource's class definition.
使用SWbemObject来访问托管资源类定义中定义的方法和属性。
msdn2.microsoft.com
1.
Also, the code-behind class is a normal class definition and not a partial class.
而且该代码隐藏类是一个普通类定义而不是分部类。
msdn2.microsoft.com
2.
This DeclarativeMeta type is the magic that allows all of the actions to occur in one simple class definition.
这个DeclarativeMeta类型的魔力就是允许所有操作发生在一个简单的类定义中。
www.ibm.com
3.
Provides the class definition of the CatalogZone Web server control.
提供CatalogZoneWeb服务器控件的类定义。
msdn2.microsoft.com
4.
If a class member function's definition appears inside the class definition, the function is implicitly inline.
一个类成员函数的定义如果在类定义中,这个成语函数就是隐式内联的。
www.diybl.com
5.
The following code sample shows the class definition and the definition for our table alias.
下面的代码样本显示了类的定义和表的别名定义。
www.ibm.com
6.
The entire class definition is visible as plain text in the source code.
整个类定义在源代码中以纯文本的形式显示。
msdn2.microsoft.com
7.
In the class definition, add a reference to the form to inherit from.
在类定义中,将引用添加到要从其继承的窗体。
msdn2.microsoft.com
8.
These options indicate the inheritance model of the not-yet-encountered class definition.
这些选项指示尚未遇到的类定义的继承模型。
msdn2.microsoft.com
9.
The following example shows the class definition.
下面的示例演示类定义。
msdn2.microsoft.com
10.
Often, it just doesn't make sense to include a zeroary constructor in a class definition.
通常在类定义中包含不带参数的构造函数没有任何意义。
www.ibm.com
1.
In the Code Editor, insert the following code into the StackView class definition.
在代码编辑器中,将以下代码插入到StackView类定义中。
msdn2.microsoft.com
2.
Add the MustInherit modifier to the class definition.
在类定义中添加MustInherit修饰符。
msdn2.microsoft.com
3.
This is where all the constants used by the class definition are stored.
这里放着类定义所用的所有常量。
www-128.ibm.com
4.
First, leave the original class definition intact so that it can be found when existing instances are unpickled.
首先,确保原来的类的定义没有被更改,以便在unpickle现有实例时可以找到它。
www.ibm.com
5.
Listing 1 contains the class definition, some fields that will be used later on, and the initialize method.
清单1包含类定义、将稍后使用的一些字段以及initialize方法。
www.ibm.com
6.
In the COMForm class definition, paste the following code under the constructor definition.
在COMForm类定义中,将下面的代码粘贴在构造函数定义之下。
msdn2.microsoft.com
7.
The code file contains code that is similar to a class definition.
代码文件包含类似类定义的代码。
msdn2.microsoft.com
8.
You do not code a class definition for them, nor do you call a constructor to create them.
不能通过代码为SDO编写一个类定义,也不能调用构造函数来创建它们。
www.ibm.com
9.
A window class definition The default styles to use for the window, called the window traits.
一个窗体类的定义调用窗体特征为窗体使用缺省的风格。
blog.cnbie.com
10.
Class represents a schema class definition that is contained in the schema partition.
类表示包含在架构分区中的架构类定义。
msdn2.microsoft.com
1.
This is accomplished by putting the keyword sealed before the keyword class in the class definition.
方法是在类定义中将关键字sealed置于关键字class的前面。
msdn2.microsoft.com
2.
This CodeNamespace reference is used later to add a class definition to the source code.
稍后会使用此CodeNamespace引用向源代码添加类的定义。
msdn2.microsoft.com
3.
For example, enter "class definition" to search for topics that include the literal phrase "class definition" .
例如,输入“classdefinition”可搜索包含词组“classdefinition”的主题。
msdn2.microsoft.com
4.
So in order to model cases in IBM FileNet, the sample asset uses a CaseFolder class definition.
因此,为了在IBMFileNet中对案例进行建模,示例资产使用一个CaseFolder类定义。
www.ibm.com
5.
Open the form's code file and add the following statements to the top of the file, above the class definition.
打开窗体的类模块,并在文件顶部类定义的上方添加以下代码
msdn2.microsoft.com
6.
Let's take a look at a simple class definition to which we will add and remove attributes. Here is the initial definition
让我们看一个简单的类的定义,我们将向其添加和除去一些属性。
www.ibm.com
7.
Then we can refer to these type parameters like we would ordinary types inside the body of the class definition, like this
然后可以引用这些类型参数,就像我们在类定义主体内引用普通类型那样,如下所示
www.ibm.com
8.
The simplest form of class definition looks like this
最简单的类定义形式如下
book.sooft.org
9.
The caching factorial calculator shown in Listing 4 lets you see NetRexx-style class definition in action
清单4显示的缓冲阶乘计算器显示了一个实际的NetRexx风格的类定义
www-128.ibm.com
10.
So the code not contained in a class definition was then compiled into a. Class file named
所以,类定义中没有包含的代码被编译到一个名为
www-128.ibm.com
1.
So the code not contained in a class definition was then compiled into a. Class file named
所以,类定义中没有包含的代码被编译到一个名为
www-128.ibm.com
2.
At the top of the partial class definition for the form, add the following code
在表单的partial类定义顶部,添加以下代码
www.ibm.com
3.
Perl package containing the core class definition and algorithms for metrics computation
包含核心类定义和度量计算算法的Perl包
www.cntesting.com
4.
The first few lines of your class definition should look similar to the following code
您的类定义的前几行应与以下代码类似
msdn2.microsoft.com
5.
The first few lines of your class definition should resemble the following code
类定义的前几行应该与以下代码类似
msdn2.microsoft.com
6.
The member class definition must terminate with an
成员类的定义必须以
msdn2.microsoft.com
7.
Universal Serial Bus Device Class Definition for Device Bay Controllers
控制器的通用序列匯流排装置类别定义
www.woodenhead.org
8.
Examine the class definition and the class constructor and notice that their names have changed from
检查类定义和类构造函数,注意它们的名称已分别从
msdn2.microsoft.com
9.
Universal Serial Bus Device Class Definition for Printing Devices
打印设备的通用串行总线级标准
www.ebigear.com
10.
Add two private data members after the opening brace of the class definition
在类定义的左大括号之后添加两个私有数据成员
msdn2.microsoft.com
1.
The NotInheritable keyword on a class definition indicates this status
类定义上的NotInheritable关键字表示下面的状态
msdn2.microsoft.com
2.
Declare a public variable in the class definition, as in the following code
在类定义中声明一个公共变量,如下面的代码所示
msdn2.microsoft.com
3.
There are several situations when splitting a class definition is desirable
在以下几种情况下需要拆分类定义
msdn2.microsoft.com
4.
Now look again at the first line in the Rational class definition
现在,回顾一下Rational类定义中的第一行
www.ibm.com
5.
inside the class definition , enter the following code
在类定义内,输入下面的代码。
www.ichacha.net
6.
inside the class definition , type the following code
在类定义中键入以下代码。
www.ichacha.net
7.
inside the class definition , add the following code
在类定义中添加下面的代码。
www.ichacha.net
8.
Given the following class definition in one source file
给定源文件中的类定义
blog.csdn.net
9.
Change the class definition so that the class derives from
更改该类的定义,以便该类从
msdn2.microsoft.com
10.
Add the following code to the class definition
将以下代码添加到类定义
msdn2.microsoft.com
1.
Class definition is based on the properties defined in the
类定义基于配置文件的
www.ichacha.net
2.
For example, the following code applies an attribute to a class definition
例如,下面的代码将属性应用于类定义
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/15 6:39:29