| 例文 |
long valueの部分一致の例文一覧と使い方
該当件数 : 868件
Each option-and-value pair returned has the option as its first element, prefixed with a hyphen for short options (e.g., '-x') or two hyphens for long options (e.g.,'-例文帳に追加
-long-option')となり、引数が2番目の要素になります。 - Python
The function's return value must be a Clong, which is a Python integer. 例文帳に追加
関数の返り値はC long(Python整数である)です。 - Python
This will only write the least-significant 32 bits of value;regardless of the size of the native long type.例文帳に追加
この関数は value の下桁 32 ビットを書き込むだけです;ネイティブの long 型サイズには関知しません。 - Python
Since the value is a long, on machines with a 32-bit long either this limit is at most 2 GiB, or this resource is unlimited. 例文帳に追加
この値は long 型なので、32 ビットの long 型を持つマシンでは、この制限は最大で 2 GiB になるか、この資源が無制限になる。 - JM
From now on, live long lives and value your lives.' 例文帳に追加
「今後は命を永らえ、命を大切にするように。」 - Wikipedia日英京都関連文書対訳コーパス
Convert a sequence of Unicode digits to a Python long integer value.例文帳に追加
Unicode の数字配列を Python の長整数型に変換します。 - Python
Return the 64-bit base value for the FS register of the current thread in the unsigned long pointed to by addr . 例文帳に追加
現在のスレッドのFSレジスタの 64 ビットベース値を、addrが指すunsigned longの領域に格納する。 - JM
Return the 64-bit base value for the GS register of the current thread in the unsigned long pointed to by addr . 例文帳に追加
現在のスレッドのGSレジスタの 64 ビットベース値を、addrが指すunsigned longの領域に格納する。 - JM
Only a 32-bit value can be read in using this function, regardless of the native size of long.例文帳に追加
この関数は、ネイティブの long のサイズに関係なく、32 ビットの値だけを読み出せます。 - Python
If the object is an integer or long integer, its value is returned.例文帳に追加
オブジェクトが整数か長整数なら、その値を返します。 - Python
The current value (of type integer or long integer) of the progressbar. 例文帳に追加
プログレスバーの現在の値 (整数型あるいは長整数型) です。 - Python
Negative values are considered valid input and are silently converted to the equivalent "unsigned long int" value. 例文帳に追加
負の値も正当な入力とみなされ、エラーもなく、対応する"unsigned long int"型の値に変換される。 - JM
Thus, even when the SCR value becomes equal to or greater than a certain fixed value, long-time recording is made possible.例文帳に追加
これにより、SCR値がある一定値以上になっても、長時間記録が可能になる。 - 特許庁
Value for very long if we don't trust each other.例文帳に追加
価値の交換は 相互の信頼がなければ 長続きしないからです - 映画・海外ドラマ英語字幕翻訳辞書
The absolute value of the long-time spectrum of the sample of the air-conducted sound is divided by the absolute value of the long-time spectrum of the sample of the bone-conducted sound to derive and store a value as a filter function.例文帳に追加
サンプル気導音の長時間スペクトルの絶対値をサンプル骨導音の長時間スペクトルの絶対値で割ったものをフィルタ関数として導出し記憶する。 - 特許庁
expand to constants of types double, float and long double, respectively, that represent a large positive value, possibly plus infinity. 例文帳に追加
はそれぞれ double, float, long double 型の定数で、大きな正の値を表し、可能な場合には正の無限大を表す。 - JM
Will first attempt to cast the object to a PyIntObject or PyLongObject, if it is not already one, and then return its value as unsigned long.例文帳に追加
オブジェクトがまだ PyIntObject または PyLongObject でなければまず型キャストを試み、次にその値をunsigned long 型で返します。 - Python
The pixel value is returned in normalized format (that is, the least significant byte of the long is the least significant byte of the pixel).例文帳に追加
返されるピクセル値は正規化されたフォーマットである(つまり long の最下位バイトがピクセルの最下位バイトとなる)。 - XFree86
To calculate a correction value of a printer having a long head.例文帳に追加
長尺ヘッドを有するプリンタの補正値を算出することを目的とする。 - 特許庁
function converts the initial part of the string in nptr to a long integer value according to the given base, which must be between 2 and 36 inclusive, or be the special value 0. 例文帳に追加
関数は、 nptr の文字列の最初の部分を、base を基数として long int に変換する。 この base は 2 から 36 までの値あるいは特別な意味を持つ値 0 でなければならない。 - JM
function converts the initial part of the string in nptr to an "unsigned long int" value according to the given base, which must be between 2 and 36 inclusive, or be the special value 0. 例文帳に追加
関数は、 nptr の文字列の最初の部分を、base を基数として"unsigned long int"に変換する。 この base は 2 から 36 までの値あるいは特別な意味を持つ値 0 でなければならない。 - JM
Value stock funds have been one of the most popular investment instruments for a long time.例文帳に追加
バリュー株投資は、かねてから人気の高い投資形態の一つであった。 - Weblio英語基本例文集
To make it possible to maintain the concentration of a supplied liquid in the value close to an initial value for long-term use.例文帳に追加
長期の使用にわたって、供給される液体の濃度を初期の値に近い値に維持できるようにする。 - 特許庁
When the first frequency is the maximum value or the minimum value, the standard value is updated so that the switching period of the frequency may become long.例文帳に追加
そして、第1の周波数が最大値または最小値であるときに、周波数の切替期間が長くなるよう標準値を更新する。 - 特許庁
Note that the result is a long integer if either operand is a long integer, regardless of the numeric value.例文帳に追加
被演算子の両方が長整数の場合、計算値に関わらず結果は長整数で返されるので注意してください。 - Python
To provide a novel rotary throttle valve type caburetor excellent in the durability without changing the fuel restriction value during the long-time operation, preventing the value from exceeding an exhaust gas restriction value.例文帳に追加
長期運転中に燃料規制値が変化せず、排気ガス規制値を超えない、耐久性に優れた新規なロータリ絞り弁式気化器を提供する。 - 特許庁
The prescribed time is controlled to be long when the value of the new present luminance data D5 is small, and controlled to be short when the value is large.例文帳に追加
前記所定時間を、新たな現在輝度データD5の値が小さいときは長く、大きいときは短く制御する。 - 特許庁
A differential signal between an instantaneous value and the average value over a long duration of the RSSI signal is compared with a threshold.例文帳に追加
そこで、受信信号レベルの立ち上がりを検出し、最適な AGC 制御方法を選択することが必要となる。 - 特許庁
The second thermal head has heating elements of a long size high in electric resistance value.例文帳に追加
第2のサーマルヘッドは、電気抵抗値が高い長サイズの発熱素子を有している。 - 特許庁
To appropriately monitor power energy by highly precisely obtaining the predicted value and the target value of power energy consumption over a long time and a long term, such as daily consumption and monthly consumption.例文帳に追加
日単位や月単位などの長時間、長期間に亘る電力エネルギー使用量の予測値および目標値を高い精度で求め、電力エネルギーを適確に監視できる。 - 特許庁
The sending node computes a t-bit long hash value by using a hash function (h).例文帳に追加
送信ノードがハッシュ関数hを用いて長さtビットのハッシュ値を計算する。 - 特許庁
The planes attribute is of type long, and it specifies which planesof the destination are to be modified, one bit per plane. 例文帳に追加
"Pixel value"プレーン属性は long 型で、プレーンごとに1ビットが割り当てられており、描画対象のどのプレーンが変更されるか指定する。 - XFree86
The input pixel value must be in normalized format (that is, the least significant byte of the long is the least significant byte of the pixel).例文帳に追加
入力するピクセル値は正規化されたフォーマットでなくてはならない(つまりlong の最下位バイトがピクセルの最下位バイトとなる)。 - XFree86
The byte value indicating that a long offset-differential count 例文帳に追加
これがエントリ区切りを兼ねることになる。 この範囲外の長いオフセット差分カウントを示すデータには、 - JM
To provide a battery-less multi-rotational absolute value encoder having high reliability in long life.例文帳に追加
長寿命で高信頼性のバッテリレス多回転式絶対値エンコーダを提供する。 - 特許庁
To obtain high polish efficiency stably by keeping a pH value of polishing solution constant for a long time.例文帳に追加
研磨液のpH値を長時間一定に維持して,高い研磨効率を安定して得る。 - 特許庁
When receiving the hash value target data creation data (first) from the long-term signature server 3, the drive recorder 6 adds a moving image to this and calculates a hash value, and transmits the hash value to the long-term signature server 3.例文帳に追加
ドライブレコーダ6は、長期署名サーバ3からハッシュ値対象データ作成用データ(1st)を受信すると、これに動画を加えてハッシュ値を計算し、当該ハッシュ値を長期署名サーバ3に送信する。 - 特許庁
To make long-time recording possible even when a system clock reference (SCR) value shown by a DVD-VR format becomes equal to or greater than a certain fixed value.例文帳に追加
DVD−VRフォーマットで示されるSCR値がある一定値以上になっても長時間記録を可能とする。 - 特許庁
A taste value change coefficient calculation part 562 calculates a taste value change coefficient on the basis of the long term and short term taste information data.例文帳に追加
嗜好値変化係数算出部562は、長期と短期の嗜好情報データを基に嗜好値変化係数を算出する。 - 特許庁
When the calculated long-time moving average angular velocity ωavLn is within a prescribed range, the value is used as the standard value of the rolling angular velocity sensor.例文帳に追加
そして、この長期間角速度移動平均値ωavLnが規定値内であれば、これをローリング角速度センサの基準値にする。 - 特許庁
When the long contact is then disconnected, the electrical energy of the long contact is adjusted to be lower than a threshold value of the arc discharge.例文帳に追加
また、長接触子が次に切り離されるときには、長接触子の電気エネルギーがアーク放電のしきい値を下回るようにする。 - 特許庁
The remainder of the string is converted to a long int value in the obvious manner, stopping at the first character which is not a valid digit in the given base. 例文帳に追加
数字を表す文字列はlong intに変換されるが、基数に対して有効でない数字が現れた時点で変換は終了する。 - JM
The remainder of the string is converted to an "unsigned long int" value in the obvious manner, stopping at the first character which is not a valid digit in the given base. 例文帳に追加
文字列の残りの部分は"unsigned long int"に変換されるが、基数に対して有効でない数字が現れた時点で変換は終了する。 - JM
However, you can bind to a wrapper type such as Boolean, Byte, Character, Double, Float, Integer, Long, Short, String, the primitive form of one of these wrapper types, or an application defined object value. 例文帳に追加
ただし、Boolean、Byte、Character、Double、Float、Integer、Long、Short、String などのラッパー型、これらのラッパー型の基本型、またはアプリケーションで定義されたオブジェクト値にバインドできます。 - NetBeans
| 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
| 本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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. |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
| 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)