RECURSION Meaning in Japanese - translations and usage examples S

Noun
再帰
recursive
recursion
reflexive
recursing
recursion

Examples of using Recursion in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Support left recursion.
再帰のサポート。
Re: Recursion is difficult.
Re:流用は大変。
According to the description is similar to indirect recursion.
説明では、間接再帰のように見えます。
Recursion is usually shorter.
通常、再帰はより短く書けます。
Here is what recursion looks like.
再帰は次のように見えます。
Recursion example: maximum element in a list.
再帰の例:リストの最大の要素。
LK_CANRECURSE Allow recursion on an exclusive lock.
LK_CANRECURSE排他ロック上の再帰を認めます。
Recursion and loops: Loops& Recursion.
繰り返し(ループ):Loops&Recursion
The easiest way to walk the object is to use recursion.
オブジェクトを歩いて回る最も簡単な方法は再帰を使う方法です。
Can every recursion be converted into iteration?
すべての再帰を反復に変換できますか?
In languages such as Prolog, mutual recursion is almost unavoidable.
Prologのような言語では、相互再帰の使用は避けられない。
RecursionNow we come to a hard topic- recursion.
再帰さあ、難しい話題にとりかかろう-再帰だ
We will start introducing recursion schemes by playing with fixpoint types.
まずFixpoint型を使って再帰について紹介します。
Recursion is what? Recursion in programming(examples).
再帰は何ですか?プログラミングの再帰(例)。
In that expansion the function f will appear again, and will again expand to g(f)and continue the recursion.
そして、この関数fは再度g(f)に展開され、再帰が続いていく。
This recursion can expose quite a lot of parallelism.
この再帰により、並列性がかなり向上します。
In both the recursive andthe loop variant we sum the same numbers. But the recursion involves nested calls and execution stack management.
再帰とループのバリアント共に同じ数を合計していますが、再帰にはネストされた呼び出しと実行スタック管理が含まれます。
Recursion Specifies whether to act as a recursive server.
Recursion再帰的サーバーとして動作するかどうかを指定します。
As a result, the compiler doesn't turn the recursion into a while loop, and the function is not efficient in its use of stack space.
結果として、コンパイラは再帰をwhileループにしてくれず、この関数はスタック領域を無駄に使うことになる。
Recursion is a programming term that means a“self-calling” function.
再帰は“自己呼び出し”関数を意味するプログラミングの用語です。
The truth of statements in models are defined by recursion and will agree with the definition for finitary logic where both are defined.
モデルにおける言明の真理は再帰によって定義され、両方が定義されるところの有限論理に対する定義と一致する。
Recursion is a programming term that means calling a function from itself.
再帰は“自己呼び出し”関数を意味するプログラミングの用語です。
We will discuss recursion more at the end of this chapter.
再帰についてはこの章の最後でもっと掘りさげることにする。
In tail recursion, a recursive call is converted to a GOTO statement that returns to the beginning of the function.
末尾再帰では、再帰呼び出しが関数の先頭に戻るGOTO文に変換されます。
RuntimeError: maximum recursion depth exceeded while calling a Python object.
LinuxだとpipinstallcupyでRuntimeError:maximumrecursiondepthexceededwhilecallingaPythonobjectとなり詰まる。
During recursion into an"include" mechanism, an exp= modifier from the<target-name> MUST NOT be used.
Include”機構への再帰処理中では、<target-name>からのexp=変更子を使ってはならない(MUSTNOT)。
The basis of recursion is function arguments that make the task so simple that the function does not make further calls.
再帰の基底は、関数がそれ以上の呼び出しを行わないようにタスクを単純化する関数の引数です。
During the recursion process the RNTN is referring to this data set to determine the class and score for a given parse.
再帰プロセス中に、RNTNはこのデータセットを参照して指定された解析のクラスとスコアを決定します。
The recursion level is popped by that value and, following that, the input is skipped until the first occurrence of the M operator.
再帰レベルは、その値によってポップアップされ、それに続いて、入力は、M演算子の最初の出現までスキップされます。
Results: 29, Time: 0.0337
S

Synonyms for Recursion

Top dictionary queries

English - Japanese