| 意味 | 例文 |
X-valueの部分一致の例文一覧と使い方
該当件数 : 1841件
xの値を求めよ. 【数学】 - 研究社 新和英中辞典
log1p(x) returns a value equivalent to log (1 + x) 例文帳に追加
log1p(x)は以下と等価な値を返す。 - JM
The absolute value of the F1(x) is made larger than the absolute value of the F2(x).例文帳に追加
F1(x)の絶対値はF2(x)の絶対値よりも大きい。 - 特許庁
Returns the absolute value of x. 例文帳に追加
x の絶対値を返します。 - Python
Return the absolute value of x. 例文帳に追加
x の絶対値を返します。 - Python
absolute value or magnitude of x 例文帳に追加
x の絶対値または大きさ - Python
That's why, in this case, the value of x...例文帳に追加
だから、この場合xの値が... - 映画・海外ドラマ英語字幕翻訳辞書
For example, "x=1 3" would assign the value 13 to the variable x. 例文帳に追加
例えば、"x=1 3" は変数 x に値 13 を代入します。 - JM
A quantization representative value R1 (X) of a division result value D(X)/Q1(X) of a DCT coefficient D(X) of an original EOB is changed to a value R2(X) most approximate to the division result value D(X)/Q1(X) out of -1 and 1, as a data finish marker.例文帳に追加
本来のEOBのDCT係数D(X)の除算結果値D(X)/Q1(X)の量子化代表値R1(X)を、データ終了マーカーとして、−1または1のうち除算結果値D(X)/Q1(X)に最も近い方の値R2(X)に変更する。 - 特許庁
function calculates the principal value of the arc tangent of x; that is the value whose tangent is x. 例文帳に追加
x の逆正接(arc tangent)の主値を計算する。 すなわち、その正接(tangent)が x となるような値である。 - JM
A cumulative distribution function F(x) for a continuous random variable X gives us the probability that X is less than or equal to a given value x. 例文帳に追加
連続確率変数Xに対する累積分布関数F(x)は、Xが与えられた値xより小さいか等しい確率を与える。 - コンピューター用語辞典
function calculates the principal value of the arc sine of x; that is the value whose sine is x. 例文帳に追加
関数は x の逆正弦(arc sine) の主値を計算する。 すなわち、その正弦(sine)が x となるような値である。 - JM
It returns a non-zero value if the value of x has its sign bit set. 例文帳に追加
xの値の符号ビットがセットされている場合、非 0 の値を返す。 - JM
functions return a value whose absolute value matches that of x, but whose sign bit matches that of y. 例文帳に追加
は絶対値がx に等しく、符号ビットが y に等しい値を返す。 - JM
function calculates the arc cosine of x; that is the value whose cosine is x. 例文帳に追加
関数は x の逆余弦(arc cosine) を計算する。 すなわち、その余弦 (cosine) が x となる値である。 - JM
Return the ceiling of x as a float, the smallest integer value greater than or equal to x.例文帳に追加
x の天井値 (ceil)、すなわちx 以上の最も小さい整数をfloat型で返します。 - Python
function calculates the principal value of the arc tangent of y/x , 例文帳に追加
関数はy/xの逆正接 (arg tangent) の主値を計算する。 - JM
On success, these functions return the base-2 exponential value of x . 例文帳に追加
成功すると、これらの関数は 2 のx乗を返す。 - JM
On success, these functions return the base-10 exponential value of x . 例文帳に追加
成功すると、これらの関数は 10 のx乗を返す。 - JM
Also, the frequency X included in the value X/Z is divided by the frequency Y so that a value X/Y can be calculated, and each multiple of the value X/Y is calculated.例文帳に追加
また、値X/Z内に含まれる、周波数Xを周波数Yで除した値X/Yの各倍数を求める。 - 特許庁
the constant value of the ratio of two proportional quantities x and y 例文帳に追加
2つの比例数xとyにおける比率の一定した値 - 日本語WordNet
Returns an AEDesc object containing a conversion of Python value x.例文帳に追加
Python 値 x を変換した値を保持する AEDesc オブジェクトを返します。 - Python
functions return a non-zero value if x is a NaN value, and 0 otherwise. 例文帳に追加
関数は、 x が NaN の場合 0 以外の値を返し、それ以外の場合は 0 を返す。 - JM
A viewer 40 converts the gradation value of the coordinates (Xi, t(x, y), Yi, t(x, y)) of a texture i for replacement into the gradation value of coordinates (x, y) for display by using the gain and bias.例文帳に追加
ビューワー40は、差し替え用テクスチャーiの座標(Xi,t(x,y),Yi,t(x,y))の階調値をゲインとバイアスとを用いて表示用の座標(x,y)の階調値に変換する。 - 特許庁
functions return the absolute value of the floating-point number x. 例文帳に追加
関数群は浮動小数点実数 x の絶対値を返す。 - JM
function returns the value of e (the base of natural logarithms) raised to the power of x. 例文帳に追加
関数は e の x 乗の値を返す(e は自然対数の底)。 - JM
On success, these functions return the value of x to the power of y . 例文帳に追加
成功すると、これらの関数はxのy乗の値を返す。 - JM
first evaluates x; ifx is false, its value is returned; otherwise, y is evaluated and the resulting value is returned.例文帳に追加
は、まず x を評価します;x が偽なら、x の値を返します; それ以外の場合には、y の値を評価し、その結果を返します。 - Python
first evaluates x; ifx is true, its value is returned; otherwise, y is evaluated and the resulting value is returned.例文帳に追加
は、まず x を評価します; x が真なら、x の値を返します; それ以外の場合には、y の値を評価し、その結果を返します。 - Python
The estimated value correction quantity ecthuf[x] is added to an estimated value of the catalyst temperature (S114).例文帳に追加
触媒温度推定値に推定値補正量ecthuf[x]を加算する(ステップ114)。 - 特許庁
These functions round x to the nearest integer not larger in absolute value. 例文帳に追加
これらの関数は絶対値が x より小さい一番近い整数値に x を丸める。 - JM
The default value can be specified at build time in the X system configuration file with DefaultUserPath.例文帳に追加
デフォルト値は X の構築時に X システム設定ファイル内の DefaultUserPath項目で指定する。 - XFree86
The value of a binary signal DATA (x, y) is determined on the basis of whether or not the smooth multi-value datasm (x, y) is a specified threshold value or more (steps 108-112).例文帳に追加
平滑多値信号datasm(x,y)が所定のしきい値以上であるか否かに基づいて、2値信号DATA(x,y)の値を決定する(ステップ108〜112)。 - 特許庁
The film has 30≤YI≤60 yellowness value (YI value) calculated by the following formula YI value=100×(1.28×X-1.06×Z)/Y例文帳に追加
YI値=100×(1.28×X−1.06×Z)/Y。 - 特許庁
| 意味 | 例文 |
| Copyright (c) 1995-2026 Kenkyusha Co., Ltd. All rights reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| Copyright © Japan Patent office. All Rights Reserved. |
| 日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved. WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License |
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved. |
| Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved. |
| Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|



Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)