| 例文 |
argument valueの部分一致の例文一覧と使い方
該当件数 : 184件
functions round their argument to an integer value in floating-point format, using the current rounding direction (see fesetround (3)) 例文帳に追加
関数群は、現在の丸め方向( fesetround (3) 参照) で引き数を浮動小数点形式の整数に丸める。 - JM
Each pointer argument must be of a type that is appropriate for the value returned by the corresponding conversion specification. 例文帳に追加
それぞれのpointer引き数の型は、対応する変換指定が返す値に適合していなければならない。 - JM
Changed in version 2.3:Older versions of Python did not support NULL as the value for the methods argument.例文帳に追加
バージョン 2.3 で 変更 された仕様:以前のバージョンの Python では、methods 引数の値としてNULL をサポートしていませんでした - Python
Each value to be set must be an appropriate datum, matching thedata type imposed by the semantics of the argument. 例文帳に追加
セットされる値は正しいデータで、引き数の意味によって決まるデータ型と適合していなければならない。 - XFree86
The value argument can be a nonnegative float expressing seconds, or None.If a float is given, subsequent socket operations will raise an timeoutexception if the timeout period value has elapsed before the operation has completed.例文帳に追加
valueには、正の浮動小数点で秒数を指定するか、もしくはNoneを指定します。 浮動小数点値を指定した場合、操作が完了する前にvalueで指定した秒数が経過するとtimeoutが発生します。 - Python
optlen is a value-result argument, initially containing the size of the buffer pointed to by optval , and modified on return to indicate the actual size of the value returned. 例文帳に追加
ではoptlenは値と結果両用の引き数で、最初にoptvalの指しているバッファーのサイズを与え、実際に返される値のサイズに書き換えられる。 - JM
If a parameter with no value is expanded within double quotes, a null argument results and is retained. 例文帳に追加
値を持たないパラメータがダブルクォート内部で展開されると、これは空である引き数となり、消されずに残ります。 - JM
macro expands to an expression that has the type and value of the next argument in the call. 例文帳に追加
マクロは、呼び出し時に指定された引き数のうち、次の位置にあるものを指定した型typeの値として取得する。 - JM
If not specified, the default value is 'r'.The optional mode argument is the Unix mode of the file, used only when the database has to be created.例文帳に追加
オプションの mode 引数は、新たにデータベースを作成しなければならない場合に使われる Unix のファイルモードです。 - Python
= expression, the function is said to have ``defaultparameter values.'' For a parameter with a default value, the corresponding argument may be omitted from a call,in which case the parameter's default value is substituted.例文帳に追加
デフォルト値を伴うパラメタに対しては、関数呼び出しの際に対応するパラメタが省略されると、パラメタの値はデフォルト値で置き換えられます。 - Python
The setting changer 46 rewrites an argument in a setting value table 70, which is stored in a setting item of an address designated by a setting change command, to an argument designated by the setting change command.例文帳に追加
設定変更部46は、設定変更コマンドで指定されたアドレスの設定項目に格納された設定値テーブル70の引数を、設定変更コマンドで指定された引数に書き換える。 - 特許庁
The argument fromlen is a value-result argument, initialized to the size of the buffer associated with from , and modified on return to indicate the actual size of the address stored there. 例文帳に追加
引き数fromlenは入出力両用の引き数で、呼び出し時にはfromに割り当てたバッファの大きさを入れておき、返ってくる時には実際にfromに格納されたアドレスの大きさに変更される。 - JM
A first score adjustment function with the intensity of the received electric wave as an argument is provided and a first score deduction value is calculated.例文帳に追加
受信電波の強度を引数とする第1のスコア調整関数を有し、第1のスコア減点値を算出する。 - 特許庁
Some functions deliver a range error if the supplied argument value, or the correct function result, would be subnormal . 例文帳に追加
いくつかの関数では、渡された引き数の値や、正しい関数の結果がsubnormal (非正規化数)になる場合に範囲エラーを上げる。 - JM
NULL is a valid value for the event argument. In this case, the events will not be reported to the calling process. 例文帳に追加
eventが NULL の場合、これらのエラーが発生すると、上記のリストにある対応するシグナルが呼び出し元のプロセスに配送される。 - JM
A tuple containing default argument values for those arguments that have defaults, or None if no arguments have a default value例文帳に追加
デフォルト値を持つ引数に対するデフォルト値が収められたタプルで、デフォルト値を持つ引数がない場合には Noneになります。 - Python
The backlog argument specifies the maximum number of queued connections and should be at least 1; the maximum value issystem-dependent (usually 5).例文帳に追加
引数backlogは、キューイングできるコネクションの最大数を指定します(1以上)。 最大数はシステムに依存でします(通常は5) - Python
The optional info argument should be a 3-tuple containing an exception type, exception value, and traceback object, exactly like the tuple returned by例文帳に追加
オプションの info 引数は、例外の型、例外の値、トレースバックオブジェクトからなる 3 要素のタプルでなければなりません。 これは - Python
store [relevant: type, dest, nargs, choices]The option must be followed by an argument, which is converted to a value according to type and stored in dest.例文帳に追加
store [relevant: type, dest, nargs, choices]オプションの後には必ず引数が続きます。 引数はtype に従った値に変換されてdest に保存されます。 - Python
The backlog argument specifies the maximum number of queued connections and should be at least 1; the maximum value is system-dependent (usually 5).例文帳に追加
引数backlogには接続キューの最大の長さ(1以上)を指定します。 backlogの最大数はシステムに依存します(通常は5)。 - Python
Resolving relative identifiers is left to the application: this value will be passed through as the base argument to the ExternalEntityRefHandler,NotationDeclHandler, and UnparsedEntityDeclHandler functions.例文帳に追加
相対識別子の解決はアプリケーションに任されます: この値は関数 ExternalEntityRefHandler やNotationDeclHandler、UnparsedEntityDeclHandlerに引数 base としてそのまま渡されます。 - Python
Because not has to invent a value anyway, it does not bother to return a value of the same type as its argument, so e.g., not 'foo' yields False,not ''.)例文帳に追加
not は、式の値でなく独自に値を作成して返すので、引数と同じ型の値を返すような処理に煩わされることはありません。 例えば、 not 'foo' は、 '' ではなく 0 になります) - Python
pairs are generated for each element of the sequence.When a sequence of two-element tuples is used as the query argument,the first element of each tuple is a key and the second is a value.例文帳に追加
のペアが生成されます。 2 つの要素をもったタプルからなるシーケンスが引数 query として使われた場合、各タプルの最初の値が key で、2 番目の値が value になります。 - Python
In this case, since a set value input by the user is used as the argument, the user can understand a more concrete description method.例文帳に追加
このとき、引数には、ユーザが入力した設定値が用いられるので、より具体的な記述方法をユーザが理解できる。 - 特許庁
sourcepath If set, the source (. ) builtin uses the value of PATH to find the directory containing the file supplied as an argument. 例文帳に追加
sourcepath設定されている場合、組み込みコマンド source (.) はPATHの値を使って、引き数として与えられたファイルを含むディレクトリを見つけます。 - JM
Some numeric value falls outside the range of values accepted by the request.Unless a specific range is specified for an argument, the full range defined by the argument's type is accepted.例文帳に追加
引き数に対して特定の範囲が指定されていなければ、引き数の型で定義されている全ての範囲が許される。 - XFree86
It takes two pointers to pointers to FTSENT structures as arguments and should return a negative value, zero, or a positive value to indicate if the file referenced by its first argument comes before, in any order with respect to, or after, the file referenced by its second argument. 例文帳に追加
この関数は、引き数としてFTSENT構造体のポインタのポインタを 2 つとり、1 番目の引き数で参照されているファイルが2 番目の引き数で参照されているファイルより前にある場合は負の値・同じ場合はゼロ・後にある場合は正の値を返さなければならない。 - JM
Instead of a block cipher function F used in the pseudo-random number generator based on an ANSI standard, the block cipher function F' for which a return value of the block cipher function F is an argument and the argument cannot be derived from the return value even when a key and the return value of the block cipher function F are known is used.例文帳に追加
ANSI規格に準拠した疑似乱数生成器において用いられるブロック暗号関数Fに代えて、ブロック暗号関数Fの戻り値を引数とし、たとえ鍵およびブロック暗号関数Fの戻り値が既知であっても、戻り値から引数を導出不可能なブロック暗号関数F’を用いる。 - 特許庁
The argument read from the argument memory area 28B is converted into the transparency in 8-bits by a conversion table 42B and an α value computing element 43 calculates a coefficient α (0≤α≤1) denoting the transparency.例文帳に追加
引数メモリ領域28Bから読み出された引数は、変換テーブル42Bによって8ビットの透明度に変換され、更にα値演算器43により透明度を示す係数α(0≦α≦1)が算出される。 - 特許庁
These functions round their argument to the nearest integer value, using the current rounding direction (see fesetround (3)). 例文帳に追加
これらの関数は、現在の丸め方向に基づき、最も近い整数に引き数を丸める(現在の丸め方向についてはfesetround (3) を参照)。 - JM
The return value is the converted line(s).If the optional argument quotetabs is present and true, all tabs and spaces will be encoded.例文帳に追加
変換後の文字列を返します。 オプション引数 quptetabs が存在し、かつその値が真であれば、全てのタブおよび空白文字もエンコードされます。 - Python
For string exceptions, the associated value itself will be stored in the variable named as the second argument of the except clause (if any).例文帳に追加
文字列の例外の場合、関連値自体は except 節 (あった場合)の二つ目の引数として与えた名前を持つ変数に記憶されます。 - Python
The precision of the various real-time functions may be less thansuggested by the units in which their value or argument is expressed. 例文帳に追加
多くの現時刻を返す関数 (real-time functions) の精度は、値や引数を表現するのに使う単位から想像されるよりも低いかも知れません。 - Python
When a numerical value, which is not '0', is stored in the memory at the time of ordinary calculation, that numerical value is displayed on the side of upper stage together with the symbol of 'M' and an argument or calculated result is displayed on the side of lower stage.例文帳に追加
通常計算時に、メモリに0でない数値が記憶されていると、上段側に「M」のシンボルとともに表示され、下段側には置数や計算結果が表示される。 - 特許庁
Acceleration only takes effect if the pointer moves more thanthreshold pixels at once and only applies to the amount beyond the value in the threshold argument.例文帳に追加
ポインタが一度に閾値の個数以上のピクセル移動し、引き数 threshold の値を越える量を移動しようとした場合に限って、アクセラレーションは有効となる。 - XFree86
A control variation value is found as the sum of each of components P, I, and D and added to a last bias control output PMW value to find a current PMW value as a return value from an output PID arithmetic component, and this used as an argument to report transfer bias control output processing to the transfer bias output component.例文帳に追加
P・I・D各成分の和として制御変更値を求め、前回のバイアス制御出力PMW値に加算し求めた今回PMW値を出力PID演算部品からの戻り値として得、これを引数にして、転写バイアス出力部品に転写バイアス制御出力処理を通知する。 - 特許庁
If the argument x is not zero, the normalized fraction is x times a power of two, and its absolute value is always in the range 1/2 (inclusive) to 1 (exclusive), that is, [0.5,1). 例文帳に追加
引数 x がゼロでない場合、この正規化小数はx に 2 の累乗を乗じたものであり、その絶対値は常に 1/2 以上 1 未満、つまり [0.5,1) となる。 - JM
A domain error occurs when a mathematical function is supplied with an argument whose value falls outside the domain for which the function is defined (e. g. 例文帳に追加
領域エラーが発生するのは、数学関数に渡された引き数の値がその関数が定義されている領域に入っていない場合である (例えばlog (3) - JM
When the task states are reloaded, the address of the task control block is supplied as an argument to the routine specifying the above value to reload the states.例文帳に追加
タスク状態の復元時には、この値が指定するルーチンに対してタスク制御ブロックのアドレスを引数として与えることによって、状態の復元を行なう。 - 特許庁
The rehash argument resets the font path to its current value,causing the server to reread the font databases in the current font path.This is generally only used when adding new fonts to a font directory(after running mkfontdir to recreate the font database). -fp or fp- 例文帳に追加
一般にこのオプションを使用するのは、新しいフォントをフォントディレクトリに追加したとき(mkfontdir でフォントデータベースを再作成した後)だけである。 - XFree86
If there is a single argument, the result is a single string; if there are multiple arguments, the result is a tuple with one item per argument.Without arguments, group1 defaults to zero (the whole match is returned).If a groupN argument is zero, the corresponding return value is the entire matching string; if it is in the inclusive range [1..例文帳に追加
もし引数で一つであれば、その結果は一つの文字列です;複数の引数があれば、その結果は、引数ごとに一項目を持つタプルです。 引数がなければ、group1 はデフォールトでゼロです(マッチしたものすべてが返されます)。 - Python
To provide a means capable of quantifying an action of hypoglycemic drug on the blood sugar value and the plasma or serum insulin value, and presenting a selection argument of the drug according to differentiation of the drug and clinical condition.例文帳に追加
血糖降下薬の血糖値および血漿または血清インスリン値に及ぼす作用を定量化し、薬物の差別化および病態に応じた薬物の選択論拠の提示を可能とする手段を提供する。 - 特許庁
In the information processor 1, a CPU 8 includes a numerical expression form storage circuit 104 storing a value showing a numerical expression form and an argument conversion circuit 105 converting the argument of an instruction to a form matched to the numerical expression form.例文帳に追加
情報処理装置1においては、CPU8内に数値の表現形式を示す値を記憶する数値表現形式記憶回路104と、その数値表現形式に適合する形式に命令の引数を変換する引数変換回路105とを備えている。 - 特許庁
In the parameter setting processing, a parameter item to be required as the argument of a graph display command is displayed in accordance with a parameter value which is set in 'Graph Type'.例文帳に追加
このパラメータ設定処理では、“Graph Type”に設定されるパラメータ値に対応して、グラフ表示コマンドの引数として必要となるパラメータ項目が表示される。 - 特許庁
Extraction means 12 extracts the symbol included in at least one of a return value and an argument, when each of multiple times of calls of a function is performed.例文帳に追加
抽出手段12は、複数回の関数の呼び出しそれぞれが行われるとき、戻り値および引数の少なくとも一方に含まれる記号を抽出する。 - 特許庁
Otherwise, the argument may be a plain or long integer or a floating point number, and a floating point number with the same value (within Python's floating point precision) is returned.例文帳に追加
それ以外の場合、引数は通常整数、長整数、または浮動小数点数をとることができ、同じ値の浮動小数点数が (Python の浮動小数点精度で) 返されます。 - Python
If you have an argument whose value must be in a particular range or must satisfy other conditions,PyExc_ValueError is appropriate.You can also define a new exception that is unique to your module.For this, you usually declare a static object variable at the beginning of your file:例文帳に追加
モジュール固有の新たな例外も定義できます。 定義するには、通常はファイルの先頭部分に静的なオブジェクト変数の宣言を行います: - Python
Raised when a built-in operation or function receives an argument that has the right type but an inappropriate value, and the situation is not described by a more precise exception such as IndexError.例文帳に追加
組み込み演算や関数が、正しい型だが適切でない値を受け取った場合、および IndexError のように、より詳細な説明のできない状況で送出されます。 - Python
A dummy initial value expression generating part 103 pays attention to the definition of an object generating function in a source program and when the object generating function does not perform operations except setting value to the member variable of an object, it produces a dummy initial value expression which represents a member variable with a dummy argument.例文帳に追加
仮初期値式生成部103はソースプログラム中のオブジェクト生成関数の定義に着目し、オブジェクト生成関数がオブジェクトのメンバ変数への値の設定以外の動作を行わないものである場合には、メンバ変数を仮引数で表現した仮初期値式を作成する。 - 特許庁
| 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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 |
| 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|