destructor是什么意思,destructor中文翻譯,destructor怎么讀、發(fā)音、用法及例句
?destructor
destructor 發(fā)音
英:[d?s?tr?kt?] 美:[d??str?kt?r]
英: 美:
destructor 中文意思翻譯
常見(jiàn)釋義:
n.垃圾焚毀爐;爆炸裝置
destructor 短語(yǔ)詞組
1、destructor cpp ─── 析構函數cpp
2、destructor c# ─── 析構函數c#
3、destructor called ─── 調用了析構函數
4、Kinetic Energy Penetrator Destructor ─── 動(dòng)能穿透器摧毀器
5、incendiary destructor ─── 燃燒摧毀器
6、Peronospora destructor ─── [網(wǎng)絡(luò )] 大蔥霜霉;洋蔥霜霉
7、destructor vst ─── 析構函數vst
8、destructor en ingles ─── 自毀器
9、destructor d2 ─── 析構函數d2
10、destructor c++ ─── 析構函數c++
11、Mayetiola destructor ─── [網(wǎng)絡(luò )] 黑森癭蚊;小麥癭蚊
destructor 相似詞語(yǔ)短語(yǔ)
1、destructos ─── 破壞
2、destructs ─── v.(審慎地)毀壞(某物,尤指火箭或導彈);為安全而自毀(導彈或火箭);n.(故意的)毀壞;自毀;adj.為可自毀而設計的
3、detractor ─── n.貶低者;誹謗者
4、destruction ─── n.破壞,毀滅;摧毀
5、destruct ─── v.(審慎地)毀壞(某物,尤指火箭或導彈);為安全而自毀(導彈或火箭);n.(故意的)毀壞;自毀;adj.為可自毀而設計的
6、destructo ─── n.終結者
7、destructed ─── 被自毀的;破壞(destruct的過(guò)去式和過(guò)去分詞)
8、distractor ─── n.錯誤選擇;誘導答案
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)于析構函數,拷貝構造函數和賦值函數的一句話(huà)怎么理解?
2、Destructor for class required in conditional expression ─── 條件表達式需要析構函數類(lèi)
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)化可消除基于堆棧的返回值的復制構造函數和析構函數。
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ò)將它聲明成內聯(lián)函數來(lái)避免函數調用的消耗。
5、A destructor must be coded to release all the resources that an object owns. ─── 一個(gè)合格的析構函數,必須將對象自己擁有的內存資源完全釋放干凈。
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)分配對象的指針時(shí),需要運行析構函數在釋放對象的內存之前清除對象。
7、Is the object destructor, but it should not be used unless you really, really need it. ─── 是對象析構器,但是除非您確實(shí)非常非常需要,否則不應該使用它。
8、Keywords city rubbish destructor's burning substance contamination Let's standard environmental protection continuable developing; ─── 城市垃圾;垃圾焚燒(爐);燃燒物;污染物;排放標準;環(huán)境保護;可持續發(fā)展;
9、refuse destructor furnace ─── 廢渣焚燒爐
10、Key words: Ditylenchus destructor; acetylcholinesterase; eserine; aldicarb; molecular polymorphism ─── 關(guān)鍵詞:甘薯莖線(xiàn)蟲(chóng);乙酰膽堿酯酶;毒扁豆堿;涕滅威;分子型
11、the destructor parameter can be NULL or a pointer to an optional destructor function to be associated with key. ─── 在類(lèi)定義時(shí)類(lèi)體內寫(xiě)的好像都是內聯(lián)函數的。應該可以帶參數。大部分參數都為空。
12、In Listing 24, the constructor of F is called before F2; likewise for the destructor. ─── 在 清單 24 中,先調用 F 的構造函數,然后是 F2 的;對于銷(xiāo)毀函數也是這樣。
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è)線(xiàn)程使用同一個(gè)容器,由于自斷鉤子的析構函數被調用時(shí)沒(méi)有線(xiàn)程同步,所以移除對象不是線(xiàn)程安全的。
14、The destructor is called just before your component is destroyed by garbage collection and its memory is reclaimed. ─── 在垃圾回收銷(xiāo)毀組件并回收其內存之前調用析構函數。
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)的什葉派宣讀了一封嚴厲的公開(kāi)信.
16、When we inherit from one of these classes, then our destructor must also promise not to throw any exceptions. ─── 當繼承這兩個(gè)類(lèi)中的一個(gè)時(shí),我們的析構函數也必須承諾不拋出任何異常。
17、But what if a contained object's destructor were allowed to throw? ─── 不過(guò)如果允許被包含的對象的析構函數拋出異常會(huì )怎樣?
18、The destructor is called just before your component is destroyed by garbage collection and its memory is reclaimed. ─── 在垃圾回收銷(xiāo)毀組件并回收其內存之前調用析構函數。
19、When a class contains a destructor, an entry is created in the Finalize queue. ─── 如果類(lèi)包含析構函數,Finalize隊列中則會(huì )創(chuàng )建一個(gè)項。
20、For example,given the following function,where class X defines a copy constructor,virtual destructor, and virtual function foo(); ─── 關(guān)于對象模型如何影響程序:(注意:下面的模型是采用了上面的模型)
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. ─── 析構函數不能有參數,不能有訪(fǎng)問(wèn)級別修飾符,不能被顯式調用.實(shí)例的析構函數在垃圾收集時(shí)自動(dòng)調用.
23、Close method on a file object instead of closing the file in the class destructor or with ─── 方法,而不是在類(lèi)析構函數中關(guān)閉該文件或者使用
24、A fuzzy control system for stabilizing combustion of destructor ─── 垃圾焚燒爐穩定燃燒的模糊控制系統研究
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è)特殊函數,它可以完成所需的資源回收,作為類(lèi)構造函數的補充。
26、destructor plant ─── 垃圾處理廠(chǎng)垃圾焚化廠(chǎng)
27、timing destructor ─── 定時(shí)滅雷器
28、Research on the Combustion Stability Control in Destructor ─── 垃圾焚燒穩定性控制研究
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. ─── 摘要盆栽接種試驗表明,侵染甘薯的腐爛莖線(xiàn)蟲(chóng)對花生具有顯著(zhù)的致病性。
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ì )影響此行為。當捕獲異常時(shí),編譯器將為與該異常在同一范圍內的對象調用類(lèi)析構函數。
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. ─── 它也像析構函數一樣,首先必須將左操作數的使用計數減1,如果使用計數減至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. ─── 當鎖定對象超出范圍并被銷(xiāo)毀時(shí),該對象的析構函數調用Unlock以釋放資源。
35、The effect of calling the destructor explicitly is that the object itself is properly cleaned up. ─── 顯式調用析構函數的效果是適當地清除對象本身。
36、When the lock object goes out of scope and is destroyed, the object's destructor calls Unlock for you, releasing the resource. ─── 當鎖定對象超出范圍并被銷(xiāo)毀時(shí),該對象的析構函數調用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類(lèi)定義為從LIST結構導出的一個(gè)類(lèi),它通過(guò)存儲解除函數的單個(gè)值來(lái)處理單個(gè)存儲類(lèi)型。
38、glycyphagus destructor desmopressin ─── 去氨加壓素
39、The resource-managing class should be designed so that the constructor acquires the resource and the destructor frees it. ─── 應該設計資源管理類(lèi),以便構造函數分配資源而析構函數釋放資源。
40、To release resources and perform other clean-up operations before its destructor is called. ─── 在調用其析構函數之前釋放資源并執行其他清理操作。
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. ─── 換句話(huà)來(lái)說(shuō),構造函數建立了不變式。而為了建立不變式,你通常需要分配一些資源。
42、When implementing a constructor or destructor in assembler, be sure to preserve the DL register. ─── 當在內嵌匯編程序中實(shí)現構造器或析構器時(shí),應確認保持DL寄存器。
43、Should the exception in the destructor be ignored? ─── 應該忽略析構函數中的異常嗎?
44、Finally, when the destructor is called, it decrements the use count and deletes the underlying object if the count goes to zero. ─── 最后,調用析構函數時(shí),析構函數減少使用計數的值,如果計數減至0,則刪除基礎對象。
45、Layered Fuzzy Control System of Destructor ─── 垃圾焚燒爐的分層模糊控制系統
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. ─── 一般而言,析構函數可以執行任意操作,該操作是類(lèi)設計者希望在該類(lèi)對象的使用完畢之后執行的。
47、Of the copy-control members, only the destructor should be defined as virtual.Constructors cannot be defined as virtual. ─── 在復制控制成員中,只有析構函數應定義為虛函數,構造函數不能定義為虛函數。
48、Using virtual destructors helps ensure that the correct destructor is called when instances of derived classes are deleted. ─── 使用虛析構函數幫助確保當刪除導出類(lèi)的實(shí)例時(shí)調用正確的析構函數。
49、A destructor is not limited only to relinquishing resources. ─── 析構函數并不僅限于用來(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. ─── 可以直接調用對象的析構函數來(lái)撤銷(xiāo)對象。運行析構函數并不釋放對象所在的內存。
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è)構造函數以及我們已描述過(guò)的函數,該構造函數使用默認實(shí)參(第7.4.1節),允許用0個(gè)、1個(gè)或兩個(gè)實(shí)參進(jìn)行調用,它用這些實(shí)參初始化數據成員。
52、When a destructor is called, actions specified in the destructor implementation are performed first. ─── 當一個(gè)析構器被調用時(shí),析構器實(shí)現中指定的動(dòng)作將被首先執行。
53、In the class destructor we will print out the final value of the counter. ─── 在類(lèi)的析構函數里面,我們打印出計數器最終的值.
54、Here is an example of a destructor implementation. ─── 下面是析構器實(shí)現的例子。
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)調用局部變量的析構函數。
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. ─── 即使有這種對資源的顯式控制,析構函數也是一種保護措施,可用來(lái)在對Dispose方法的調用失敗時(shí)清理資源。
57、refuse destructor plant ─── 垃圾焚燒爐裝置
58、Modeling constructor, destructor, and copy constructor. ─── 建模構造函數、分析構造函數,以及拷貝構造函數。
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)驗原則的簡(jiǎn)寫(xiě)形式,即,如果一個(gè)類(lèi)需要析構函數,則該類(lèi)幾乎也必然需要定義自己的復制構造函數和賦值操作符。
60、To manage a class with pointer members, we must define all three copy-control members: the copy constructor, assignment operator, and the destructor. ─── 為了管理具有指針成員的類(lèi),必須定義三個(gè)復制控制成員:復制構造函數、賦值操作符和析構函數。
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. ─── 如果刪除基類(lèi)指針,則需要運行基類(lèi)析構函數并清除基類(lèi)的成員,如果對象實(shí)際是派生類(lèi)型的,則沒(méi)有定義該行為。
62、Method, retain the destructor while carrying out the first item. ─── 方法,則在執行第一項時(shí)保留析構函數。
63、A client block is a special type of memory block used by MFC programs for objects that require a destructor. ─── “客戶(hù)端塊”是由MFC程序用于需要析構函數的對象的特殊類(lè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. ─── 如果成員為內置類(lèi)型或指針,則直接復制或賦值,析構函數對撤銷(xiāo)內置類(lèi)型或指針類(lè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 .... ─── 但是在這種情況下,析構函數必須由垃圾收集器調用,而且不應訪(fǎng)問(wèn)其他托管的對象....
66、The destructor must be virtual if a pointer to a base is ever deleted when it actually addresses a derived-type object. ─── 因為派生類(lèi)對象包含基類(lèi)部分,所以可以將派生類(lèi)型的引用或指針轉換為基類(lèi)類(lèi)型的引用或指針。
67、There is no guarantee that the destructor will ever get called, even once memory is released. ─── 就算內存被收集,你的析構函數也不一定會(huì )被調用。
68、If the destructor is empty, this just causes a needless loss of performance. ─── 如果析構函數為空,只會(huì )導致不必要的性能損失。
69、If it considers an object eligible for destruction, it calls the destructor (if any) and reclaims the memory used to store the object. ─── 如果垃圾回收器認為某個(gè)對象符合析構,則調用析構函數(如果有)并回收用來(lá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ǔ)句添加到構造函數、析構函數和復制構造函數,以查看在運行程序時(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í)際上,許多人總結出的結果是:聲明虛銷(xiāo)毀函數當且僅當類(lèi)包含至少一個(gè)虛函數。
72、The destructor is used to free resources acquired when the object was constructed or during the lifetime of the object. ─── 析構函數可用于釋放對象時(shí)構造或在對象的生命期中所獲取的資源。
73、The programmer has no control over when the destructor is called because this is determined by the garbage collector . ─── 程序員無(wú)法控制何時(shí)調用析構函數,因為這是由垃圾回收器決定的。
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è)定義,因為虛銷(xiāo)毀函數的工作方式是最后的派生類(lèi)的銷(xiāo)毀函數先被調用,然后是每一個(gè)基類(lèi)的銷(xiāo)毀函數。
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屬于異域分布的觀(guān)點(diǎn)提供了補充證據。
76、It is unclear what should happen if a destructor itself throws a new exception during this process. ─── 如果在這個(gè)過(guò)程中析構函數本身拋出新的異常,又會(huì )發(fā)生什么呢?
77、The constructor and destructor methods of this object do the necessary setup and cleanup. ─── 這個(gè)對象的constructor和destructor方法執行必需的設置和清除工作。
78、The root class of an inheritance hierarchy should define a virtual destructor even if the destructor has no work to do. ─── 繼承層次關(guān)系的根類(lèi)應該定義虛函數性質(zhì)的析構函數,即使這個(gè)析構函數不做任何的事情。
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. ─── 即使析構函數沒(méi)有工作要做,繼承層次的根類(lèi)也應該定義一個(gè)虛析構函數。
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 ─── 在托管擴展中,引用類(lèi)的析構函數是通過(guò)以下兩個(gè)步驟來(lái)實(shí)現的
82、Similarly, a subclass destructor must call its superclass destructor after it has completed its own resource reclamation. ─── 類(lèi)似地,子類(lèi)析構函數在它完成其資源釋放之后,也要調用基類(lèi)的析構函數。
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. ─── 如果垃圾回收器認為某個(gè)對象符合析構,則調用析構函數(如果有)并回收用來(lá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. ─── 如果類(lèi)需要析構函數,則它也需要賦值操作符和復制構造函數,這是一個(gè)有用的經(jīng)驗法則。
86、Including the same pointer to the same destructor in each list node looks like a waste of memory space. ─── 在每個(gè)鏈表節點(diǎn)中包含同一個(gè)解除函數的同一個(gè)指針似乎是浪費內存空間。
87、The copy constructor and destructor but no assignment operator. ─── 定義了復制構造函數和析構函數但沒(méi)有定義賦值操作符。
88、If the destructor is empty, this simply results in a loss of performance. ─── 如果析構函數為空,只會(huì )導致性能降低。
89、Destructor cannot have a return type specification ─── 析構函數不能有返回類(lèi)型說(shuō)明
版權聲明: 本站僅提供信息存儲空間服務(wù),旨在傳遞更多信息,不擁有所有權,不承擔相關(guān)法律責任,不代表本網(wǎng)贊同其觀(guān)點(diǎn)和對其真實(shí)性負責。如因作品內容、版權和其它問(wèn)題需要同本網(wǎng)聯(lián)系的,請發(fā)送郵件至 舉報,一經(jīng)查實(shí),本站將立刻刪除。