小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 日英・英日専門用語 > variable substitutionの意味・解説 

variable substitutionとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

意味・対訳 変数置換

日英・英日専門用語辞書での「variable substitution」の意味

variable substitution


「variable substitution」の部分一致の例文検索結果

該当件数 : 26



例文

Perform shell/Perl-style variable substitution on s.発音を聞く 例文帳に追加

shell/Perlスタイルの変数置換をsについて行います。 - Python

When available, process substitution is performed simultaneously with parameter and variable expansion, command substitution, and arithmetic expansion.発音を聞く 例文帳に追加

利用可能であれば、プロセス置換 (process substitution) は、パラメータ展開・変数展開・コマンド置換・算術式展開と同時に行われます。 - JM

!-- INCLUDE -- statements are processed before any variable substitution can take place.発音を聞く 例文帳に追加

!-- INCLUDE --文は、変数の置換が行われる前に処理されます。 - PEAR

If TRUE, then no variable substitution in arguments will take place before function call発音を聞く 例文帳に追加

TRUEの場合は、関数コールの前に引数内の変数置換を行いません。 - PEAR

There are seven kinds of expansion performed: "brace expansion" , "tilde expansion" , "parameter and variable expansion" , "command substitution" , "arithmetic expansion" , "word splitting" , and "pathname expansion" .発音を聞く 例文帳に追加

行われる展開は7 種類あります:"ブレースの展開 (brace expansion)" ,"チルダの展開 (tilde expansion)" ,"パラメータと変数の展開 (parameter and variable expansion)" ,"コマンド置換 (command substitution)" ,"算術式展開 (arithmetic expansion)" ,"単語の分割 (word splitting)" ,"パス名の展開 (pathname expansion)" 。 - JM

A variable interface (107) performs transfer processing and/or substitution processing of the variable value between the pages related to the page transition.例文帳に追加

変数インタフェース(107)は、前記ページ遷移のページ間で、前記変数の値の引渡し処理及び/又は代入処理を行う。 - 特許庁

例文

Bash uses the value of the variable formed from the rest of parameter as the name of the variable; this variable is then expanded and that value is used in the rest of the substitution, rather than the value of parameter itself.発音を聞く 例文帳に追加

bash は、展開に parameter そのものの値を使用するのでなく、parameter の感嘆符を除いた残りの文字を変数名として扱い、その変数の値をその後の展開に使用します。 - JM

>>例文の一覧を見る

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

Weblio英和対訳辞書での「variable substitution」の意味

variable substitution

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

「variable substitution」の部分一致の例文検索結果

該当件数 : 26



例文

The OTL substitution module substitutes separate instances of the selected variable obfuscation function for every reference to the declared secure variable.例文帳に追加

OTL代入モジュールは、宣言されたセキュアな変数へのあらゆる参照につき、選択された変数難読化関数の別個のインスタンスを代入する。 - 特許庁

A quantifier elimination unit 104 eliminates a design variable to which a quantifier is attached from the logical expression obtained by the substitution to thereby generate a relational expression including the substitution variable and the design variables without any attached quantifier.例文帳に追加

限量記号消去部104は、置換により得られる論理式から、限量記号が付された設計変数を消去することにより、置換変数及び限量記号が付されていない設計変数を含む関係式を生成する。 - 特許庁

Word splitting and pathname expansion are not performed on the words between the [[ and ]]; tilde expansion, parameter and variable expansion, arithmetic expansion, command substitution, process substitution, and quote removal are performed.発音を聞く 例文帳に追加

単語分割とパス名展開は [[ と ]]の間の単語に対しては行われません。 チルダ展開、パラメータと変数の展開、算術式展開、コマンド置換、プロセス置換、クォート除去は実行されます。 - JM

A logical expression substitution unit 103 substitutes a part of a logical expression input by a logical expression input unit 102 or an objective function approximation polynomial from an objective function modeling unit 101 with a substitution variable.例文帳に追加

論理式置換部103は、論理式入力部102で入力された論理式又は目的関数モデル化部101からの目的関数近似多項式の一部を置換変数にて置換する。 - 特許庁

A sampling point generation unit 105 generates a plurality of sampling points corresponding to the design variables and the substitution variable included in the relational expression.例文帳に追加

サンプル点生成部105は、その関係式に含まれる設計変数及び置換変数に対応する複数のサンプル点を生成する。 - 特許庁

All values undergo tilde expansion, parameter and variable expansion, command substitution, arithmetic expansion, and quote removal (see EXPANSION below).発音を聞く 例文帳に追加

全てのvalueに対して、チルダ展開、パラメータと変数の展開、コマンド置換、算術式展開、クォート除去が行われます (後述の展開を参照)。 - JM

The order of expansions is: brace expansion, tilde expansion, parameter, variable and arithmetic expansion and command substitution (done in a left-to-right fashion), word splitting, and pathname expansion.発音を聞く 例文帳に追加

展開の順序は次のようになります: ブレース展開、チルダ展開、パラメータ・変数・算術式展開、コマンド置換 (左から右へ)、単語分割、パス名展開。 - JM

例文

When a sentence using the definitions of the copied variable in the definition statement is only the copy sentence and the 1st and 2nd conditions are met, the substitution and deletion part 18 substitute the copy variable (y) for the copied variable (y) of the program and deletes the copy sentence (s).例文帳に追加

置換削除部18は、前記定義文における前記被複写変数の定義を使用する文が前記複写文のみである場合で、かつ、第1および第2の条件が満たされる場合、プログラムにおける被複写変数yを、複写変数yに置換するとともに、複写文sを削除する。 - 特許庁

>>例文の一覧を見る


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

   
日中韓辭典研究所日中韓辭典研究所
Copyright © 2026 CJKI. All Rights Reserved

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

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS