destructor是什么意思,destructor中文翻譯,destructor怎么讀、發(fā)音、用法及例句
?destructor
destructor 發(fā)音
英:[d?s?tr?kt?] 美:[d??str?kt?r]
英: 美:
destructor 中文意思翻譯
常見(jiàn)釋義:
n.垃圾焚毀爐;爆炸裝置
destructor 短語(yǔ)詞組
1、destructor cpp ─── 析構(gòu)函數(shù)cpp
2、destructor c# ─── 析構(gòu)函數(shù)c#
3、destructor called ─── 調(diào)用了析構(gòu)函數(shù)
4、Kinetic Energy Penetrator Destructor ─── 動(dòng)能穿透器摧毀器
5、incendiary destructor ─── 燃燒摧毀器
6、Peronospora destructor ─── [網(wǎng)絡(luò)] 大蔥霜霉;洋蔥霜霉
7、destructor vst ─── 析構(gòu)函數(shù)vst
8、destructor en ingles ─── 自毀器
9、destructor d2 ─── 析構(gòu)函數(shù)d2
10、destructor c++ ─── 析構(gòu)函數(shù)c++
11、Mayetiola destructor ─── [網(wǎng)絡(luò)] 黑森癭蚊;小麥癭蚊
destructor 相似詞語(yǔ)短語(yǔ)
1、destructos ─── 破壞
2、destructs ─── v.(審慎地)毀壞(某物,尤指火箭或?qū)棧?;為安全而自毀(?dǎo)彈或火箭);n.(故意的)毀壞;自毀;adj.為可自毀而設(shè)計(jì)的
3、detractor ─── n.貶低者;誹謗者
4、destruction ─── n.破壞,毀滅;摧毀
5、destruct ─── v.(審慎地)毀壞(某物,尤指火箭或?qū)棧?;為安全而自毀(?dǎo)彈或火箭);n.(故意的)毀壞;自毀;adj.為可自毀而設(shè)計(jì)的
6、destructo ─── n.終結(jié)者
7、destructed ─── 被自毀的;破壞(destruct的過(guò)去式和過(guò)去分詞)
8、distractor ─── n.錯(cuò)誤選擇;誘導(dǎo)答案
9、destructors ─── n.垃圾焚毀爐;爆炸裝置
destructor 常見(jiàn)例句(雙語(yǔ)使用場(chǎng)景)
1、Whenever you provide any one of a destructor, copy constructor or assignment operator, you will generally need to provide all three. ─── 主題:關(guān)于析構(gòu)函數(shù),拷貝構(gòu)造函數(shù)和賦值函數(shù)的一句話怎么理解?
2、Destructor for class required in conditional expression ─── 條件表達(dá)式需要析構(gòu)函數(shù)類
3、Og also enables the Named Return Value optimization, which eliminates the copy constructor and destructor of a stack based return value. ─── Og還會(huì)啟用命名的返回值優(yōu)化,此優(yōu)化可消除基于堆棧的返回值的復(fù)制構(gòu)造函數(shù)和析構(gòu)函數(shù)。
4、If that is the case, you'll probably be tempted to avoid paying the overhead cost of a call to an empty function by declaring your destructor inline. ─── 如果是這種情況,你可能會(huì)通過(guò)將它聲明成內(nèi)聯(lián)函數(shù)來(lái)避免函數(shù)調(diào)用的消耗。
5、A destructor must be coded to release all the resources that an object owns. ─── 一個(gè)合格的析構(gòu)函數(shù),必須將對(duì)象自己擁有的內(nèi)存資源完全釋放干凈。
6、When we delete a pointer that points to a dynamically allocated object, the destructor is run to clean up the object before the memory for that object is freed. ─── 刪除指向動(dòng)態(tài)分配對(duì)象的指針時(shí),需要運(yùn)行析構(gòu)函數(shù)在釋放對(duì)象的內(nèi)存之前清除對(duì)象。
7、Is the object destructor, but it should not be used unless you really, really need it. ─── 是對(duì)象析構(gòu)器,但是除非您確實(shí)非常非常需要,否則不應(yīng)該使用它。
8、Keywords city rubbish destructor's burning substance contamination Let's standard environmental protection continuable developing; ─── 城市垃圾;垃圾焚燒(爐);燃燒物;污染物;排放標(biāo)準(zhǔn);環(huán)境保護(hù);可持續(xù)發(fā)展;
9、refuse destructor furnace ─── 廢渣焚燒爐
10、Key words: Ditylenchus destructor; acetylcholinesterase; eserine; aldicarb; molecular polymorphism ─── 關(guān)鍵詞:甘薯莖線蟲(chóng);乙酰膽堿酯酶;毒扁豆堿;涕滅威;分子型
11、the destructor parameter can be NULL or a pointer to an optional destructor function to be associated with key. ─── 在類定義時(shí)類體內(nèi)寫(xiě)的好像都是內(nèi)聯(lián)函數(shù)的。應(yīng)該可以帶參數(shù)。大部分參數(shù)都為空。
12、In Listing 24, the constructor of F is called before F2; likewise for the destructor. ─── 在 清單 24 中,先調(diào)用 F 的構(gòu)造函數(shù),然后是 F2 的;對(duì)于銷毀函數(shù)也是這樣。
13、If several threads are using the same container the destructor of the auto-unlink hook will be called without any thread synchronization so removing the object is thread-unsafe. ─── 如果有多個(gè)線程使用同一個(gè)容器,由于自斷鉤子的析構(gòu)函數(shù)被調(diào)用時(shí)沒(méi)有線程同步,所以移除對(duì)象不是線程安全的。
14、The destructor is called just before your component is destroyed by garbage collection and its memory is reclaimed. ─── 在垃圾回收銷毀組件并回收其內(nèi)存之前調(diào)用析構(gòu)函數(shù)。
15、Al-Sadr castigated Bush for keeping troops in Iraq and compared the occupation to the regime of "the destructor," Saddam Hussein. ─── 一名跟薩德?tīng)栍新?lián)盟關(guān)系的伊拉克議員在星期六與激進(jìn)的什葉派宣讀了一封嚴(yán)厲的公開(kāi)信.
16、When we inherit from one of these classes, then our destructor must also promise not to throw any exceptions. ─── 當(dāng)繼承這兩個(gè)類中的一個(gè)時(shí),我們的析構(gòu)函數(shù)也必須承諾不拋出任何異常。
17、But what if a contained object's destructor were allowed to throw? ─── 不過(guò)如果允許被包含的對(duì)象的析構(gòu)函數(shù)拋出異常會(huì)怎樣?
18、The destructor is called just before your component is destroyed by garbage collection and its memory is reclaimed. ─── 在垃圾回收銷毀組件并回收其內(nèi)存之前調(diào)用析構(gòu)函數(shù)。
19、When a class contains a destructor, an entry is created in the Finalize queue. ─── 如果類包含析構(gòu)函數(shù),Finalize隊(duì)列中則會(huì)創(chuàng)建一個(gè)項(xiàng)。
20、For example,given the following function,where class X defines a copy constructor,virtual destructor, and virtual function foo(); ─── 關(guān)于對(duì)象模型如何影響程序:(注意:下面的模型是采用了上面的模型)
21、safety destructor ─── 安全自毀器
22、Destructors cannot have parameters, they cannot have accessibility modifiers, and they cannot be invoked explicitly. The destructor for an instance is invoked automatically during garbage collection. ─── 析構(gòu)函數(shù)不能有參數(shù),不能有訪問(wèn)級(jí)別修飾符,不能被顯式調(diào)用.實(shí)例的析構(gòu)函數(shù)在垃圾收集時(shí)自動(dòng)調(diào)用.
23、Close method on a file object instead of closing the file in the class destructor or with ─── 方法,而不是在類析構(gòu)函數(shù)中關(guān)閉該文件或者使用
24、A fuzzy control system for stabilizing combustion of destructor ─── 垃圾焚燒爐穩(wěn)定燃燒的模糊控制系統(tǒng)研究
25、The destructor is a special member function that can be used to do whatever resource deallocation is needed.It serves as the complement to the constructors of the class. ─── 析構(gòu)函數(shù)就是這樣的一個(gè)特殊函數(shù),它可以完成所需的資源回收,作為類構(gòu)造函數(shù)的補(bǔ)充。
26、destructor plant ─── 垃圾處理廠垃圾焚化廠
27、timing destructor ─── 定時(shí)滅雷器
28、Research on the Combustion Stability Control in Destructor ─── 垃圾焚燒穩(wěn)定性控制研究
29、refuse destructor ─── 垃圾焚化爐
30、The pathogenicity of sweet potato stem nematode (Ditylenchus destructor) to peanut (Arachis hypogaea) was confirmed by inoculation test in pot with peanut plants. ─── 摘要盆栽接種試驗(yàn)表明,侵染甘薯的腐爛莖線蟲(chóng)對(duì)花生具有顯著的致病性。
31、When an exception is caught, the compiler invokes the class destructor or destructors for the object or objects that are in the same scope as the exception. ─── 優(yōu)化不會(huì)影響此行為。當(dāng)捕獲異常時(shí),編譯器將為與該異常在同一范圍內(nèi)的對(duì)象調(diào)用類析構(gòu)函數(shù)。
32、It also acts like the destructor in that we first have to decrement the use count of the left-hand operand and then delete the pointers if the use count goes to zero. ─── 它也像析構(gòu)函數(shù)一樣,首先必須將左操作數(shù)的使用計(jì)數(shù)減1,如果使用計(jì)數(shù)減至0就刪除指針。
33、Peronospora destructor ─── n. 蔥霜霉
34、When the lock object goes out of scope and is destroyed, the object's destructor calls Unlock for you, releasing the resource. ─── 當(dāng)鎖定對(duì)象超出范圍并被銷毀時(shí),該對(duì)象的析構(gòu)函數(shù)調(diào)用Unlock以釋放資源。
35、The effect of calling the destructor explicitly is that the object itself is properly cleaned up. ─── 顯式調(diào)用析構(gòu)函數(shù)的效果是適當(dāng)?shù)厍宄龑?duì)象本身。
36、When the lock object goes out of scope and is destroyed, the object's destructor calls Unlock for you, releasing the resource. ─── 當(dāng)鎖定對(duì)象超出范圍并被銷毀時(shí),該對(duì)象的析構(gòu)函數(shù)調(diào)用Unlock以釋放資源。
37、This solution defines the class CList as a class derived from the LIST structure and it stores a single destructor value to handle a single stored type. ─── 本解決方案將CList類定義為從LIST結(jié)構(gòu)導(dǎo)出的一個(gè)類,它通過(guò)存儲(chǔ)解除函數(shù)的單個(gè)值來(lái)處理單個(gè)存儲(chǔ)類型。
38、glycyphagus destructor desmopressin ─── 去氨加壓素
39、The resource-managing class should be designed so that the constructor acquires the resource and the destructor frees it. ─── 應(yīng)該設(shè)計(jì)資源管理類,以便構(gòu)造函數(shù)分配資源而析構(gòu)函數(shù)釋放資源。
40、To release resources and perform other clean-up operations before its destructor is called. ─── 在調(diào)用其析構(gòu)函數(shù)之前釋放資源并執(zhí)行其他清理操作。
41、And since to establish the invariant you often have to acquire resources, you have the destructor to pull down the operating environment and release any resources required. ─── 換句話來(lái)說(shuō),構(gòu)造函數(shù)建立了不變式。而為了建立不變式,你通常需要分配一些資源。
42、When implementing a constructor or destructor in assembler, be sure to preserve the DL register. ─── 當(dāng)在內(nèi)嵌匯編程序中實(shí)現(xiàn)構(gòu)造器或析構(gòu)器時(shí),應(yīng)確認(rèn)保持DL寄存器。
43、Should the exception in the destructor be ignored? ─── 應(yīng)該忽略析構(gòu)函數(shù)中的異常嗎?
44、Finally, when the destructor is called, it decrements the use count and deletes the underlying object if the count goes to zero. ─── 最后,調(diào)用析構(gòu)函數(shù)時(shí),析構(gòu)函數(shù)減少使用計(jì)數(shù)的值,如果計(jì)數(shù)減至0,則刪除基礎(chǔ)對(duì)象。
45、Layered Fuzzy Control System of Destructor ─── 垃圾焚燒爐的分層模糊控制系統(tǒng)
46、A destructor, in general, can perform any operation that the class designer wishes to have executed subsequent to the last use of an object of that class. ─── 一般而言,析構(gòu)函數(shù)可以執(zhí)行任意操作,該操作是類設(shè)計(jì)者希望在該類對(duì)象的使用完畢之后執(zhí)行的。
47、Of the copy-control members, only the destructor should be defined as virtual.Constructors cannot be defined as virtual. ─── 在復(fù)制控制成員中,只有析構(gòu)函數(shù)應(yīng)定義為虛函數(shù),構(gòu)造函數(shù)不能定義為虛函數(shù)。
48、Using virtual destructors helps ensure that the correct destructor is called when instances of derived classes are deleted. ─── 使用虛析構(gòu)函數(shù)幫助確保當(dāng)刪除導(dǎo)出類的實(shí)例時(shí)調(diào)用正確的析構(gòu)函數(shù)。
49、A destructor is not limited only to relinquishing resources. ─── 析構(gòu)函數(shù)并不僅限于用來(lái)釋放資源。
50、We can directly call an object's destructor to destroy the object. Running the destructor does not free the memory in which the object resides. ─── 可以直接調(diào)用對(duì)象的析構(gòu)函數(shù)來(lái)撤銷對(duì)象。運(yùn)行析構(gòu)函數(shù)并不釋放對(duì)象所在的內(nèi)存。
51、We'll explain virtual destructors in Section 15.4.4 (p. 587), but for now it is worth noting that classes used as the root class of an inheritance hierarchy generally define a virtual destructor. ─── 它定義了一個(gè)構(gòu)造函數(shù)以及我們已描述過(guò)的函數(shù),該構(gòu)造函數(shù)使用默認(rèn)實(shí)參(第7.4.1節(jié)),允許用0個(gè)、1個(gè)或兩個(gè)實(shí)參進(jìn)行調(diào)用,它用這些實(shí)參初始化數(shù)據(jù)成員。
52、When a destructor is called, actions specified in the destructor implementation are performed first. ─── 當(dāng)一個(gè)析構(gòu)器被調(diào)用時(shí),析構(gòu)器實(shí)現(xiàn)中指定的動(dòng)作將被首先執(zhí)行。
53、In the class destructor we will print out the final value of the counter. ─── 在類的析構(gòu)函數(shù)里面,我們打印出計(jì)數(shù)器最終的值.
54、Here is an example of a destructor implementation. ─── 下面是析構(gòu)器實(shí)現(xiàn)的例子。
55、In addition, it's worth noting that C++/CLI automatically calls the destructor of local variables when exiting a method. ─── 另外,值得注意的是,C++/CLI 在退出方法時(shí)會(huì)自動(dòng)調(diào)用局部變量的析構(gòu)函數(shù)。
56、Even with this explicit control over resources, the destructor becomes a safeguard to clean up resources if the call to the Dispose method failed. ─── 即使有這種對(duì)資源的顯式控制,析構(gòu)函數(shù)也是一種保護(hù)措施,可用來(lái)在對(duì)Dispose方法的調(diào)用失敗時(shí)清理資源。
57、refuse destructor plant ─── 垃圾焚燒爐裝置
58、Modeling constructor, destructor, and copy constructor. ─── 建模構(gòu)造函數(shù)、分析構(gòu)造函數(shù),以及拷貝構(gòu)造函數(shù)。
59、Shorthand for the rule of thumb that if a class needs a nontrivial destructor then it almost surely also needs to define its own copy constructor and an assignment operator. ─── 一個(gè)經(jīng)驗(yàn)原則的簡(jiǎn)寫(xiě)形式,即,如果一個(gè)類需要析構(gòu)函數(shù),則該類幾乎也必然需要定義自己的復(fù)制構(gòu)造函數(shù)和賦值操作符。
60、To manage a class with pointer members, we must define all three copy-control members: the copy constructor, assignment operator, and the destructor. ─── 為了管理具有指針成員的類,必須定義三個(gè)復(fù)制控制成員:復(fù)制構(gòu)造函數(shù)、賦值操作符和析構(gòu)函數(shù)。
61、If we delete a pointer to base, then the base-class destructor is run and the members of the base are cleaned up.If the object really is a derived type, then the behavior is undefined. ─── 如果刪除基類指針,則需要運(yùn)行基類析構(gòu)函數(shù)并清除基類的成員,如果對(duì)象實(shí)際是派生類型的,則沒(méi)有定義該行為。
62、Method, retain the destructor while carrying out the first item. ─── 方法,則在執(zhí)行第一項(xiàng)時(shí)保留析構(gòu)函數(shù)。
63、A client block is a special type of memory block used by MFC programs for objects that require a destructor. ─── “客戶端塊”是由MFC程序用于需要析構(gòu)函數(shù)的對(duì)象的特殊類型內(nèi)存塊。
64、If the member is a built-in type or a pointer, the member is copied or assigned directly;the destructor does nothing to destroy members of built-in or pointer type. ─── 如果成員為內(nèi)置類型或指針,則直接復(fù)制或賦值,析構(gòu)函數(shù)對(duì)撤銷內(nèi)置類型或指針類型的成員沒(méi)有影響。
65、However, in this case, you know that the destructor must have been called by the garbage collector and you should not attempt to access other managed objects .... ─── 但是在這種情況下,析構(gòu)函數(shù)必須由垃圾收集器調(diào)用,而且不應(yīng)訪問(wèn)其他托管的對(duì)象....
66、The destructor must be virtual if a pointer to a base is ever deleted when it actually addresses a derived-type object. ─── 因?yàn)榕缮悓?duì)象包含基類部分,所以可以將派生類型的引用或指針轉(zhuǎn)換為基類類型的引用或指針。
67、There is no guarantee that the destructor will ever get called, even once memory is released. ─── 就算內(nèi)存被收集,你的析構(gòu)函數(shù)也不一定會(huì)被調(diào)用。
68、If the destructor is empty, this just causes a needless loss of performance. ─── 如果析構(gòu)函數(shù)為空,只會(huì)導(dǎo)致不必要的性能損失。
69、If it considers an object eligible for destruction, it calls the destructor (if any) and reclaims the memory used to store the object. ─── 如果垃圾回收器認(rèn)為某個(gè)對(duì)象符合析構(gòu),則調(diào)用析構(gòu)函數(shù)(如果有)并回收用來(lái)存儲(chǔ)此對(duì)象的內(nèi)存。
70、Add output statements to the constructor, destructor and copy constructor to see the effect of the Named Return Value optimization when you run the program. ─── 將輸出語(yǔ)句添加到構(gòu)造函數(shù)、析構(gòu)函數(shù)和復(fù)制構(gòu)造函數(shù),以查看在運(yùn)行程序時(shí)命名返回值優(yōu)化的效果。
71、In fact, many people summarize the situation this way: declare a virtual destructor in a class if and only if that class contains at least one virtual function. ─── 實(shí)際上,許多人總結(jié)出的結(jié)果是:聲明虛銷毀函數(shù)當(dāng)且僅當(dāng)類包含至少一個(gè)虛函數(shù)。
72、The destructor is used to free resources acquired when the object was constructed or during the lifetime of the object. ─── 析構(gòu)函數(shù)可用于釋放對(duì)象時(shí)構(gòu)造或在對(duì)象的生命期中所獲取的資源。
73、The programmer has no control over when the destructor is called because this is determined by the garbage collector . ─── 程序員無(wú)法控制何時(shí)調(diào)用析構(gòu)函數(shù),因?yàn)檫@是由垃圾回收器決定的。
74、You need this definition, because the way virtual destructors work is that the most derived class's destructor is called first, then the destructor of each base class is called. ─── 你需要這個(gè)定義,因?yàn)樘撲N毀函數(shù)的工作方式是最后的派生類的銷毀函數(shù)先被調(diào)用,然后是每一個(gè)基類的銷毀函數(shù)。
75、Our results are additional evidence that RAPD variability is not a reliable criterion for taxonomical inference and provide support for allopatric distribution of M. destructor and M. hordei species, in Tunisia. ─── destructor和M. hordei屬于異域分布的觀點(diǎn)提供了補(bǔ)充證據(jù)。
76、It is unclear what should happen if a destructor itself throws a new exception during this process. ─── 如果在這個(gè)過(guò)程中析構(gòu)函數(shù)本身拋出新的異常,又會(huì)發(fā)生什么呢?
77、The constructor and destructor methods of this object do the necessary setup and cleanup. ─── 這個(gè)對(duì)象的constructor和destructor方法執(zhí)行必需的設(shè)置和清除工作。
78、The root class of an inheritance hierarchy should define a virtual destructor even if the destructor has no work to do. ─── 繼承層次關(guān)系的根類應(yīng)該定義虛函數(shù)性質(zhì)的析構(gòu)函數(shù),即使這個(gè)析構(gòu)函數(shù)不做任何的事情。
79、destructor room ─── 垃圾焚化間
80、The root class of an inheritance hierarchy should define a virtual destructor even if the destructor has no work to do. ─── 即使析構(gòu)函數(shù)沒(méi)有工作要做,繼承層次的根類也應(yīng)該定義一個(gè)虛析構(gòu)函數(shù)。
81、In Managed Extensions, the destructor of a reference class is implemented through the following two steps: The user-supplied destructor is renamed internally to ─── 在托管擴(kuò)展中,引用類的析構(gòu)函數(shù)是通過(guò)以下兩個(gè)步驟來(lái)實(shí)現(xiàn)的
82、Similarly, a subclass destructor must call its superclass destructor after it has completed its own resource reclamation. ─── 類似地,子類析構(gòu)函數(shù)在它完成其資源釋放之后,也要調(diào)用基類的析構(gòu)函數(shù)。
83、Kinetic Energy Penetrator Destructor ─── 動(dòng)能鉆探武器自毀器
84、If it considers an object eligible for destruction, it calls the destructor (if any) and reclaims the memory used to store the object. ─── 如果垃圾回收器認(rèn)為某個(gè)對(duì)象符合析構(gòu),則調(diào)用析構(gòu)函數(shù)(如果有)并回收用來(lái)存儲(chǔ)此對(duì)象的內(nèi)存。
85、A useful rule of thumb is that if a class needs a destructor, it will also need the assignment operator and a copy constructor. ─── 如果類需要析構(gòu)函數(shù),則它也需要賦值操作符和復(fù)制構(gòu)造函數(shù),這是一個(gè)有用的經(jīng)驗(yàn)法則。
86、Including the same pointer to the same destructor in each list node looks like a waste of memory space. ─── 在每個(gè)鏈表節(jié)點(diǎn)中包含同一個(gè)解除函數(shù)的同一個(gè)指針?biāo)坪跏抢速M(fèi)內(nèi)存空間。
87、The copy constructor and destructor but no assignment operator. ─── 定義了復(fù)制構(gòu)造函數(shù)和析構(gòu)函數(shù)但沒(méi)有定義賦值操作符。
88、If the destructor is empty, this simply results in a loss of performance. ─── 如果析構(gòu)函數(shù)為空,只會(huì)導(dǎo)致性能降低。
89、Destructor cannot have a return type specification ─── 析構(gòu)函數(shù)不能有返回類型說(shuō)明
本站其他內(nèi)容推薦
1、homosexual fairly handicapped majolica critic whenever Geordie Ordovician scumbag anabolic
2、justifications中文翻譯,justifications是什么意思,justifications發(fā)音、用法及例句
3、SPER中文翻譯,SPER是什么意思,SPER發(fā)音、用法及例句
4、bonjour什么意思(Bonjour中文翻譯,Bonjour是什么意思,Bonjour發(fā)音、用法及例句)
5、ctnl縮寫(xiě)是什么意思,ctnl的全稱及含義,ctnl全稱意思大全
6、entertainment是什么意思,entertainment中文翻譯,entertainment發(fā)音、用法及例句
7、墊的部首,墊的筆順,墊字筆畫(huà)順序,墊字怎么寫(xiě)
8、一個(gè)四一個(gè)正,曱[ yuē ],曱字的拼音,部首,曱字的筆順,筆畫(huà)順序怎么寫(xiě)
版權(quán)聲明: 本站僅提供信息存儲(chǔ)空間服務(wù),旨在傳遞更多信息,不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任,不代表本網(wǎng)贊同其觀點(diǎn)和對(duì)其真實(shí)性負(fù)責(zé)。如因作品內(nèi)容、版權(quán)和其它問(wèn)題需要同本網(wǎng)聯(lián)系的,請(qǐng)發(fā)送郵件至 舉報(bào),一經(jīng)查實(shí),本站將立刻刪除。