网站首页  词典首页

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

 

单词 class declaration
释义

class declaration

  • 网络类声明;类别宣告;类的声明
1.
类声明
Liran - 博客园 ... class 类 class declaration 类声明 class definition 类定义 ...
liran.cnblogs.com
2.
类别宣告
撷取类别宣告 (Class Declaration) 的方式与撷取命名空间类似。由於类别可以用巢状方式置於其他类别中,因此您可寻找在命 …
msdn.microsoft.com
3.
类的声明
...port Statement ) ? ·0个或多个类的声明Class Declaration) ? ·0个或多个接口声明(Interface Declaration) ? 每个Java源 …
www.docin.com
4.
类别定义
vocabulary English... ... class condition 类别条件 class declaration 类别定义 class derivation list 类别衍化清单 ...
rwhdavid1979.bokee.com
5.
类说明
简单地说,用这三个关键字定义的类型都称为类说明(Class Declaration)。但是在讨论语言成分时,用不同的关键字定义的类, …
www.xker.com
6.
类声明的问题
首先我们要解决类声明的问题class declaration)下面CLabelLink的类声明01 #pragma once02 03 class CLabelLink : public C…
hi.baidu.com
7.
类声明语句
   类声明语句(class declaration)    环境变量配置         在Windows下(XP):         --下载Windows版本的JDK,双击进行安装,建议...
www.huomo.cn
8.
类申报
Baan_中英文术语对照表 - 豆丁网 ... class 等级;类;分类 class declaration 类申报 class items 可分类物料 ...
www.docin.com

例句

