小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > JMdict > ガベージ コレクタの英語・英訳 

ガベージ コレクタの英語

ピン留め

追加できません

(登録数上限)

単語を追加

英訳・英語 garbage collector


JMdictでの「ガベージ コレクタ」の英訳

ガベージコレクタ


「ガベージ コレクタ」を含む例文一覧

該当件数 : 18



例文

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

3.2 gc -- Garbage Collector interface発音を聞く  - Python

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

Interface to the cycle-detecting garbage collector.発音を聞く  - 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

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

Entries which are marked as permanent are never deleted by the garbage-collector.発音を聞く  - JM

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

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

例文

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

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

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

JST科学技術用語日英対訳辞書での「ガベージ コレクタ」の英訳

ガベージコレクタ


Weblio英和対訳辞書での「ガベージ コレクタ」の英訳

ガベージコレクタ

Weblio英和対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

「ガベージ コレクタ」を含む例文一覧

該当件数 : 18



例文

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

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

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

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

gcモジュールは、インタプリタのビルドオプションで循環ガベージコレクタを有効にした場合のみ使用することができます(デフォルトで有効)。例文帳に追加

The gc module is only available if the interpreter was built with the optional cyclic garbage detector (enabled by default). - Python

このモジュールは、循環ガベージコレクタの無効化・検出頻度の調整・デバッグオブションの設定などを行うインターフェースを提供します。例文帳に追加

It provides the ability to disable the collector, tune the collection frequency, and set debugging options. - Python

ガベージコレクタは、最後に検出を行ってから生成・削除したオブジェクトの数をカウントしており、この数によって検出を開始します。例文帳に追加

In order to decide when to run, the collector keeps track of the number object allocations and deallocations since the last collection. - Python

ガベージコレクタは、オブジェクトが循環参照を形成していることを検出した際にこのメソッドを呼び出します。例文帳に追加

The collector will call this method if it detects that this object is involved in a reference cycle. - Python

Sun JVM を実行している場合は、ガベージコレクタスイッチの -J-XX:+UseConcMarkSweepGC (コンカレントコレクタ) および -J-XX:+UseParNewGC (パラレルコレクタ) を netbeans.conf ファイルに追加することもできます。例文帳に追加

If you are running the Sun JVM, you can also add the garbage collector switches -J-XX:+UseConcMarkSweepGC(concurrent collector) and -J-XX:+UseParNewGC (parallel collector) to the netbeans.conf file. - NetBeans

例文

循環ガベージコレクタはPyhonの参照カウントを補うためのものですので、もしプログラム中で循環参照が発生しない事が明らかな場合には検出をする必要はありません。例文帳に追加

Since the collector supplements the reference counting already used in Python, you can disable the collector if you are sure your program does not create reference cycles. - Python

>>例文の一覧を見る

「ガベージ コレクタ」の英訳に関連した単語・英語表現

ガベージ コレクタのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
EDRDGEDRDG
This page uses the JMdict dictionary files. These files are the property of the Electronic Dictionary Research and Development Group, and are used in conformance with the Group's licence.
独立行政法人科学技術振興機構独立行政法人科学技術振興機構
All Rights Reserved, Copyright © Japan Science and Technology Agency

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS