1016万例文収録!

「ガベージ」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > ガベージの意味・解説 > ガベージに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

ガベージを含む例文一覧と使い方

該当件数 : 127



例文

ガベージコレクション装置、ガベージコレクション方法及びガベージコレクションプログラム例文帳に追加

GARBAGE COLLECTION DEVICE, GARBAGE COLLECTION METHOD AND GARBAGE COLLECTION PROGRAM - 特許庁

ガベージコレクションの統計例文帳に追加

Garbage collection statistics  - NetBeans

3.2 gc -- ガベージコレクタ インターフェース例文帳に追加

3.2 gc -- Garbage Collector interface  - Python

ガベージコレクションの日はいつですか?例文帳に追加

When is garbage collection day? - 旅行・ビジネス英会話翻訳例文

例文

2.1.3 循環ガベージコレクションをサポートする例文帳に追加

2.1.3 Supporting cyclic garbage collection  - Python


例文

10.9 循環参照ガベージコレクションをサポートする例文帳に追加

10.9 Supporting Cyclic Garbage Collection A.  - Python

2.1.3 循環ガベージコレクションをサポートする例文帳に追加

2.1.3 Supporting cyclic garbage  - Python

自動ガベージコレクションを有効にします。例文帳に追加

Enable automatic garbage collection.  - Python

自動ガベージコレクションを無効にします。例文帳に追加

Disable automatic garbage collection.  - Python

例文

自動ガベージコレクションが有効なら真を返します。例文帳に追加

Returns true if automatic collection is enabled.  - Python

例文

10.9 循環参照ガベージコレクションをサポートする例文帳に追加

10.9 Supporting Cyclic Garbage Collection  - Python

循環検出ガベージコレクタのインターフェース。例文帳に追加

Interface to the cycle-detecting garbage collector.  - Python

10.9 循環参照ガベージコレクションをサポートする例文帳に追加

10.9 Supporting Cyclic Garbage  - Python

ゼロガベージコレクション通信仲介装置例文帳に追加

COMMUNICATION MEDIATION DEVICE FOR ZERO GARBAGE COLLECTION - 特許庁

DOM との内部的な参照を破壊して、循環参照ガベージコレクションを持たないバージョンの Python でもガベージコレクションされるようにします。例文帳に追加

Break internal references within the DOM so that it will be garbage collected on versions of Python without cyclic GC. - Python

ガベージコレクション処理による処理負荷を軽減し、ガベージコレクション処理の処理時間を短縮する。例文帳に追加

To shorten the processing time of garbage collection processing by reducing the processing load of the garbage collection processing. - 特許庁

ガベージ・コレクタを近傍ホストエントリに対して実行させる頻度。例文帳に追加

How frequently the garbage collector for neighbor entries should attempt to run.  - JM

「オブジェクト作成とガベージコレクションの両方を記録」を選択します。例文帳に追加

Select Record both object creation and garbage collection.  - NetBeans

これはオブジェクトのガベージコレクション時に自動的に呼び出されます。例文帳に追加

This is called automatically on object collection. - Python

これはオブジェクトのガベージコレクション時に自動的に呼び出されます。例文帳に追加

This is called automatically on deletion.  - Python

ソケットはガベージコレクト時に自動的にクローズされます。例文帳に追加

Sockets are automatically closed when they are garbage-collected. - Python

詳しい情報は XXX 節のガベージコレクションに関する説明中にあります。例文帳に追加

More information in section XXXabout garbage collection.  - Python

ポインタで、ガベージコレクタのためのトラバーサル関数 (traversal function)を指します。例文帳に追加

An optional pointer to a traversal function for the garbage collector. - Python

ポインタで、ガベージコレクタにおける消去関数 (clear function) を指します。例文帳に追加

An optional pointer to a clear function for the garbage collector.This is only used if the Py_TPFLAGS_HAVE_GC flag bit isset.  - Python

そして、任意のタイミングでNAND11のガベージコレクションを行う。例文帳に追加

Then garbage collection of the NAND 11 is performed at arbitrary timing. - 特許庁

ガベージコレクションされた言語のためのインスタンス削減アルゴリズム例文帳に追加

INSTANCE REDUCTION ALGORITHM FOR GARBAGE-COLLECTED LANGUAGE - 特許庁

ポインタで、ガベージコレクタから呼び出される関数を指します。 ガベージコレクタは、オブジェクトがガベージとして収集可能かどうかを知る必要があります。例文帳に追加

An optional pointer to a function called by the garbage collector.The garbage collector needs to know whether a particular object is collectible or not. - Python

permanent (保存) マークがつけられたエントリは、決してガベージコレクタによって消去されない。例文帳に追加

Entries which are marked as permanent are never deleted by the garbage-collector.  - JM

この数より少ないエントリしかキャッシュになければ、ガベージ・コレクタは実行されない。例文帳に追加

