This is also called a destructor このメソッドはデストラクタ (destructor) - Python
It's called varroa destructor. バロアデストラクターと言います その名の通り - 映画・海外ドラマ英語字幕翻訳辞書
A pointer to the instance destructor function.
インスタンスのデストラクタ関数へのポインタです。 - Python
To obtain high destructive force by low voltage in a destructor. 破壊装置において、低電圧にて高い破壊力を得る。 - 特許庁
An optional pointer to an instance deallocation function.The signature of this function has changed slightly: in Python2.2 and 2.2.1, its signature is destructor:
ポインタで、インスタンスのメモリ解放関数を指します。 この関数のシグネチャは少し変更されています; Python 2.2 および 2.2.1では、シグネチャはdestructor : - Python
For the lacuna of the intervertebral disk, various kinds of apparatuses such as a destructor, a shim, a chisel and a destructor cutter extending through the work passage are prepared. 椎間板の空隙には作業通路を通って延びるディストラクタ、シム、のみ、及びディストラクタカッタのような種々の器具が準備される。 - 特許庁
FILE DESTRUCTOR, INFORMATION PROCESSOR, INFORMATION PROCESSING METHOD, AND PROGRAM ファイル破壊装置、情報処理装置、情報処理方法及びプログラム - 特許庁
This section holds initialized pointers to the C++ destructor functions.
このセクションは C++ デストラクタ関数への初期化されたポインタを保持する。 - JM
Their use may result in undesired behavior, since the constructor/destructor routines will not be executed (unless special measures are taken).
これらを使うと、望ましくない動作をすることがある。 なぜなら、(特別な措置が行われない限り) これらの constructor/destructorルーチンは実行されないからである。 - JM
In PHP 4.1 and higher, output can be also generated in the destructor.
PHP 4.1 以降では、デストラクタにおいても出力を行うことが可能です。 - PEAR
RESISTANCE TO DOWNY MILDEW OF ONION CAUSED BY FUNGUS PERONOSPORA DESTRUCTOR 真菌ペロノスポラ・デストラクター(Peronosporadestructor)により生じるタマネギのべと病に対する耐性 - 特許庁
When the destructor is executed, all registered temporary files and directories are removed.Parameter string
登録されたファイルやディレクトリは、デストラクタの実行時に削除されます。 パラメータ string - PEAR
XtSetTypeConverter registers the specified type converter and destructor in all application contextscreated by the calling process, including any future application contexts that may be created. これには、将来作られるかもしれないアプリケーションコンテクストも含まれる。 - XFree86
So anything printed in a "destructor" gets lost except when PHP is used in command-line mode.
PHP がコマンドラインモードで使用されている場合を除き、デストラクタからの出力はすべて失われます。 - PEAR
Also, see the warning about how to instantiate objects if you want to use the destructor.
また、デストラクタを使用する場合は、オブジェクトのインスタンス生成に関する警告 も参照してください。 - PEAR
This is not a destructor in the sense that you can "delete" an object and have the destructor called, but in the sense that PHP gives you a callback in the object when PHP is done executing.
これは、オブジェクトを 「削除」 できるという意味ではデストラクタではありませんが、PHP が実行を完了した時点で、PHP によりオブジェクトのコールバック関数としてコールされるという意味でデストラクタと呼ぶことができます。 - PEAR
In a discharge-impact destructor, the thin metallic wire 24 has a larger resistance to obtain a larger calorific value and has a higher temperature at evaporation than a copper wire, whereby the higher destructive force can be obtained by the low voltage in comparison with a destructor using the copper wire. 放電衝撃破壊装置では、金属細線24が、銅線に比べて抵抗が大きいため発熱量が大きく、かつ、気化時の温度が高いことから、銅線が利用される破壊装置に比べて低電圧にてより高い破壊力を得ることができる。 - 特許庁
This may cause the reference count for the object previously bound to the name to reachzero, causing the object to be deallocated and itsdestructor 再束縛によって、以前その名前に束縛されていたオブジェクトの参照カウント (reference count) がゼロになった場合、オブジェクトは解放 (deallocate) され、デストラクタ (destructor - Python
Thedestr function will be called when the object is reclaimed.The desc argument can be used to pass extra callback data for the destructor function. 関数 destr が NULL でない場合、オブジェクトを再利用する際に呼び出します。 引数 desc を使って、デストラクタ関数に追加のコールバックデータを渡せます。 - Python
The only further addition is that the destructor needs to call the weak reference manager to clear any weak references. さらに一つだけ追加すると、どんな弱参照でも取り除くためには、デストラクタは弱参照マネージャを呼び出す必要があります。 - Python
To provide plants of the genus Allium which are resistant to the downy mildew of onion caused by the fungus Peronospora destructor, due to a Pd resistance locus. Pd耐性座に因り、真菌ペロノスポラ・デストラクター(Peronosupora destructor)により生じるタマネギのべと病に対して耐性であるAllium属の植物の提供。 - 特許庁
The negative pressure destructor N is arranged in a warm water tank 11 for storing therein water force-fed from a feed water source, and formed of a valve container 13, a cover member 23, and the valve main body 31. 負圧破壊装置Nは、給水源から圧送された水を貯水する温水タンク11に設けられ、弁容器13と、蓋部材23と、弁本体31とにより構成される。 - 特許庁
When the first instance of the adaptive class is ended, a second instruction set for erasing the selector is inserted into the application software file so that the destructor of the adaptive class including the adaptive software method can be extended. 適応クラスの第1のインスタンスが終了したときに、セレクタを削除する第2の命令セットをアプリケーションソースファイルに挿入することによって、適応ソフトウェアメソッドを含む適応クラスのデストラクタを拡張する。 - 特許庁
If you only use "= new", the object registered in PEAR's shutdown list will be a copy of the object at the time the constructor is called, and it will be this copy's "destructor" that will be called upon request shutdown.
"= new" を使用した場合、PEAR のシャットダウンリストに登録されたオブジェクトは、コンストラクタがコールされた時点でのオブジェクトのコピーとなります。 この場合、このコピーの 「デストラクタ」 がシャットダウン要求時にコールされることになります。 - PEAR
To provide an automatic vending machine having a front door capable of functionally and attractively displaying commodities on the front only by adding a slight cost and making it unnecessary to watch an unthinking destructor even when it is arranged on a public place. ごくわずかな追加の費用で、前面に商品の機能的かつ魅力的な表示を行え、公共の場所に配置しても、心ない破壊者を見張っている必要がないフロントドアを有する自動販売機を提供する。 - 特許庁
To provide a negative pressure destructor for a water-service installation, which positively blocks an opening space by smooth elevation of a valve main body during feeding of water, and positively prevents water vapor in a feed water tank from leaking from the opening space to the outside during termination of feeding of water. 給水時において弁本体がスムーズに上昇して確実に開口空間部が閉鎖状態にされると共に、給水停止状態において給水タンク内の水蒸気の開口空間部から外部への漏れ出しを確実に防止することができる給水装置の負圧破壊装置を提供する。 - 特許庁
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved.