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」に関連した英語例文の一覧と使い方 - Weblio英語例文検索
[go: Go Back, main page]

1153万例文収録!

「function argument」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 209



例文

"Function Argument" . 例文帳に追加

"関数の引数" - JM

Function Argument 例文帳に追加

関数の引数 - JM

built-in function not only with no argument, but even without parentheses! Thus, 例文帳に追加

組み込み関数 - JM

function(argument) is executed in that case. 例文帳に追加

function(argument) がいつ実行されるかについてはunlockを参照してください。 - Python

例文

function does not modify its timeout argument. 例文帳に追加

関数はtimeout引き数を変更しない。 - JM


例文

An argument function calculating part 44 calculates an argument function for each sampling point.例文帳に追加

偏角関数算出部44は、各サンプリング点の偏角関数を算出する。 - 特許庁

the third argument in the calling function 例文帳に追加

呼び出し側の関数の 3 番めの引数 - 研究社 英和コンピューター用語辞典

function(argument), unless the mutex is locked.In the case it is locked, place the function and argument on the queue.See unlock for explanation of when 例文帳に追加

mutex がロックされている場合、関数とその引数をキューに置きます。 キューに置かれた - Python

The arg argument is passed to the fn function. 例文帳に追加

arg引き数はそのままfn関数へと渡される。 - JM

例文

function with a AF_APPLETALK socket family argument. 例文帳に追加

関数を呼び出すことによって生成される。 - JM

例文

Print the argument list of the current function. 例文帳に追加

現在の関数の引数リストをプリントします。 - Python

The type argument determines the action taken by this function. 例文帳に追加

type 引き数はこの関数の動作を決定する。 - JM

Function returns the smallest integer that is greater or equal to the argument 例文帳に追加

引数以上で最小の整数を返す - NetBeans

Function returns the biggest integer that is less than or equal to the argument 例文帳に追加

引数未満で最大の整数を返す - NetBeans

The thread executes the function function with the argument list args (which must be a tuple).例文帳に追加

スレッドは引数リストargs(タプルでなければなりません)の関数functionを実行します。 - Python

Check for typing mistakes in the function argument. 例文帳に追加

関数の引数のタイプミスを確認してください - PEAR

Set the object's callback function and argument. 例文帳に追加

オブジェクトのコールバック関数と引数を設定します。 - Python

A Fourier transform part 50 performs a Fourier transform of the argument function and the dictionary argument function.例文帳に追加

フーリエ変換処理部50は、偏角関数および辞書偏角関数に対してフーリエ変換処理を行う。 - 特許庁

function computes the absolute value of the integer argument j. 例文帳に追加

関数は、整数の引数 j の絶対値を計算する。 - JM

Mathematics argument out of domain of function (POSIX.1, C99) EDQUOT 例文帳に追加

数学関数で引き数が領域外である (out of domain)EDQUOT - JM

If the argument is true, then the function returns false. 例文帳に追加

引数が真の場合、この関数は偽を返します。 - NetBeans

The tag argument is the name of the tag, and the method argument is the function (method) which should be used to support semantic interpretation of the start tag.例文帳に追加

tag はタグ名で、method は開始タグの意味解析サポートに使われる関数(メソッド)です。 - Python

A power spectrum calculating part 52 calculates a power spectrum for each frequency of the argument function and the dictionary argument function.例文帳に追加

パワースペクトル算出部52は、偏角関数と辞書偏角関数の各周波数ごとのパワースペクトルを算出する。 - 特許庁

FONT MECHANISM HAVING FUNCTION FOR DELIVERING ARGUMENT TO CHARACTER例文帳に追加

文字に対する引数渡し機能を有するフォント機構 - 特許庁

This function interprets the argument as a signed value. 例文帳に追加

この関数は, 引数を符号付きの値として解釈する - 研究社 英和コンピューター用語辞典

This function passesthe argument string to /bin/sh for execution. 例文帳に追加

"f.exec string" 8この関数は、引き数 string を /bin/sh に渡して実行させる。 - XFree86

The pointer to the data is passed as the argument to the function. 例文帳に追加

データへのポインタがこの関数の引数として渡される。 - JM

Check for typing mistakes in the function argument and permissions. 例文帳に追加

