Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
「デスクリプタ」の英語・英語例文・英語表現 - Weblio和英辞書
[go: Go Back, main page]


小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > JMdict > デスクリプタの英語・英訳 

デスクリプタの英語

ピン留め

追加できません

(登録数上限)

単語を追加

英訳・英語 descriptor

JMdictでの「デスクリプタ」の英訳

ディスクリプタ

読み方デスクリプターディスクリプター、デスクリプタ

文法情報名詞
対訳 descriptor

「デスクリプタ」を含む例文一覧

該当件数 : 40



例文

3.3.2.2 デスクリプタ (descriptor) の実装例文帳に追加

3.3.2.2 Implementing Descriptors発音を聞く  - Python

3.3.2.3 デスクリプタを呼び出す例文帳に追加

3.3.2.3 Invoking Descriptors発音を聞く  - Python

3.3.2.3 デスクリプタを呼び出す例文帳に追加

3.3.2.3 Invoking Descriptors 3.3.2.2 Implementing Descriptors発音を聞く  - Python

デスクリプタ・キャッシュ・メモリ108に、デスクリプタが仮想デスクリプタ・ギャザー・リストの一部としてキャッシュされる。例文帳に追加

A descriptor is cached as part of a virtual descriptor gather list in a descriptor cache memory 108. - 特許庁

ポインタで、"デスクリプタ get" 関数を指します。例文帳に追加

An optional pointer to a "descriptor get" function.発音を聞く  - Python

ポインタで、"デスクリプタ set" 関数を指します。例文帳に追加

An optional pointer to a "descriptor set" function.発音を聞く  - Python

例文

デスクリプタ・キャッシュ・コントローラ107は、ホストより通知されたデスクリプタからホスト・メモリ上のデスクリプタ・チェーンを自動的に辿って解析することによりデスクリプタ・ギャザー・リストを仮想的に構築し、該仮想デスクリプタ・ギャザー・リストの一部を受信デスクリプタ・キャッシュ・ウィンドウ,送信デスクリプタ・キャッシュ・ウィンドウ,および受信完了デスクリプタ・キャッシュ・ウィンドウとして参照させる。例文帳に追加

In a descriptor cache controller 107, a descriptor gather list is constituted virtually from analysis by tracking automatically a descriptor chain on a host memory from a descriptor notified by the host, and part of the virtual descriptor gather list is referred to, as a receive descriptor cache window, a transmission descriptor cache window, and a receive accomplishment descriptor cache window. - 特許庁

>>例文の一覧を見る

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

JST科学技術用語日英対訳辞書での「デスクリプタ」の英訳

デスクリプタ


日英・英日専門用語辞書での「デスクリプタ」の英訳

デスクリプタ

Weblio専門用語対訳辞書での「デスクリプタ」の英訳

デスクリプタ

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

「デスクリプタ」を含む例文一覧

該当件数 : 40



例文

組み込みデスクリプタ型の型オブジェクトです。例文帳に追加

The type object for the built-in descriptor types.New in version 2.2.発音を聞く  - Python

通信制御装置およびデスクリプタ制御方法例文帳に追加

COMMUNICATION CONTROLLER AND DESCRIPTOR CONTROL METHOD - 特許庁

インスタンス束縛では、デスクリプタ呼び出しの優先順位はどのデスクリプタが定義されているかに依存します。例文帳に追加

For instance bindings, the precedence of descriptor invocation depends on the which descriptor methods are defined. - Python

aetypes では、 Apple Event データデスクリプタ(data descriptor) や Apple Eventオブジェクト指定子(object specifier) を表現するクラスを定義しています。 Apple Event データはデスクリプタに含まれていて、これらのデスクリプタは片付けされています。例文帳に追加

The aetypes defines classes used to represent Apple Event datadescriptors and Apple Event object specifiers.Apple Event data is contained in descriptors, and these descriptors are typed. - Python

論理表示画面デスクリプタで与えられる座標は目的装置の仮想画面に対応する。例文帳に追加

The coordinates given in a logical screen descriptor are relative to the virtual screen of the target device.発音を聞く  - コンピューター用語辞典

ネットワーク・プロセッサ・ユニットがホスト・メモリ上に散在するデスクリプタ・チェーンを辿る必要がないようにする。例文帳に追加

To prevent a network processor unit from necessarily tracking a descriptor chain dispersed on a host memory. - 特許庁

3.3.2.2 デスクリプタ (descriptor) の実装 以下のメソッドは、デスクリプタメソッドを持っているクラス (いわゆる デスクリプタ (descriptor) クラス) のインスタンスが別の新たな形式のクラス、いわゆる オーナ (owner) クラスのクラス辞書に存在する場合にのみ適用されます。例文帳に追加

The following methods only apply when an instance of the class containing the method (a so-called descriptor class) appears in the class dictionary of another new-style class, known as the owner class. - Python

例文

化学結合のデスクリプタを用いて前記化学結合を生じさせる使用法を有する新規物質の設計例文帳に追加

DESIGN OF NEW MATERIAL WHOSE USE INVOLVES CHEMICAL BOND BY MEANS OF DESCRIPTOR OF THE BOND - 特許庁

>>例文の一覧を見る


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

   
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.
日外アソシエーツ株式会社日外アソシエーツ株式会社
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
独立行政法人科学技術振興機構独立行政法人科学技術振興機構
All Rights Reserved, Copyright © Japan Science and Technology Agency
日中韓辭典研究所日中韓辭典研究所
Copyright © 2026 CJKI. All Rights Reserved

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

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS