RECURSIVE FUNCTION Meaning in Japanese - translations and usage examples

Examples of using Recursive function in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Recursive function not allowed.
再帰関数は使えません。
Programmers call this a recursive function.
著者はこれを機能もどきと呼んでいる。
Can a recursive function be inline?
再帰関数をインラインにすることはできますか?
In this section, you will learn Python recursive function.
このセクションでは、Pythonの再帰関数について学習します。
Any recursive function can be rewritten into an iterative one.
どんな再帰関数も反復的なものに書き直すことができます。
There is a partial recursive function f such that:.
次のような部分再帰関数fが存在する:。
It puts together what we experimented in the REPL and wraps it in a tail recursive function.
REPLで実験したことをまとめて末尾再帰の関数に入れた。
You have implemented a recursive function in Lisp.
再帰関数をLispで実装することができました。
A recursive function is a straightforward way to work with data that has a recursive structure.
再帰関数は、再帰構造を持つデータを扱う理解しやすい手段です。
The third part of a recursive function is the recursive call.
再帰関数の三つ目の部分は、再帰呼び出しである。
A recursive function is a straightforward way to work with data that has a recursive structure.
再帰関数は再帰構造を持つデータを操作するための簡単な方法です。
The third part of a recursive function is the recursive call.
再帰関数の3番目の部分は、再帰呼び出しである。
A recursive function is a function that calls itself and this process is called function recursion.
再帰関数はそれ自体を呼び出す関数であり、このプロセスは関数再帰と呼ばれます。
Can be converted into a recursive function and a call to that function:..
再帰関数とその呼び出しとに置き換えることができます:。
The recursive function is converted into a loop, which prevents modification of the stack space used.
再帰関数はループに変換されるため、使用されるスタック領域は変更されません。
And now you have got your own recursive function to calculate the length of a list.
これであなたの再帰関数はリストの長さを計算するようになりました。
In this recursive function, there is a base condition that is when the number becomes 1, 1 is returned and in this way recursive call becomes finite.
この再帰関数には、数値が1になり、1が返され、このようにして再帰呼び出しが有限になるという基本条件があります。
Instead, we must write two functions to do the job,one of which(the recursive function) will be used inside of the other.
かわりに、それぞれの処理を行う2つの関数を書き、一方(再帰的関数)を他方の内部で使う。
In the following code, a recursive function is created which finds the factorial of a number:.
次のコードでは、数値の階乗を見つける再帰関数が作成されます。
His son, another Andrey Andreevich Markov(1903- 1979), was also a notable mathematician,making contributions on constructive mathematics and recursive function theory.
同じアンドレイ・アンドレイヴィッチ・マルコフという名前を持つ彼の息子(1903-1979)もまた著名な数学者であり、構成的数学や再帰関数論の発展に寄与した。
Therefore recursive function consumes much more memory than a normal non-recursive function..
したがって、再帰関数は通常の非再帰関数よりも多くのメモリを消費します。
His son, another Andrey Andreevich Markov(1903- 1979), was also a notable mathematician,making contributions on constructive mathematics and recursive function theory.
同じアンドレイ・アンドレエヴィチ・マルコフという名前を持つ彼の息子(1903年-1979年)もまた著名な数学者であり、構成的数学や再帰関数論の発展に寄与した。
When creating a recursive function, there must be a base condition to end that recursive call.
再帰関数を作成する場合、その再帰呼び出しを終了するための基本条件が必要です。
If such a lambda expression happens to be the body of some tail recursive function, its tail recursive call will be back to the same level of nesting of its first call.
もしもこのラムダ式がたまたま末尾再帰関数の関数本体だったならば,末尾再帰呼び出しで,元の関数呼び出しと同じ呼び出し深さに戻されます。
The array_sort_recursive function recursively sorts the array using the sort function:..
Array_sort_recursive関数はsort機能を使い配列を再帰的にソートします。
The counter machinebased RASP can compute any primitive recursive function(e.g. multiplication) but not all mu recursive functions(e.g. the Ackermann function).
カウンタマシン・ベースのRASPは、任意の原始再帰関数(例えば乗算)は計算可能だが、全てのμ再帰関数(例えばアッカーマン関数)は計算できない。
Every primitive recursive function is total recursive, but not all total recursive functions are primitive recursive..
原始再帰関数は全て全域再帰的であるが、全域再帰関数が全て原始再帰的とは言えない。
If we write a single recursive function to do everything, we will receive a message for every recursive call.
すべてを行う単一の再帰的関数を書くと、再帰呼び出しごとにメッセージを受け取ることになる。
Results: 28, Time: 0.0262

Word-for-word translation

Top dictionary queries

English - Japanese