释义:
1.
Click the ellipsis button to save the file name to the location of your choice, or to append the class declaration to an existing file.
按一下省略按钮,将档名储存至您选择的位置,或将类别宣告附加至现有的档案。
msdn.microsoft.com
2.
As you will see later, each of the vars in the class declaration becomes a named parameter when constructing an instance of the class.
随后将看到,在构建类实例时,类声明中的每个var将成为一个命名的参数。
www.ibm.com
3.
Add this attribute to the class declaration only if you want to specify a custom designer type for your custom data generator.
仅当您要指定自订资料产生器的自订设计工具类型时,才可将此属性加入至类别宣告。
technet.microsoft.com
4.
First, you're going to start off with the class declaration and local variables, as shown in Listing 1.
首先,从类声明和局部变量定义开始,如清单1所示。
www.ibm.com
5.
These values are declared at the top of the class declaration, and are initialized in the initialize method.
这些值在类声明顶部声明,并在initialize方法中初始化。
www.ibm.com
6.
If the default copy constructor and assignment operator are acceptable, add a comment stating this to your class declaration.
如果默认的拷贝构造函数和付值操作符是可取的,在你的类生命中增加一条注释说明这些。
spaces.msn.com
7.
Please note that the contructor (shown in Listing 2) and all subsequent methods are within the class declaration as shown in Listing 1.
请注意,构造函数(见清单2)和所有的后续方法都在类声明中,如清单1所示。
www.ibm.com
8.
Modifier in a class declaration to indicate that a class is intended only to be a base class of other classes.
修饰符可指示一个类只能是其他类的基类。
msdn2.microsoft.com
9.
Aspect declarations in AspectJ parallel class declaration in the Java language, as shown in Figure 2.
Aspect中的方面声明类似于Java语言中的类声明,如图2所示。
www.ibm.com
10.
A declaration of an enumeration type is similar to a class declaration.
枚举类型的声明类似于类声明。
msdn2.microsoft.com
1.
Next, add a @Local annotation above the class declaration, as shown in the Figure 47.
接下来,将@Local注释添加到类声明上方,如图47中所示。
www.ibm.com
2.
Static members must be initialized in a definition outside the class declaration.
静态成员必须在类声明外的定义中进行初始化。
msdn.microsoft.com
3.
Class declaration to associate the custom expression builder with the derived expression editor class.
属性,以将自定义表达式生成器和派生的表达式编辑器类关联。
msdn2.microsoft.com
4.
The attributes inject a user record class declaration for you.
特性将为您插入用户记录类声明。
technet.microsoft.com
5.
You can declare the ICallbackEventHandler interface as part of the class declaration for the page.
可以将ICallbackEventHandler接口作为页的类声明的一部分进行声明。
msdn2.microsoft.com
6.
The class declaration is decorated with both the Serializable and the SqlUserDefinedTypeAttribute attributes.
使用Serializable和SqlUserDefinedTypeAttribute属性来修饰这个类声明。
msdn2.microsoft.com
7.
Named parameters are defined as non-static properties in the attribute class declaration.
在属性类声明中,命名参数定义为非静态属性。
svn.net.henu.edu.cn
8.
As previously stated, a Dojo widget is a Dojo class declaration that inherits from a special class: the dijit. _Widget class.
如之前所述,一个Dojo小部件就是一个继承自某个特定类(dijit._Widget类)的Dojo类声明。
www.ibm.com
9.
The control designer class declaration is marked with the SupportsPreviewControl attribute set to true.
通过将SupportsPreviewControl属性设置为true来标记该控件设计器类声明。
msdn2.microsoft.com
10.
The page does not contain an explicit class declaration.
该页不包含显式类声明。
msdn2.microsoft.com
1.
Constraint specifies that any type argument in a generic class declaration must have a public parameterless constructor.
约束指定泛型类声明中的任何类型参数都必须有公共的无参数构造函数。
msdn2.microsoft.com
2.
Notice that the actual form is stored in the String form variable after the class declaration.
注意,实际的表单保存在类声明之后的Stringform变量中。
www.ibm.com
3.
In the Service. Vb code file, locate the code for the Service class declaration.
在Service.vb代码文件中定位Service类声明的代码。
msdn2.microsoft.com
4.
The class declaration begins with the @interface directive and ends with the @end directive.
类声明以@interface指令开始,以@end指令结束。
www.ibm.com
5.
Notice that Visual Studio automatically changes the class declaration in TestConsole. Cs to match the new file name.
注意,VisualStudio自动更改TestConsole.cs中的类声明以匹配新文件名。
msdn2.microsoft.com
6.
In this code sequence , the attributes before the class declaration do most of the work .
在此代码序列中,大部分工作由类声明之前的属性执行。
www.bing.com
7.
In addition to the POSIX-Extended features the escape character is special inside a character class declaration.
对于POSIX扩展特性来说,转义字符在字符类声明中也是特殊的。
qa.alibaba.com
8.
Note Visual Studio automatically changes the class declaration in TestConsole. Cs to match the new file name.
注意VisualStudio会自动更改TestConsole.cs中的类声明,以与新文件名匹配。
msdn2.microsoft.com
9.
Visual Studio automatically changes the class declaration in DebuggerSide. Vb to match the new file name.
VisualStudio会自动更改DebuggerSide.vb中的类声明以匹配新文件名。
msdn2.microsoft.com
10.
Locate the class declaration for the ctlAlarmClock control, which appears as Public Class ctlAlarmClock.
找到ctlAlarmClock控件(显示为PublicClassctlAlarmClock)的类声明。
msdn2.microsoft.com
1.
To declare a new component class, add a class declaration to the component's unit file.
声明新组件类,需在组件单元文件添加类声明。
www.delphibbs.com
2.
Declares a new class initializer inside a class declaration.
在类声明中声明新的类初始值设定项。
msdn2.microsoft.com
3.
Place these declarations before the MarqueeBorder class declaration.
将这些声明放在MarqueeBorder类声明之前。
msdn2.microsoft.com
4.
Add user code inside the partial class declaration.
在分部类声明中添加用户代码。
msdn2.microsoft.com
5.
This is only the class declaration.
这只是类的声明。
www.ibm.com
6.
Attach the following code after your class declaration.
在类声明之后附加下面的代码。
msdn2.microsoft.com
7.
Notice the class declaration for Person.
请注意Person的类声明。
www.ibm.com
8.
These classes will be candidates for using the static keyword on the class declaration.
这些类将成为在类声明上使用static关键字的备选。
www.cnblogs.com
9.
A code file that contains a class declaration.
包含类声明的代码文件。
msdn2.microsoft.com
10.
Copy and paste the code from Code Illustration 26 above the End Class declaration for the btnDel click event.
将代码演示26中的代码复制并粘贴到btnDel单击事件的EndClass声明上面。
msdn2.microsoft.com
1.
Lines 1 through 10: package, import, and class declaration statements.
第1至10行:package、import和class声明语句。
www.ibm.com
2.
In this case, Of ItemType is used with the class declaration as follows.
在本例中,类声明使用OfItemType,如下所示
msdn2.microsoft.com
3.
The class declaration that is shown in Figure 17 demonstrates how to do this.
图17中给出的类定义演示了如何做到这一点。
blog.163.com
4.
You can, for example, decorate a method or class declaration with a @Grab annotation.
举例来说,您可以使用@Grab注释来修饰某个方法或类声明。
www.ibm.com
5.
This is a Scala singleton because it uses the object declaration instead of a class declaration.
这是一个Scala单例(singleton),因为它使用对象声明,而不是类声明。
www.ibm.com
6.
In the current beta, Visual Basic does not support the Shared keyword on a class declaration.
在当前的beta版本中,VisualBasic不支持类声明中的Shared关键字。
blog.sina.com.cn
7.
Replace the System. Web. Services. WebService attribute code with the following code (shown in bold) before the class declaration
在类声明的前面,将System.Web.Services.WebService属性代码替换为以下代码(以粗体部分显示)
msdn2.microsoft.com
8.
Immediately before the end of the class declaration at the bottom of the code, add the following method
在代码底部紧接着类声明结尾之前,添加以下方法
msdn2.microsoft.com
9.
The MustInherit modifier on a class declaration indicates a class that cannot be instantiated
类声明上的MustInherit修饰符指出类不能被实例化
msdn2.microsoft.com
10.
Modifier in a class declaration to prevent inheritance of the class, as in this example
修饰符可防止继承此类,例如
msdn2.microsoft.com
1.
Add the following Imports statement to the top of the Code Editor for Form1, above the Class declaration
将下面的Imports语句添加到Form1的“代码编辑器”的顶端,在Class声明之上
msdn2.microsoft.com
2.
Immediately above the class declaration for the composite control, add a
在复合控件的类声明的正上方,添加
msdn2.microsoft.com
3.
Immediately above the class declaration for the Web server control, add the
在Web服务器控件的类声明的正上方,添加
msdn2.microsoft.com
4.
The following class declaration shows the proper use of these attributes
下面的类声明显示了这些属性的正确用法
msdn2.microsoft.com
5.
Below is an example class declaration that conforms to the pattern
下面是一个符合此模式的类声明示例
msdn2.microsoft.com
6.
The code file contains a partial classthat is, a class declaration with the keyword
该代码文件包含一个分部类,即具有关键字
msdn2.microsoft.com
7.
Change the class declaration for the Loan class as follows
更改Loan类的类声明,如下所示
msdn2.microsoft.com
8.
Add following code just before the end of class declaration
紧挨在类声明结束之前,添加下列代码
msdn2.microsoft.com
9.
In addition, C member functions defined in the class declaration are automatically packaged;
另外,在类声明内部定义的C 成员函数会自动打包;
technet.microsoft.com
10.
Listing 1. Import statement and class declaration
清单1.import语句和类声明
www.ibm.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/30 22:51:32