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