語学学習のスペースアルク(SPACE ALC)がお届けする進化するオンライン英和・和英辞書『英辞郎 on the WEB』。大学生やビジネスパースンから翻訳家、医療・製薬業関係者の方々まで幅広くお使いいただいております。
ALC Online Shop

英辞郎データ提供元 EDP のサイトへ
検索文字列 初期値 該当件数 : 23
* データの転載は禁じられています。  
  • 初期値
    • default
    • default [initial] value《コ》
    • initial entry《コ》
    • starting value
  • 初期値-境界値問題
    initial-boundary-value problem
  • 初期値の~になる
    default to
  • 初期値を0に設定する
    set default value at zero《コ》
  • 初期値を横軸に、その後の値を縦軸に配置することにより、各患者について初期値及び治療中の臨床検査値を比較した図。
    A graph comparing the initial value and the on-treatment values of a laboratory measurement for each patient by locating the point defined by the initial value on the abscissa and a subsequent value on the ordinate.〔【出典】ICHガイドライン
  • 初期値を~に設定する
    set the initial value to
  • 初期値パラメーター
    initial parameter
  • 初期値依存性
    initial value dependence
  • 初期値問題
    initial-value problem
  • 初期値問題の解
    initial-value-problem solution
  • 初期値定理
    initial value theorem
  • 初期値指定
    initial value specification
  • 初期値表示
    initial-value representation〔【略】IVR〕
  • 初期値
    initial-value solution
  • 初期値設定
    initial value setting
  • 初期値設定方法
    initialization method
  • ~の初期値に対する割合
    percentage of the initial value of
  • カメラ設定を初期値に戻す
    restore default camera settings
  • 主要な測定項目の基準値は、通常、それぞれの有効性測定の初期値として含まれる。
    The baseline values for critical measurements would ordinarily be included as zero time values for each efficacy measurement.〔【出典】ICHガイドライン
  • 制御変数の初期値
    initial value of the control variable
  • 変数に初期値を与える
    assign a beginning value to a variable
  • 最大初期値
    maximum initial value
  • 現在の作業ディレクトリを知るには、os.getcwd()関数を使えばいい。グラフィカルなPythonシェルを使っている場合、現在の作業ディレクトリの初期値は、Pythonシェルの実行ファイルがある場所になっている。Windowsでは、Pythonをインストールした場所に依存するが、デフォルトのディレクトリはc:¥Python31だ。コマンドラインからPythonシェルを起動した場合の現在の作業ディレクトリは、python3を起動したときに居たディレクトリになっている。
    Use the os.getcwd() function to get the current working directory. When you run the graphical Python Shell, the current working directory starts as the directory where the Python Shell executable is. On Windows, this depends on where you installed Python; the default directory is c:¥Python31. If you run the Python Shell from the command line, the current working directory starts as the directory you were in when you ran python3.〔【出典】"Dive Into Python 3" by Mark Pilgrim 【和訳】Fukada & Fujimoto 【License】CC-BY-SA-3.0