小窓モード


プレミアム

ログイン
設定

設定

マクロ要素の英語

ピン留め

追加できません

(登録数上限)

単語を追加

英訳・英語 macro element


コンピューター用語辞典での「マクロ要素」の英訳

マクロ要素


「マクロ要素」の部分一致の例文検索結果

該当件数 : 35



例文

マクロ言語における異なる要素は、マクロ変数、マクロプログラム文、マクロ関数である。例文帳に追加

The different elements of the macro language are: Macro variables, macro program statements, macro functions.発音を聞く  - コンピューター用語辞典

1要素のタプルはマクロ定義を削除します。例文帳に追加

The 1-tuple case undefines a macro. - Python

本発明による図形言語プログラム作成装置(10)は、第1マクロ要素が登録された記憶装置(2)と、第1マクロ要素を含む第2マクロ要素を作成し、前記記憶装置(2)に登録するマクロ要素作成手段(3)と、第2マクロ要素を含むファンクションブロックダイアグラム(11)を作成するロジック作成手段(3)とを備えている。例文帳に追加

The pattern language program forming device 10 comprises a storage device 2 for registering a first macro element, a macro element forming means 3 for forming a second macro element including the first macro element and registering it in the storage device 2, and a logic forming means 3 for forming a function block diagram 11 including the second macro element. - 特許庁

環境 はマクロよりも大きな構文要素です。 環境は、マクロの引数に入れるには内容がやや大きすぎて便利さを欠く場合に使えます。例文帳に追加

An environment is a larger construct than a macro, and can be used for things with more content than would conveniently fit in a macro parameter. - Python

IMFが持つべきは、金融システムの安定がマクロ経済の重要な要素であるという視点です。例文帳に追加

The IMF’s view should be that a stable financial system is an important factor for the macro economy.発音を聞く  - 財務省

マクロや環境におけるパラメタをマークする場合を除き、Python ドキュメントではグループ自体は控えめに使います。 マクロ は通常は単純な構成要素で、マクロ名で識別され、いくつかのパラメタを取ることがあります。例文帳に追加

Since Python tends toward the explicit, groups are also made explicit in the documentation markup.Groups are used only sparingly in the Python documentation, except for their use in marking parameters to macros and environments.A macro is usually a simple construct which is identified byname and can take some number of parameters. - Python

例文

これらのマクロ的現象には、企業行動の変化等ミクロ的な要素が部分的には影響していることを明らかにする。例文帳に追加

This chapter clarifies the microelements such as changes in company activities that have a certain influence upon these macro phenomena. - 経済産業省

>>例文の一覧を見る


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

JST科学技術用語日英対訳辞書での「マクロ要素」の英訳

マクロ要素


日英・英日専門用語辞書での「マクロ要素」の英訳

マクロ要素


「マクロ要素」の部分一致の例文検索結果

該当件数 : 35



例文

DisplayおよびScreen構造体の要素は、専用のマクロや関数を使った場合だけアクセスが許される。 Display 構造体の情報を取得するマクロと関数の使用については、2.2.1 節を参照すること。例文帳に追加

You can access elements of the Display and Screen structures only by using the information macros or functions.For information about using macros and functions to obtain information from the Display structure, see section 2.2.1. - XFree86

定義するマクロのリスト; それぞれのマクロは2要素のタプルで定義されます。 '値'には定義しようとしている文字列、または内容なしで定義する場合はNone(ソースコード中で#define FOOと書く、または Unix Cコンパイラのコマンドラインで-DFOO を指定するのと等価です)を指定します。例文帳に追加

list of macros to define; each macro is defined using a 2-tuple, where 'value' is either the string to define it to or None to define it without a particular value (equivalent of#define FOO in source or -DFOO on Unix Ccompiler command line) - Python

ロジックデバイス101は1チップにロジック要素(論理モジュール)を内臓した複数個のマクロセルが実装されており、ロジック作成ツール70からロジックデータ(論理演算データ)を書き込むことにより複数個のマクロセルの配線を行うことができる。例文帳に追加

Microcells each having internal logic elements (logic module) on one chip are mounted on the logic device 101 and logic data (logical operation data) are written from a logic generation tool 70 to wire the microcells. - 特許庁

新興市場諸国に関し、整合的なマクロ経済政策により支えられ、世界経済の文脈において維持可能な為替制度のために必要な要素を検討すること。例文帳に追加

consideration of the elements required for sustainable exchange rate regimes in emerging market economies in the context of the global economy, backed by consistent macroeconomic policies;発音を聞く  - 財務省

貴社は、マクロバランス、強固な対外ポジション等は考慮しているとしながら、それぞれの要素がどのように、どの程度考慮されているかは引き続き不明確。例文帳に追加

While you say that such factors as the macro-balance and the strong external position are included in your consideration, it remains unclear how and to what extent each of these factors is taken into account. - 財務省

当該図形言語プログラム作成装置(10)は、マクロ要素を階層的に使用することが可能であり、これにより、図形言語プログラムの作成効率を、一層に向上することができる。例文帳に追加

The pattern language program forming device 10 can hierarchically use the macro elements, and the forming efficiency of the pattern language program can be further improved. - 特許庁

一方、処理対象となるマクロブロックがフィールド符号化される場合、以下のシンタクス要素に関しては、フィールドベースのコンテキストモデル94が適用される。例文帳に追加

When performing field coding on the macro block subjected to processing; whereas a field-based context model 94 is applied to the syntax elements. - 特許庁

例文

スライス層は、効率的なアドレッシング機構(たとえば、スライス層の開始マクロブロック行を指定する構文要素)、ならびにピクチャヘッダ情報を最適に再送信するための効率的な機構を符号化する。例文帳に追加

The slice layer encodes an efficient addressing mechanism (e.g., a syntax element specifying a beginning macroblock row of the slice layer), as well as an efficient mechanism to optimally retransmit picture header information. - 特許庁

>>例文の一覧を見る

「マクロ要素」の英訳に関連した単語・英語表現

マクロ要素のページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

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

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

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS