destructor查询结果如下:

self destructor
自毁装置
属类:工程技术
-船舶工程 - -
destructor plant
垃圾焚烧厂
属类:行业术语
-农业产业 - -
destructor plant
垃圾处理厂
属类:化学及生命科学
-医学 - -
destructor plant
垃圾处理厂
属类:行业术语
-环境术语 - -
destructor plant
垃圾厂
属类:工程技术
-建筑工程 - -
safety destructor
安全自毁器
属类:科技术语
- - -
refuse destructor
垃圾焚化炉
属类:工程技术
-建筑工程 - -
garbage destructor
垃圾焚烧炉
属类:工程技术
-建筑工程 - -
virtual destructor
虚拟解构函式
属类:汉英词对
-计算机术语 - -
Mayetiola destructor
黑森瘿蚊
属类:科技术语
- - -
slip mine destructor
辨过式灭雷装置
属类:工程技术
-船舶工程 - -
mine-destructor sweep
扫炸雷具
属类:工程技术
-船舶工程 - -
refuse destructor plant
垃圾焚烧炉装置
属类:行业术语
-农业产业 - -
refuse destructor furnace
废渣焚烧炉
属类:行业术语
-能源专业 - -
guided missile destructor
导弹自毁装置
属类:科技术语
- - -
batch type dust destructor
分批式垃圾焚化炉
属类:工程技术
-建筑工程 - -
fuse detonating tube;destructor
信管
属类:工程技术
-船舶工程 - -
crematorium;refuse destructor plant
垃圾焚化场
属类:工程技术
-建筑工程 - -
destructor;refuse destructor;refuse burner;garbage furnace
垃圾焚烧炉
属类:行业术语
-农业产业 - -
The Analysis of Constructor and Destructor in C(superscript ++)
C(上标 ++)中的构造函数、析构函数剖析
属类:行业术语-中文论文标题-
Effects of Snf907 Fungus Metabolites on the Juvenile Mortality and Movement of Ditylenchus destructor
Snf907真菌代谢物对甘薯茎线虫活性的影响
属类:行业术语-中文论文标题-
Susceptibility of Different Populations of Ditylenchus destructor to Different Type of Nematicides in Hebei Province of China
不同地理种群甘薯茎线虫对不同类型杀线剂的敏感性
属类:行业术语-中文论文标题-
Species-specific Detection of inter-populations of Ditylenchus destructor
腐烂茎线虫种内群体特异性检测研究
属类:行业术语-中文论文标题-
Complex Infection Caused by Ditylenchus destructor and Fusarium spp. to Sweet Potato
甘薯茎线虫与镰孢菌对甘薯的复合侵染
属类:行业术语-中文论文标题-
A Study of Scientific Literacy in Junior High School-The Issue of the Destructor as Exemplar
国民中学学生科学素养之研究-以垃圾焚化炉议题为例
属类:行业术语-中文论文标题-
Layered Fuzzy Control System of Destructor
垃圾焚烧炉的分层模糊控制系统
属类:行业术语-中文论文标题-
Effect of Temperature on Paecilomyces lilacinus Culture Characteristics and to Ditylenchus destructor
温度对淡紫拟青霉NH-PL-03菌株培养特性及毒力的影响
属类:行业术语-中文论文标题-
ARAPD Marker Linked to the Resistance Ditylenchus Destructor in Sweetpotato
一个与甘薯茎线虫抗性相关的RAPD标记的获得
属类:行业术语-中文论文标题-
A client block is a special type of memory block used by MFC programs for objects that require a destructor .
“客户端块”是由MFC程序用于需要析构函数的对象的特殊类型内存块。
属类:IT行业-technet.microsoft.com-
Java code automatically manages memory, whereas C++ doesn't, so the Java language doesn't require destructor methods.
Java代码自动管理内存,但是C++却不是如此,因此Java语言不需要解除器方法。
属类:IT行业-www.ibm.com-
Og also enables the Named Return Value optimization, which eliminates the copy constructor and destructor of a stack based return value.
Og还会启用命名的返回值优化,此优化可消除基于堆栈的返回值的复制构造函数和析构函数。
属类:IT行业-msdn2.microsoft.com-
A struct cannot contain a destructor .
struct不能包含析构函数。
属类:IT行业-msdn2.microsoft.com-
A return type should not be set for a UML operation representing either a constructor or a destructor .
不应该为表示构造方法或析构方法的UML操作设置返回类型。
属类:IT行业-www.ibm.com-
When the lock object goes out of scope and is destroyed, the object's destructor calls Unlock for you, releasing the resource.
当锁定对象超出范围并被销毁时,该对象的析构函数调用Unlock以释放资源。
属类:IT行业-msdn2.microsoft.com-
When the destructor is called, the garbage collector is invoked to process the queue.
调用析构函数时,将调用垃圾回收器来处理该队列。
属类:IT行业-technet.microsoft.com-
The constructor and destructor of the queue class are responsible for the creation and destruction of the mutex, as shown in Listing 1.
队列类的构造函数和析构函数负责创建和销毁互斥锁,见清单1。
属类:IT行业-www.ibm.com-
Close method on a file object instead of closing the file in the class destructor or with
方法,而不是在类析构函数中关闭该文件或者使用
属类:IT行业-msdn2.microsoft.com-
Method is present, rewrite that into the class destructor .
方法,则将其重写到类析构函数中。
属类:IT行业-msdn2.microsoft.com-
Method, retain the destructor while carrying out the first item.
方法,则在执行第一项时保留析构函数。
属类:IT行业-msdn2.microsoft.com-
The destructor implicitly calls Finalize on the base class of the object.
该析构函数隐式地对对象的基类调用Finalize。
属类:IT行业-msdn2.microsoft.com-
The other way to say it is, never define a global (static global) instance of a class whose constructor or destructor may throw exceptions.
换一种说法就是永远都不要为那些其构造函数和析构函数可能抛出异常的类定义全局(静态全局)实例。
属类:IT行业-www.ibm.com-
For example, the following is a declaration of a destructor for the class Car
例如,下面是类Car的析构函数的声明
属类:IT行业-msdn2.microsoft.com-
You tried to modify a method, property, indexer, operator, constructor, destructor , or event containing a stackalloc operator.
您试图修改包含stackalloc运算符的方法、属性、索引器、运算符、构造函数、析构函数或事件。
属类:IT行业-msdn2.microsoft.com-
Secondly, within the class destructor , we release the resource acquired when the object was created.
其次,在类析构函数内,释放创建对象时获得的资源。
属类:IT行业-msdn2.microsoft.com-
If a destructor is present, rewrite that to be the class finalizer.
如果存在析构函数,则将其重写为类终结器。
属类:IT行业-technet.microsoft.com-
If an exception occurs, the destructor cannot be called.
如果发生了例外状况,解构函式无法被呼叫。
属类:无分类双语句库-msdn.microsoft.com-
If the BIO is embedded in a class, this would be used in the class' destructor .
如果将BIO嵌入于一个类中,那么应该在类的析构函数中使用这个调用。
属类:IT行业-www.ibm.com-
If it considers an object eligible for destruction, it calls the destructor (if any) and reclaims the memory used to store the object.
如果垃圾回收器认为某个对象符合析构,则调用析构函数(如果有)并回收用来存储此对象的内存。
属类:IT行业-msdn2.microsoft.com-
When a class contains a destructor , an entry is created in the Finalize queue.
如果类包含析构函数,Finalize队列中则会创建一个项。
属类:IT行业-msdn2.microsoft.com-
fuse detonating tube;destructor
信管
属类:工程技术 -船舶工程-
crematorium;refuse destructor plant
垃圾焚化场
属类:工程技术 -建筑工程-
destructor;refuse destructor;refuse burner;garbage furnace
垃圾焚烧炉
属类:行业术语 -农业产业-

1.
独上高台望四海 手揽云月傍天飞, 落叶重重已十月 归鸟凄凄啼心扉。