関数の引数のタイプミスや権限を確認してください - PEAR

f.menu string This function invokes the menu specifiedby the argument string. 例文帳に追加

"f.menu string" 8この関数は、引き数 string で指定されたメニューを呼び出す。 - XFree86

function checks whether the string argument matches the pattern argument, which is a shell wildcard pattern. 例文帳に追加

関数はstrings引き数がpattern引き数にマッチするかをチェックする。 patternにはシェルのワイルドカードパターンを与える。 - JM

The tag argument is the name of the tag, and the method argument is the function (method) which should be used to support semantic interpretation of the end tag.例文帳に追加

tag はタグ名で、method は終了タグの意味解析サポートに使われる関数(メソッド)です。 - Python

The arg argument must be a tuple object containing an argument list passed from Python to a C function.例文帳に追加

引数arg は C 関数から Python に渡される引数リストが入ったタプルオブジェクトでなければなりません。 - Python

func(argument-list).There are really two flavors of function objects: built-in functions and user-defined functions.例文帳に追加

func(argument-list).関数オブジェクトには実際には 2 つの種: 組み込み関数とユーザ定義関数があります。 - Python

function(args), since in that case there is always exactly one argument.例文帳に追加

function(args) の呼び出しとは異なります。 というのは、apply() の場合、引数は常に一つだからです。 - Python

function looks up network addresses for the host specified by the name argument. 例文帳に追加

関数はname引き数で指定されたホストのネットワークアドレスを引く。 - JM

If either argument is false, then the function returns false. 例文帳に追加

どちらかの引数が偽の場合、この関数は偽を返します。 - NetBeans

The code block for the function is executed, passing it the argument list.例文帳に追加

関数のコードブロックに引数リストが渡され、実行されます。 - Python

Map the result of the number literal XPath function to the second argument of the Less Than XPath function. 例文帳に追加

数値リテラル XPath 関数の結果をより小さい XPath 関数の 2 番目の引数にマップします。 - NetBeans

(function argument) to get around the limitation. 例文帳に追加

(関数引数) と共に使って、この制限を回避することができます。 - JM

Check for typing mistakes in the function argument and file permissions. 例文帳に追加

関数の引数のタイプミスやファイルの権限を確認してください - PEAR

The visit function must not be called with a NULL object argument.例文帳に追加

visit 関数は NULL オブジェクトを引数に渡して呼び出してはなりません。 - Python

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

説明関数XSetICValuesはエラーが発生しなければ NULL を返す。 - XFree86

If the first argument string does not contain the second argument string, then the function returns an empty string. 例文帳に追加

第 1 引数の文字列に第 2 引数の文字列が含まれていない場合、この関数は空の文字列を返します。 - NetBeans

The function argument must be a callable object (a user-defined or built-in function or method, or a class object) and the args argument must be a sequence.例文帳に追加

引数 function は呼び出しができるオブジェクト (ユーザ定義および組み込みの関数またはメソッド、またはクラスオブジェクト)でなければなりません。 args はシーケンス型でなくてはなりません。 - Python

and calls the action function with argument signum , and returns the value returned by that function. 例文帳に追加

にリセットし、引き数にsignumを指定してアクション関数を呼び出して、アクション関数の返り値を返す。 - JM

code selects a sub function and passes argument addr to it; addr is interpreted as either an "unsigned long" for the "set" operations, or as an "unsigned long *" ,例文帳に追加

codeは副機能を選択し、引き数addrを副機能に渡す。 - JM

Map the variable node to the first argument of the Less Than XPath function. 例文帳に追加

変数ノードを より小さい XPath 関数の最初の引数にマップします。 - NetBeans

Associative array of parameters passed to as second argument to the callback function 例文帳に追加

コールバック関数の 2 番目の引数として渡すパラメータの連想配列。 - PEAR

Returns the absolute value of the integer argument, of the appropriate integer type for the function. 例文帳に追加

それぞれの関数の型に応じた整数の引数の絶対値を返す。 - JM

例文

function looks up the name of the host whose network address is specified by the addr argument. 例文帳に追加

関数は、ネットワークアドレスがaddr引き数で指定されたホストの名前を引く。 - JM




  
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 © 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/ ).
  
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) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
© 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2025 GRAS Group, Inc.RSS