再帰関数 Meaning in English - translations and usage examples

Examples of using 再帰関数 in Japanese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
再帰関数をインラインにすることはできますか?
Can a recursive function be inline?
再帰関数の三つ目の部分は、再帰呼び出しである。
The third part of a recursive function is the recursive call.
再帰関数とその呼び出しとに置き換えることができます:。
Can be converted into a recursive function and a call to that function:..
次のような部分再帰関数fが存在する:。
There is a partial recursive function f such that:.
再帰関数をLispで実装することができました。
You have implemented a recursive function in Lisp.
再帰関数の3番目の部分は、再帰呼び出しである。
The third part of a recursive function is the recursive call.
このセクションでは、Pythonの再帰関数について学習します。
In this section, you will learn Python recursive function.
再帰関数の複雑さの決定(BigO表記法)。
Determining complexity for recursive functions(Big O notation).
再帰関数の例を示します:。
Example of a recursive function:.
再帰関数の例を示します:。
Here's an example of a recursive function:.
再帰関数はそれ自体を呼び出す関数であり、このプロセスは関数再帰と呼ばれます。
A recursive function is a function that calls itself and this process is called function recursion.
再帰関数を作成する場合、その再帰呼び出しを終了するための基本条件が必要です。
When creating a recursive function, there must be a base condition to end that recursive call.
再帰関数は再帰構造を持つデータを操作するための簡単な方法です。
A recursive function is a straightforward way to work with data that has a recursive structure.
再帰関数はループに変換されるため、使用されるスタック領域は変更されません。
The recursive function is converted into a loop, which prevents modification of the stack space used.
再帰関数は、再帰構造を持つデータを扱う理解しやすい手段です。
A recursive function is a straightforward way to work with data that has a recursive structure.
次のコードでは、数値の階乗を見つける再帰関数が作成されます。
In the following code, a recursive function is created which finds the factorial of a number:.
カウンタマシン・ベースのRASPは、任意の原始再帰関数(例えば乗算)は計算可能だが、全てのμ再帰関数(例えばアッカーマン関数)は計算できない。
The counter machinebased RASP can compute any primitive recursive function(e.g. multiplication) but not all mu recursive functions(e.g. the Ackermann function).
この再帰関数には、数値が1になり、1が返され、このようにして再帰呼び出しが有限になるという基本条件があります。
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.
同じアンドレイ・アンドレエヴィチ・マルコフという名前を持つ彼の息子(1903年-1979年)もまた著名な数学者であり、構成的数学や再帰関数論の発展に寄与した。
His son, another Andrey Andreevich Markov(1903- 1979), was also a notable mathematician,making contributions on constructive mathematics and recursive function theory.
同じアンドレイ・アンドレイヴィッチ・マルコフという名前を持つ彼の息子(1903-1979)もまた著名な数学者であり、構成的数学や再帰関数論の発展に寄与した。
His son, another Andrey Andreevich Markov(1903- 1979), was also a notable mathematician,making contributions on constructive mathematics and recursive function theory.
再帰関数の仕組みの理解。
Understanding how recursive functions work.
再帰関数は使えません。
Recursive function not allowed.
どんな再帰関数も反復的なものに書き直すことができます。
Any recursive function can be rewritten into an iterative one.
これであなたの再帰関数はリストの長さを計算するようになりました。
And now you have got your own recursive function to calculate the length of a list.
再帰関数を使用して、問題をサブ問題に分割し、簡単に解決できます。
Using recursive functions, the problem can be divided into sub problem which can be solved easily.
再帰関数を書き慣れていないと、このような問いかけは混乱のもとかもしれない。
If you are not used to writing recursive functions, a question like this can be troublesome.
原始再帰関数は全て全域再帰的であるが、全域再帰関数が全て原始再帰的とは言えない。
Every primitive recursive function is total recursive, but not all total recursive functions are primitive recursive..
Results: 27, Time: 0.0176

How to use "再帰関数" in a sentence

再帰関数 次のプログラムを実行してみてください。
再帰関数 いきなり, ポインタとは.
再帰関数 DFS で返却するのは「その頂点を始点とし、子孫方向への末端までまっすぐ走った際の、チェックのついた頂点の最大数」とし、 DFS の中で $maxi$ を更新する ものとする。

Word-for-word translation

Top dictionary queries

Japanese - English