Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
「function argument」に関連した英語例文の一覧と使い方(3ページ目) - Weblio英語例文検索
[go: Go Back, main page]

1153万例文収録!

「function argument」に関連した英語例文の一覧と使い方(3ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > function argumentに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

function argumentの部分一致の例文一覧と使い方

該当件数 : 209



例文

Therefore if closing parenthesis ')' or comma ',' appears in function argument, it should be quoted. 例文帳に追加

つまり、関数の引数内で閉じ括弧')' やカンマ ','が用いられるのなら、それをクォートしなければなりません。 - PEAR

The optional kwargs argument specifies a dictionary of keyword arguments.When the function returns, the thread silently exits.例文帳に追加

オプション引数kwargsはキーワード引数の辞書を指定します。 関数が戻るとき、スレッドは黙って終了します。 - Python

When the dynamic area securing sentence exists in the object generating function, an object generating function converting part 103 adds a pointer type tentative argument to the object generating function and generates a static object generating function by replacing the dynamic area securing sentence with a substitution sentence for the variable of the pointer type tentative argument.例文帳に追加

オブジェクト生成関数中に動的領域確保文があればオブジェクト生成関数変換部103は、オブジェクト生成関数にポインタ型仮引数を追加し動的領域確保文をポインタ型仮引数の変数への代入文に置き換えた静的オブジェクト生成関数を生成する。 - 特許庁

function also specifies the environment of the executed process by following the NULL pointer that terminates the list of arguments in the argument list or the pointer to the argv array with an additional argument. 例文帳に追加

では新しいプロセスの環境も指定する。 環境は引き数リスト (引き数リストもしくは追加の引き数を持ったargv配列へのポインタ) の最後の NULL ポインタに続けて指定する。 - JM

例文

A CPU 10 stores the general argument in an augment storing part 40 according to a necessary rule for executing the general argument, and saves the general argument stored according to the rule from the argument storing part 40 to the stack part 50 when calling the generic function.例文帳に追加

CPU10は、汎用引数を、汎用関数を実行させるために必要な規則に従って引数記憶部40に格納しておき、汎用関数を呼び出すときに、規則に従って格納されている汎用引数を、引数記憶部40からスタック部50に待避させる。 - 特許庁


例文

When the function or command is invoked, the first argument is the name of the command whose arguments are being completed, the second argument is the word being completed, and the third argument is the word preceding the word being completed on the current command line. 例文帳に追加

関数やコマンドが呼び出されるときは、最初の引き数は引き数が補完されるコマンドの名前、二番目の引き数は補完される単語、三番目の引き数は現在のコマンドラインで補完中の単語の前に置かれる単語となります。 - JM

To be of most use, the argument string should include the name of the function that incurred the error. 例文帳に追加

このメッセージを最大限活用するためには、引き数文字列にエラーが発生した関数名を入れておくとよい。 - JM

The delayfunc function should be callable with one argument, compatible with the output of timefunc, and should delay that many time units.例文帳に追加

delayfuncは1つの引数(timefuncの出力と互換)で呼出し可能であり、その時間だけ遅延しなければいけません。 - Python

The handling of such top-level exceptions can be customized by assigning another three-argument function to sys.excepthook.例文帳に追加

このトップレベルでの例外情報出力処理をカスタマイズする場合、sys.excepthookに引数の数が三つの関数を指定します。 - Python

例文

There is a straightforward translation from the argument list in Python (for example, the single expression "ls -l") to the arguments passed to the C function.例文帳に追加

ここでは、Python の引数リスト (例えば、単一の式 "ls -l") から C 関数に渡す引数にそのまま変換しています。 - Python

例文

The XSetIMValues function presents a variable argument list programming interface for setting attributes of the specified input method.例文帳に追加

関数XSetIMValuesは、指定した入力メソッドの属性をセットするために、可変長引き数リストプログラミングインタフェースを与える。 - XFree86

This function returns NULL if it succeeds; otherwise, it returns the name of the first argument that could not be obtained.例文帳に追加

この関数は成功時には NULL を返す。 そうでない場合には、取得に失敗した最初の引き数の名前を返す。 - XFree86

The function table of function call using each constant as argument and having no side effect which is prepared by the step 101 is retrieved and each function call is replaced with the reference of a variable (step 105).例文帳に追加

次に各々の定数を引数とする副作用の無い関数呼び出しに対してステップ101で作成された関数表を検索し、関数呼び出しを変数の参照に置き換える(ステップ105)。 - 特許庁

The test program is defined as a function with which the language for generating a test program is not provided, and a generic function is designated in a stack part 50 for calling a function with which the general function is provided, and the general argument is saved.例文帳に追加

テスト・プログラムは、テスト・プログラム作成用言語が備えていない関数であって、汎用関数が備えている関数を呼び出すべく、スタック部50に汎用関数を指定し、汎用引数を待避させる。 - 特許庁

A CPU 101 obtains a computer program that is obtained by compiling a source program in which a nt_parallel_for() function is written, and obtains a character string that is an argument of a nt_parallel_for() function.例文帳に追加

CPU101は、関数nt_parallel_for()が記されたソースプログラムをコンパイルすることで得られるコンピュータプログラムを取得し、関数nt_parallel_for()の引数である文字列を取得する。 - 特許庁

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

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’を用いる。 - 特許庁

This function returns a list of tuples, where the i-th tuple contains the i-th element from each of the argument sequences.The returned list is truncated in length to the length of the shortest argument sequence.例文帳に追加

このリストの i 番目のタプルは各引数のシーケンス中の i 番目の要素を含みます。 返されるリストは引数のシーケンスのうち長さが最小のものの長さに切り詰められます。 - Python

cmp specifies a custom comparison function of two arguments(list items) which should return a negative, zero or positive numberdepending on whether the first argument is considered smaller than,equal to, or larger than the second argument:" 例文帳に追加

cmp は2つの引数(list items)からなるカスタムの比較関数を指定します。 これは始めの引数が2つ目の引数に比べて小さい、等しい、大きいかに応じて負数、ゼロ、正数を返します。 - Python

Coordinates YN (wave height) of apexes of a surface object is calculated based on a synthetic (addition) function between a periodic function F1 (X, t) to define coordinates X of sampling points and time t as an argument and a periodic function F2 (Z, t) to define coordinates Z and t as an argument and a wave image is generated.例文帳に追加

サンプリング点の座標Xと時間tを引数とする周期関数F1(X、t)とサンプリング点の座標Zと時間tを引数とする周期関数F2(Z、t)との合成(加算)関数に基づき、水面オブジェクトの頂点の座標YN(波の高さ)を求め、波画像を生成する。 - 特許庁

A dictionary size changing part 46 changes the size of a dictionary argument function in accordance with the number of the sampling points and outputs the result.例文帳に追加

辞書サイズ変更部46は、辞書偏角関数のサイズをサンプリング点の個数に対応して変更して出力する。 - 特許庁

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のスコア減点値を算出する。 - 特許庁

(An old-style function definition is permitted without a warning if preceded by a declaration which specifies the argument types. 例文帳に追加

(以前に引数の型を指定した宣言が存在する場合には、旧式の関数宣言に対しては警告をしません。 - JM

function clears the supported exceptions represented by the bits in its argument. 例文帳に追加

関数は、引き数exceptsのビット列で指定された例外をクリアする(処理は実装でサポートされている例外についてのみ行われる)。 - JM

Some functions deliver a range error if the supplied argument value, or the correct function result, would be subnormal . 例文帳に追加

いくつかの関数では、渡された引き数の値や、正しい関数の結果がsubnormal (非正規化数)になる場合に範囲エラーを上げる。 - JM

function breaks the argument x into an integral part and a fractional part, each of which has the same sign as x. 例文帳に追加

関数は、引数 x を整数部分と小数部分に分割する。 このとき、ふたつの値はともに x と同じ符号を持つ。 - JM

However, the glibc wrapper function hides this behavior by using a local variable for the timeout argument that is passed to the system call. 例文帳に追加

しかし、glibc のラッパー関数は、システムコールに渡す timeout 引き数としてローカル変数を使うことでこの動作を隠蔽している。 - JM

Coordinates of the constitutional points of the object are calculated based on a function to use the coordinates of the sampling points and time as an argument.例文帳に追加

サンプリング点の座標と時間とを引数とする関数に基づいてオブジェクトの構成点の座標を求める。 - 特許庁

Thisfunction has two arguments, both pointers to arbitrary Python objects:the Python function, and the argument list. 例文帳に追加

この関数には二つの引数: Python 関数と Python 関数の引数リストがあり、いずれも任意の Python オブジェクトを表すポインタ型です。 - Python

This is a shorthand for "PyErr_SetString(PyExc_TypeError,message)", where message indicates that an internal operation (e.g. a Python/C API function) was invoked with an illegal argument.例文帳に追加

ここでmessageは内部操作(例えば、Python/C API関数)が不正な引数とともに呼び出されたということを示しています。 - Python

The argument lineeventsspecifies whether to generate events for every source line, or just on function call/return.例文帳に追加

引数 lineevents はソースコードの1 行ごとにイベントを発生させるか、関数の呼び出し/リターンのときだけ発生させるかを指定します。 - Python

key specifies a function of one argument that is used to extract a comparison key from each list element:"例文帳に追加

key は1つの引数からなる関数を指定します。 これは個々のリストの要素から比較のキーを取り出すのに使われます。 - Python

In the optimization of a function call by the complier, a function access using a constant as an argument and having no side effect is registered in a table (step 101) and the registered function access is arranged in a start-up part (step 104).例文帳に追加

コンパイラによる関数呼び出し最適化において、定数を引数とする副作用の無い関数呼び出しを表に登録し(ステップ101)、登録された関数呼び出しをスタートアップ部に置く(ステップ104)。 - 特許庁

This is really a different disguise of a built-in function, this timecontaining an object passed to the C function as an implicit extra argument.例文帳に追加

実際には組み込み関数を別の形で隠蔽したもので、こちらの場合にはC 関数に渡される何らかのオブジェクトを非明示的な外部引数として持っています。 - Python

The argument to pydoc can be the name of a function, module, or package, or a dotted reference to a class,method, or function within a module or module in a package.例文帳に追加

pydocの引数として与えることができるのは、関数名・モジュール名・パッケージ名、また、モジュールやパッケージ内のモジュールに含まれるクラス・メソッド・関数へのドット"."形式での参照です。 - Python

Whenever a function or method expects a file argument, this argument can be one of three things: (1) a full or partial Macintoshpathname, (2) an FSSpec object or (3) a 3-tuple(wdRefNum, parID, name) as described in Inside Macintosh: Files.例文帳に追加

関数やメソッドがfile 引数をとるようになっている場合、引数は常に次の 3 つ、(1) Macintosh のフルパス名あるいは部分パス名、(2) FSSpec オブジェクト、(3) Inside Macintosh: Files で解説されている 3 要素のタプル(wdRefNum, parID, name)のうちのいずれかになります。 - Python

In addition, the number of arguments of commonized function is adjusted not to exceed the number of the registers for storing the argument use to be reserved by the compiler.例文帳に追加

また、共通化関数の引数の数を、コンパイラが予約する引数用途格納用レジスタの数を越えない様にする。 - 特許庁

The argument vector and environment can be accessed by the called program's main function, when it is defined as: +4n 例文帳に追加

引き数配列と環境変数は、呼び出されたプログラムの main 関数を以下のように定義することによってアクセス可能になる。 - JM

function returns a word in which the bits are set that were set in the argument excepts and for which the corresponding exception is currently set. 例文帳に追加

関数は、excepts引き数でセットされているビットのうち、現在設定されている例外に対応するビットが 1 になったワードを返す。 - JM

Return the text of the source code for an object.The argument may be a module, class, method, function, traceback, frame,or code object. 例文帳に追加

オブジェクトのソースコードを返します。 引数にはモジュール・クラス・メソッド・関数・トレースバック・フレーム・コードオブジェクトを指定する事ができます。 - Python

The XSetOCValues function returns NULL if no error occurred; otherwise, it returns the name of the first argument that could not be set.例文帳に追加

関数XSetOCValuesはエラーが発生しなかった場合に NULL を返す。 そうでない場合、セットできなかった最初の引き数の名前が返される。 - XFree86

The XGetIMValues function presents a variable argument list programming interface for querying properties or features of the specified input method.例文帳に追加

The関数XGetIMValuesは指定した入力メソッドのプロパティやフィーチャを問い合わせるために、可変長引き数リストプログラミングインタフェースを与える。 - XFree86

The XGetOMValues function presents a variable argument list programming interface for querying properties or features of the specified output method.例文帳に追加

関数XGetOMValuesは指定した出力メソッドのプロパティやフィーチャを問い合わせるために可変引き数リストプログラミングインタフェースを提供する。 - XFree86

The XGetICValues function returns NULL if no error occurred;otherwise, it returns the name of the first argument that could not be obtained.例文帳に追加

関数XGetICValuesはエラーが発生しなければ NULL を返す。 そうでない場合には、得ることができなかった最初の引き数の名前を返す。 - XFree86

There is noway for a function using this convention to distinguish between a call with multiple arguments and a call with a tuple as the only argument.例文帳に追加

この呼び出し規約を使うと、複数個の引数の場合と、単一のタプルが唯一引数の場合を区別できなくなってしまいます。 - Python

The setUp function can access the test globals as the globs attribute of the test passed.Optional argument globs is a dictionary containing the initial global variables for the tests.例文帳に追加

tearDown ははglobs 属性を介してテストのグローバル変数にアクセスできます。 オプション引数 globs は辞書で、テストのグローバル変数の初期値が入ります。 - Python

When the object needs interaction, the callback function will be called with two arguments: the object, and the callback argument.例文帳に追加

オブジェクトがユーザからの応答を必要とするときには、コールバック関数は2つの引数、オブジェクトとコールバックの引数とともに呼び出されます。 - Python

When the timeout argument is omitted the function blocks until at least one file descriptor is ready.例文帳に追加

timeout 引数が省略された場合、関数は少なくとも一つのファイル記述子が何らかの準備完了状態になるまでブロックします。 - Python

This function returns NULL ifit succeeds; otherwise, it returns the name of the first argument thatcould not be obtained. 例文帳に追加

この関数は成功の場合には NULL を返す。 そうでない場合には、取得に失敗した取得に失敗した最初の引き数の名前を返す。 - XFree86

例文

In multiscreen mode, if string starts a new X client without giving a display argument, the client will appear on the screen from which this function was invoked. f.focus例文帳に追加

マルチスクリーンモードにおいて、ディスプレイを指定せずに X クライアントを起動した場合、クライアントは関数が呼び出されたスクリーンに現れる。 - XFree86




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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.
  
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 © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2025 GRAS Group, Inc.RSS