FUNCTION ARGUMENTS 日本語 意味 - 日本語訳 - 英語の例文

['fʌŋkʃn 'ɑːgjʊmənts]
['fʌŋkʃn 'ɑːgjʊmənts]

英語 での Function arguments の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Function arguments.
How to deal with name/value pairs of function arguments in MATLAB.
MATLABの関数引数の名前と値のペアを扱う方法。
Function arguments and properties:.
関数の引数とプロパティ:。
See above for the proper way to pass function arguments by-reference.
関数の引数を参照渡しする適切な方法は上記の内容をご覧ください。
Function arguments are the real values passed to the function..
関数の引数は関数に渡される実際の値です。
Could a C++ implementation, in theory, parallelise the evaluation of two function arguments?
理論的には、C++実装は2つの関数引数の評価を並列化できますか?
Labeled function arguments can be made optional during declaration.
ラベル付き引数の関数は宣言時にオプションにすることができます。
These tuples contain three parts: function name, metadata, and function arguments.
タプルは、右記3つの要素で構成されます:関数名、メタデータ、関数の引数
Function arguments are separated by a single trailing space after the comma delimiter.
関数の引数は区切り文字のコンマの後の単独スペースで区切られます。
We can pass arbitrarydata to functions using parameters(also called function arguments).
パラメータを使うことで、任意のデータを関数に渡すことができます(関数の引数と呼ばれます)。
If you only want to prevent function arguments from being able to alias each other, specify option-fargument-noalias.
関数の引数のみ、ほかの引数とエイリアスしないようにするには、-fargument-noaliasオプションを指定します。
We have got some basic examples with the stack andthe heap going, but what about function arguments and borrowing?
ここまででスタックとヒープの基本的な例をいくつか学び進めましたが、関数の引数と借用についてはどうでしょうか?
Callback function arguments and event handlers are not specified, these methods act as synchronization processes.
Callback関数の引数を指定しない場合やイベントハンドラーの指定を指定しない場合、各々のメソッドは同期処理として動作します。
This keyword is supported for scalar and arrays andis not supported for structure fields, function arguments, functions, and references.
このキーワードは、スカラーと配列でサポートされています。構造体フィールド、関数引数、関数、参照ではサポートされていません。
When using arrays as function arguments or defining them as automatic variables, empty square brackets must follow the array name.
関数引数として配列を使用するか、またはそれらを自動的変数と定義するとき、空の角括弧は、配列名に続かなければなりません。
Such variables and functions can then be used where only compile timeconstant expressions are allowed(provided that appropriate function arguments are given).
そのような変数および関数はコンパイル時定数式のみが使用できる場所で使用できます(適切な引数が与えられれば)。
The function arguments use the same convention as Theano's arange: if only one argument is provided, it is in fact the"stop" argument and"start" is 0.
関数の引数はTheanoのarangeの慣例と同じです:唯一の引数が与えられた場合,実際には"stop"の引数です.。
Fargument-noalias-global DescriptionThis option tells the compiler that function arguments cannot alias each other and they cannot alias global storage.
Fargument-noalias-global説明このオプションは、関数の引数がほかの引数やグローバル記憶域とエイリアスしないようにコンパイラーに指示します。
Add or Delete Function Arguments To add or delete function arguments(for functions where that is applicable):•Click Add parameter() or Delete parameter() next to the parameter you want to add or delete.
関数引数の追加、または、削除(適用することのできる関数のために)関数の引数の追加、または削除方法: •パラメーターの横のパラメーターの追加()またはパラメーターの削除()を使用して、パラメーターを追加、または削除します。
Groonga 2.1.0 includes many improvements, support of continuous line in command list,support of the expression as snippet_html() function arguments, and so on. See Release 2.1.0 2012/12/29 about detailed changes at 2.1.0.
では、他にもコマンドリストでの継続行サポートや、snippet_html()関数での引数への式のサポートなど、いろいろ改善が行われました。詳しくは2.1.0リリース時の変更点をご覧ください。
In this section, you will learn Python function arguments and its different types such as default arguments, keyword arguments, and arbitrary arguments..
このセクションでは、Python関数の引数と、デフォルト引数、キーワード引数、任意の引数などのさまざまなタイプについて学習します。
It concatenates the three values received as parameters and two text constants, as illustrated below:"Person2Details" function The concat function is a MapForce built-in function that can take as many parameters as required, see Add or Delete Function Arguments.
パラメーターと2つの定数として受信されている3つの値は下に示されるように結合されます:"Person2Details"関数concat関数はパラメータを必要な数だけ取るMapForceビルトイン関数です。関数引数の追加、または削除を参照してください。
These tuples contain three parts: function name, metadata, and function arguments. In order to see these internal structures, Elixir supplies us with the quote/2 function..
タプルは、右記3つの要素で構成されます:関数名、メタデータ、関数の引数これらの内部構造を見るために、Elixirはquote/2関数を提供しています。
For example, if they depend on function arguments, run-time data, or the results of complex calculations. If the compiler cannot prove that pointers or array references are safe the compiler will not parallelize the loop, except in limited cases when it is deemed worthwhile to generate alternative code paths to test explicitly for aliasing at run-time.
例えば、関数の引数、ランタイムデータ、または複雑な計算の結果に依存する場合、コンパイラーは、ポインターあるいは配列参照が安全なことを証明できなければ、ループを並列化しません(ただし、ランタイム時にエイリアスを明示的にテストするための代替コードパスの生成が有益であると考えられる場合を除きます)。
So copying such a variable or passing it as a function argument copies that reference, not the object.
従って、このような変数をコピーしたり、それを関数の引数として渡すと、オブジェクトではなく参照がコピーされます。
Connect processing The function argument response receives the MQTT broker information obtained by the getMqttEndpoint() using Promise.
接続処理関数の引数responseには、PromiseによりgetMqttEndpoint()で取得したMQTTブローカーの情報が渡されています。
The function argument response receives the MQTT broker information obtained by the getMqttEndpoint() using Promise.
関数の引数responseには、PromiseによりgetMqttEndpoint()で取得したMQTTブローカーの情報が渡されています。
Line 10 declares the arg function argument(this is why it uses the argD subtype).
行10では、関数の引数argが宣言されています(このため、サブタイプとしてargDが使用されています)。
If you're unsure of what functions, arguments and local variables are please refer to my Programming Crash Course(Bootstrap Part 1) article.
どの関数、引数、ローカル変数が不明な場合は、「プログラミングクラッシュコース(ブートストラップパート1)」の記事を参照してください。
The first return value will be the value the function directly returns,the rest will be passed as pointers at the end of the functions argument list.
最初の返値は関数から直接返された値であり、残りは関数の引数リストの終端へのポインタが返ってくる。
結果: 30, 時間: 0.0326

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語