RECURSION in Japanese translation

再帰
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
Functional programming can be said to prefer recursion over loops, but I'm jumping ahead of myself.
関数型プログラミングでは、ループよりも再帰が好まれる、が、すこし先を急ぎすぎた。
The lockmgr() and lockmgr_rw() functions handle general locking functionality within the kernel, including support for shared and exclusive locks, and recursion.
Lockmgr()関数は共有ロックと排他ロックおよび再帰のサポートを含む、カーネル内部の一般的なロック機能を取り扱います。
It is not possible to secure the login action to avoid infinite recursion.
無限の再帰呼び出しを回避するためにloginアクションをセキュアにするのは不可能です。
As we can see from the illustrations above, recursion depth equals the maximal number of context in the stack.
上の図から分かるように、再帰の深さはスタックのコンテキストの最大数と等しくなります。
Another variant would be to give up recursion and use a totally different loop-based algorithm.
別のバリアントとしては、再帰をやめ、全く異なるループベースのアルゴリズムを使うことです。
If recursion is not on, the server will return a referral to the client if it doesn't know the answer.
Recursionがオンになっていない場合、サーバが答えを知らない場合は、サーバはクライアントに照会を返します。
With no limit, recursion can continue until virtual memory is exhausted.. TP. B\en[year] The current year.
制限が無い場合、仮想記憶を使い果たすまで再帰が続くことがあります。.TP.B\en[year]現在の年。
And thus, the ability to understand pointers and recursion is directly correlated with the ability to be a great programmer.
そしてポインタと再帰を理解できる能力は、優れたプログラマになるための能力と直接的に相関している。
In the case of recursion, i.e. if function f appears several times on the call stack, the value of f.
再帰呼び出しの場合、すなわちコールスタックに関数fが複数回現れる場合に、f。
By reading this chapter, you might be starting to think recursion in Erlang is mainly a thing concerning lists.
この章を読んで、Erlangでの再帰というのはリストでなにかをすることだと思い始めたでしょう。
In contrasting iteration and recursion, we must be careful not to confuse the notion of a recursive process with the notion of a recursive procedure.
反復と再帰を比べる場合、再帰的プロセス(process)と再帰的手続き(procedure)を混同しないよう注意しなければならない。
Recursion is the repeated use of a rule to create new expressions.
再帰は、1つの規則を繰り返し使って新たな表現を生み出す。
In those systems any support for recursion must be explicitly added to the language.
それらの体系で再帰をサポートするには、明示的に言語体系に組み込む必要がある。
Recursion: Analyze the child groups of the recursively defined group.
再帰(Recursion):定義されたグループの子グループを再帰的に分析します。
Joking aside, recursion coupled with pattern matching is sometimes an optimal solution to the problem of writing concise algorithms that are easy to understand.
冗談はさておき、パターンマッチを使った再帰は理解しやすい簡潔なアルゴリズムを書くときには最適解であるときがあります。
Tail recursion is a special form of recursion that doesn't use stack space.
末尾再帰は、スタック領域を使用しない特殊な再帰形式です。
Recursion, a feature that allows a function to call itself, is supported by the language, but most of the PHP code.
再帰(ある関数の中から自分自身を呼ぶこと)もPHPの機能としてサポートしている。
Make two variants of the solution: using a loop and using recursion.
解法を2つのバリアントで作成してください:ループを使った方法と再帰を利用した方法。
Again we have an infinite loop- but in this case done using recursion.
またもや無限ループがある-しかしこれは再帰を使っている。loop。
Make two variants of the solution: using a loop and using recursion.
つの解法を作ってください。:ループと再帰を使った方法です。
Results: 167, Time: 0.0318

Top dictionary queries

English - Japanese