The garbage collector will not run if there are fewer than this number of entries in the cache.  - JM

キャッシュのエントリがこの数を 5 秒間越えつづけると、ガベージ・コレクタが実行される。例文帳に追加

The garbage collector will allow the number of entries to exceed this for 5 seconds before collection will be performed.  - JM

キャッシュのエントリがこの数を越えると、ガベージ・コレクタはただちに実行される。例文帳に追加

The garbage collector will always run if there are more than this number of entries in the cache.  - JM

これらのオプションによって、ガベージコレクタを主実行エンジンと並行実行できます。例文帳に追加

These options allow the garbage collector to run in parallel with the main execution engine. - NetBeans

ガベージコレクションは、「メモリー」ツールバーをクリックすることによって手動で開始することもできます。例文帳に追加

You can manually initiate garbage collection by clicking the Memory toolbar.  - NetBeans

メジャーのガベージコレクションに与える影響に関するデータはありません。例文帳に追加

No data is available on its effect on major garbage collections.  - NetBeans

オブジェクトの割り当てとガベージコレクションに関する詳細データを確認する場合に選択します。例文帳に追加

Choose this to obtain detailed data on object allocation and garbage collection.  - NetBeans

JVM によるガベージコレクションに要する時間は、アプリケーションの実行に使用できない時間です。例文帳に追加

Time spent by the JVM doing garbage collection is time that is not available for it to run your application. - NetBeans

「オブジェクト作成とガベージコレクションの両方を記録」ラジオボタンを選択します。例文帳に追加

Select the Record both object creation and garbage collection radio button.  - NetBeans

オブジェクトの年齢は、オブジェクトが生存してきたガベージコレクションの回数です。例文帳に追加

As with Avg. Age, the age of an object is the number of garbage collections it has survived. - NetBeans

ガベージコレクションのデバッグフラグを設定します。 デバッグ情報はsys.stderrに出力されます。例文帳に追加

Set the garbage collection debugging flags.Debugging information will be written to sys.stderr.  - Python

もし、そのオブジェクトがガベージコレクションで削除されなければ、次に古い世代に分類されます。例文帳に追加

If an object survives a collection it is moved into the next older generation. - Python

ガベージコレクタが追跡しているコンテナオブジェクトの集合にオブジェクト op を追加します。例文帳に追加

Adds the object op to the set of container objects tracked by the collector. - Python

ガベージコレクタが追跡しているコンテナオブジェクトの集合からオブジェクト op を除去します。例文帳に追加

Remove the object op from the set of container objects tracked by the collector. - Python

オブジェクトがガベージコレクション (GC) をサポートする場合にセットされるビットです。例文帳に追加

This bit is set when the object supports garbage collection.  - Python

続けて、ガベージ・コレクタ14は、クラスをロードしていたクラスローダー・オブジェクトを削除する。例文帳に追加

Then the collector 14 deletes a class loader object for loading the classes. - 特許庁

ガベージ処理部5は、入力処理部2に入力データがないときは、その動作を繰り返す。例文帳に追加

The garbage processing 5 repeats its operation when there is no input data in the input processing part 2. - 特許庁

ガベージコレクションに伴うシステム応答時間の悪化を回避することを目的とする。例文帳に追加

To avoid deterioration in system response time accompanying garbage collection. - 特許庁

ガベージ・コレクション対応環境において、メモリ使用状況を管理すること。例文帳に追加

To manage memory usage in garbage collected environments. - 特許庁

ガベージ処理部5は、入力処理部2に入力データがなくなったとき、ガベージコレクション処理を1ステップ実行して主制御部3に制御を戻す。例文帳に追加

When the input data are removed from the input processing part 2, a garbage processing part 5 performs one step of the garbage collection processing to return control to the main control part 3. - 特許庁

GC制御部105は、省電力モードに移行可能であると電力制御部104が判断した場合、ガベージコレクタ101に対してガベージコレクションの発生を要求する。例文帳に追加

When it is determined that transition to the power saving mode is possible by the power control part 104, a GO control part 105 requests the generation of garbage collection to a garbage collector 101. - 特許庁

例文

制御部16は、外部アクセスに基づくメモリ15へのアクセス中に実行するキャッシュ領域を含む複数の領域についてのガベージコレクション処理を、複数回のガベージコレクション処理に分割して実行し、当該複数回に分割されたガベージコレクション処理の間に、外部アクセスに対して応答する。例文帳に追加

The control unit 16 divides the garbage collection processing of the plurality of areas including the cash area, which is executed during access to the memory 15 based on the external access, into a plurality of garbage collection processing steps to execute the garbage collection processing and responds to the external access during the plurality of divided garbage collection processing steps. - 特許庁

索引トップ用語の索引



  
Copyright © Japan Patent office. All Rights Reserved.
  
旅行・ビジネス英会話翻訳例文
Copyright (c) 株式会社 高電社 All rights reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS