関数呼び出し Meaning in English - translations and usage examples

function call
関数呼び出し
関数呼出し
関数コールの
function calls
関数呼び出し
関数呼出し
関数コールの
function calling
関数呼び出し
関数呼出し
関数コールの

Examples of using 関数呼び出し in Japanese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
ここで、add2(2)は関数呼び出しの構文です。
Here, add2(2) is the syntax for a function call.
また、辞書参照や関数呼び出しに余分なスペースを入れないでください。
Also, avoid extra spaces in dictionary references and function calls.
OpenMP*は、特定の関数呼び出しおよび環境変数を提供します。
OpenMP* provides specific function calls, and environment variables.
バックトレースは、関数呼び出しの階層を表示する。例えば。
The backtrace shows the hierarchy of function calls, e.g..
プロファイリング中に実行された関数呼び出しの数。
Number of function calls performed during profiling.
関数呼び出し(applyトラップ)。
Calling a function(apply trap).
この関数呼び出しのプロトタイプは次のとおりです。
The prototype of the function call is given below.
契約の状態コストを変更しない関数呼び出し
Does a function call that does not change a contract's state cost gas.
R内で起きることすべては関数呼び出しである.。
Everything that happens in R is a function call.
すなわち、out()関数呼び出し以前にもしオブジェクト参照を保持している場合はその所有権を放棄し参照は破棄される。
That is, if an object reference is held before the out() function call, the ownership is abandoned and the reference is discarded.
関数呼び出しで?.演算子を使うと、関数が存在しない場合にundefinedが返ります。
When used with function calls, it returns undefined if the given function does not exist.
これは、実装がNOP(処理なし)であっても、関数呼び出しのオーバーヘッドがまだある他の言語とは異なります。
This is different from otherlanguages where there is still the overhead of a function call even when the implementation is NOP.
文は標準的なもので、代入、関数呼び出し、制御フロー構造などです(下記参照)。;
Statements are standard and can be assignments, function calls, control flow structures, etc(see below).;
APIでサポートされる各機能について、関数呼び出しと応答がどのようなものになるかの例を含む説明がつきます。
For each function supported by the API a descriptionis given including an example how such a function call and response may look.
これを呼び出したいDのコードでは、fooをC++のリンケージと関数呼び出し規約に従うものとして宣言します。
In the corresponding D code,foo is declared as having C++ linkage and function calling conventions.
Python*に似ていますが、C関数呼び出し、C形式の変数およびクラス属性宣言をサポートします。
Cython is similar to Python, but it supports C function calls and C-style declaration of variables and class attributes.
その関数呼び出しの結果が非nilの場合、セッションはkillされ、そうでない場合、Emacsは実行を続けます。
If the result of the function call is non-nil, the session is killed, otherwise Emacs continues to run.
グローバルなSD辞書は、関数呼び出し間のデータ保存のために使用することができます。
The global dictionarySD is available to store data between function calls.
これらのhandleの寿命はhandleのscope(しばしば関数呼び出しの最初に作られる)によって決められる。
These handles' lifetime is determined by a handle scope,which is often created at the beginning of a function call.
関数呼び出しパラメータはスタックの順番に従って右から左に計算する必要があります。
Function call parameters must also be calculated from right to left, according to the order of the stack.
ロギングは無効になっていると何のコードも注入されず、結果としてアプリケーションにログ用の関数呼び出しや参照が含まれていません。
When logging is disabled no code is injected andthe resulting application contains no references or function calls to logging.
ローカルのsub-defunは正しく認識され、関数呼び出し解析で適切に処理されます。
Local sub-defuns are correctly recognised and properly handled in function call analysis.
プログラムのある部分から別の部分に移動するには、関数呼び出しのゲートウェイを経由する必要があります。
To move from one part of the program to another you must go through the gateways of function calls.
本質的には、演算子の各出現は関数呼び出しに還元されます。
But, in essence, each occurrence of an operator is reduced to a function call.
Web2pyにおいてURLは、Pythonモジュールと関数呼び出しにマッピングされます。
In web2py, URLs are mapped to Python modules and function calls.
これにより、機械学習モデルの作成とトレーニングに関連するコストと複雑さが、たった1回の簡単な関数呼び出しへと軽減されます。
This reduces the cost and complexity associated with building andtraining machine learning models to a simple single function call.
組込み関数は、アセンブリー・コードの関数で、アセンブリー命令の代わりにC/C++関数呼び出しと変数を使用できます。
Intrinsic functions areassembly-coded functions that allow you to use C/C++ function calls and variables in place of assembly instructions.
粒度を小さくすると並列性が高まりロードバランスが向上しますが、スケジュールと関数呼び出しのオーバーヘッドが増加します。
A small grain size increases parallelism andimproves load balancing at the cost of increased scheduling and function call overhead.
粒度を小さくすると並列性が高まりロードバランスが向上しますが、スケジュールと関数呼び出しのオーバーヘッドが増加します。
Smaller grain sizes increase parallelism and improve load balancing,at the cost of increased scheduling and function-call overhead.
Results: 29, Time: 0.0251

How to use "関数呼び出し" in a sentence

関数呼び出し sum(10); の中で行われているはずの足し算の様子が見えなくなりました。
8 - 関数呼び出し Luaの関数呼び出しは以下の構文である。
メソッド呼び出し 関数呼び出し コンストラクタ呼び出し apply呼び出し メソッド呼び出し オブジェクトのメ….。
(e2) ← e3 定数 プリミティブ演算 条件分岐 変数定義 変数の読み出し 再帰関数定義(クロージャ不採用) 関数呼び出し 組は不採用 配列は不採用 SFRへの書き込み setreg.

関数呼び出し in different Languages

Word-for-word translation

Top dictionary queries

Japanese - English