「Define」を含む例文一覧(2608)

<前へ 1 2 3 4 5 6 7 8 9 10 11 .... 52 53 次へ>
  • dx anddy define the x and y coordinates of the upper-left corner of the drawableregion; dw and dh define the width and height, in pixels, of the drawableregion.
    dwとdh は、ドロウアブル領域の幅と高さをピクセル単位で定義する。 - XFree86
  • What I define as a rebirth of islamic modernism.
    イスラムの近代化の再来の中にいます。 - 映画・海外ドラマ英語字幕翻訳辞書
  • You define the project's default attribute in the Source Editor.
    この属性は、ソースエディタで定義できます。 - NetBeans
  • This may be a C-language#define or a Python variable that is not intended to be changed.
    C 言語における #define や、変更されないことになっている Python の変数の場合があります。 - Python
  • Define and ensure they comply with data control rules.
    データ管理ルールを定め、遵守すること。 - 経済産業省
  • Define and comply with software control rules.
    ソフトウェア管理ルールを定め、遵守すること。 - 経済産業省
  • Define and comply with hardware management rules.
    ハードウェア管理ルールを定め、遵守すること。 - 経済産業省
  • Define and comply with network management rules.
    ネットワーク管理ルールを定め、遵守すること。 - 経済産業省
  • Define and comply with documentation rules.
    ドキュメント作成ルールを定め、遵守すること。 - 経済産業省
  • Define and comply with documentation control rules.
    ドキュメント管理ルールを定め、遵守すること。 - 経済産業省
  • Define whether to allow re-commission.
    再委託の可否について明確にすること。 - 経済産業省
  • zmodem [ off|auto|catch|pass ] "zmodem sendcmd" [ string ] "zmodem recvcmd" [ string ] Define zmodem support for screen.
    zmodem[ off|auto|catch|pass ]"zmodem sendcmd"[ string ]"zmodem recvcmd"[ string ]screen の zmodem サポートを定義する。 - JM
  • You can define one or more copy assignments.
    1 つ以上のコピー割り当てを定義できます。 - NetBeans
  • That you can define how strong a democracy is
    民主主義がいかに強力であるかは - 映画・海外ドラマ英語字幕翻訳辞書
  • There are ways to define our interests
    公益を定める方法はいくつかあります - 映画・海外ドラマ英語字幕翻訳辞書
  • How do they define leadership?
    彼らはリーダーシップを どう考えているでしょう? - 映画・海外ドラマ英語字幕翻訳辞書
  • So in other words, I define what I wanted.
    つまり ここで私の要求を定義します - 映画・海外ドラマ英語字幕翻訳辞書
  • The maximum size is 255 characters.DateTo define an ISO-standard date column, use the 'date' datatype.
    サイズの最大値は 255 文字となります。 - PEAR
  • define the option itself using the callback action
    callback アクションを使ってオプション自体を定義する。 - Python
  • Define and document the test requirements.
    テスト要求事項を定義し、文書化すること。 - 経済産業省
  • Define and comply with input control rules.
    入力管理ルールを定め、遵守すること。 - 経済産業省
  • Define and comply with output control rules.
    出力管理ルールを定め、遵守すること。 - 経済産業省
  • Define selection criteria of service providers.
    委託先の選定基準を明確にすること。 - 経済産業省
  • Define provisions concerning compliance.
    コンプライアンスに関する条項を明確にすること。 - 経済産業省
  • Define the holders of the intellectual property rights.
    知的財産権の帰属を明確にすること。 - 経済産業省
  • It is very easy to define a proxy: you just need to define a variable which contains the proxy server information.
    proxyの設定はとても簡単です。 proxyサーバーの情報を含むように値を設定するだけです。 - Gentoo Linux
  • You can define the mapping between local and remote paths to project source files when you define the remote host.
    リモートホストを定義する場合は、プロジェクトソースファイルへのローカルパスとリモートパスのマッピングを定義できます。 - NetBeans
  • Code Listing3.11: Emacs CJK UTF-8 support (require 'un-define)(require 'jisx0213)(set-language-environment "Japanese")(set-default-coding-systems 'utf-8)(set-terminal-coding-system 'utf-8)
    コード表示3.11:EmacsのCJKUTF-8サポート - Gentoo Linux
  • Define a variable that represents a register.
    レジスタと同じ働きをする変数を定義する。 - JM
  • To define a condition, use the BPEL Mapper.
    条件を定義するには、BPEL マッパー を使用します。 - NetBeans
  • To define a variable:
    変数を定義するには、次の手順に従います。 - NetBeans
  • I want to define what I mean by revolution.
    私の言う革命とは何か定義したいです - 映画・海外ドラマ英語字幕翻訳辞書
  • They define what the system is.
    それがどのような系かを最初に定義します - 映画・海外ドラマ英語字幕翻訳辞書
  • Define one or more properties in the WSDL file.
    WSDL ファイルに 1 つ以上のプロパティーを定義します。 - NetBeans
  • Can be text or HTML to define an image.''
    テキストか、あるいは画像を表す HTML となります。 '' - PEAR
  • Specify the width and height, which define the dimensions of the pixmap.
    この値はピックスマップのディメンジョンを定義する。 - XFree86
  • Define policies for system audit.
    システム監査に関する方針を明確にすること。 - 経済産業省
  • 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)
    定義するマクロのリスト; それぞれのマクロは2要素のタプルで定義されます。 '値'には定義しようとしている文字列、または内容なしで定義する場合はNone(ソースコード中で#define FOOと書く、または Unix Cコンパイラのコマンドラインで-DFOO を指定するのと等価です)を指定します。 - Python
  • Define a variable with a numeric value, for use during preprocessing.
    前処理の間使用され、数値を定義する。 - JM
  • You will define this function next in Updating the HTML DOM.
    この関数は、次の「HTML DOM の更新」で定義します。 - NetBeans
  • What you remember, what you tell everyone is going to define the rest of your life.
    あなたの話が 残りの人生を決める - 映画・海外ドラマ英語字幕翻訳辞書
  • Define the new value of a property for a CSS group.
    CSS グループのプロパティの新しい値を定義します。 - PEAR
  • The camera could define the smallest object
    カメラは、最も小さな物を明示することができた - 日本語WordNet
  • such images define their sense of nationality
    そういったイメージが彼らの国家感を明確にする - 日本語WordNet
  • It also allows you to define and call macros.
    この電卓は、定義やマクロ呼び出しも行えます。 - JM
  • Allow unlimited ("unreasonable") nested expansions. Since you can define
    無制限の (「非現実的な」) ネスト展開を許可する。 - JM
  • We use technology to define ourselves
    我々はテクノロジーで 思考や感情を伝えることで - 映画・海外ドラマ英語字幕翻訳辞書
  • And we define ourselves by our gaps.
    私達は自身のギャップを元に自分を定義します - 映画・海外ドラマ英語字幕翻訳辞書
  • You use the BPEL Mapper to define the Boolean condition.
    BPEL マッパーを使用して論理条件を定義します。 - NetBeans
  • Dependency groups define a feature set.
    依存性グループでは機能の組み合わせを定義します。 - PEAR
<前へ 1 2 3 4 5 6 7 8 9 10 11 .... 52 53 次へ>

例文データの著作権について