RECURSIVE FUNCTIONS Meaning in Japanese - translations and usage examples

再帰関数を
再帰的な関数呼び出しを
recursive functions

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

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Understanding how recursive functions work.
再帰関数の仕組みの理解。
Using recursive functions, the problem can be divided into sub problem which can be solved easily.
再帰関数を使用して、問題をサブ問題に分割し、簡単に解決できます。
Determining complexity for recursive functions(Big O notation).
再帰関数の複雑さの決定(BigO表記法)。
Auto variables and parameters are pushed onto a stack, bc supports recursive functions.
ローカル変数とパラメータはスタックにプッシュされるため、bcは再帰的な関数呼び出しをサポートしています。
If you are not used to writing recursive functions, a question like this can be troublesome.
再帰関数を書き慣れていないと、このような問いかけは混乱のもとかもしれない。
Fortran, the other major language at the time,did not have recursive functions back then.
当時のもう1つの主要言語であったFortranにも、その頃、再帰関数はありませんでした。
Writing recursive functions requires a change in mindset from writing for loops and while loops.
再帰関数を書くには、意識改革をして、forループやwhileループから脱却する必要がある。
These are defined using primitive recursive functions.
しかしながら、その証明には、primitiverecursivefunctionが使われて。
Recursive functions exist also in C and Java but are used less than they are in functional languages.
再帰的関数はCやJavaにも存在するが、関数型言語に比べれば使われることが少ない。
This is one argument against using recursive functions, and for using explicit while loops when possible.
これは、再帰関数を使わずに、明示的なwhileループを使うのも、可能ならよいということだ。
Due to the fact that auto variables and parameters are pushed onto a stack,bc supports recursive functions.
ローカル変数とパラメータはスタックにプッシュされるため、bcは再帰的な関数呼び出しをサポートしています。
Using recursive functions, the problem can be divided into sub problem which can be solved easily.
再帰関数を使用して、問題をサブ問題に分割し、簡単に解決できます。-コードはすっきりときれいになります。
Compilers can perform a simple optimisation on certain types of recursive functions to turn them into while loops.
コンパイラは単純な最適化をして、ある形の再帰関数をwhileループに置き換えてくれる。
These certain types of recursive functions therefore run in constant stack space, and with the equivalent efficiency of imperative while loops.
したがって、この形の再帰関数は、一定のスタック領域で動き、効率も手続き型のwhileループと同じである。
That one is satisfied byjust about all programming languages(Lisp included since it has recursive functions).
これについては、ほとんどのプログラミング言語がクリアしているでしょう(再帰関数を持つLispも該当します)。
Computer Scientists in 1960 knew that recursive functions were possible, but they thought they would be too expensive.
年のコンピュータ科学者たちは、再帰関数が可能であることは分かっていましたが、非常にコストがかかると思っていました。
Due to the fact that auto variables andparameters are pushed onto a stack,\fBbc\fR supports recursive functions.
ローカル変数とパラメータはスタックにプッシュされるため、\fBbc\fRは再帰的な関数呼び出しをサポートしています。
They shouldn't be used for large arrays or deeply recursive functions, as you may exceed the amount of available stack space.
大きな配列や、深く再帰的な関数に使用すると、スタック領域を超える可能性があるため、使用してはならない。
Another benefit of the interpreted modeis that the interpreter performs tail-call elimination of recursive functions.
インタープリタモードのその他の利点は、インタープリタが行う再帰関数の末尾呼び出しの除去(末尾再帰除去)です。
It can also be shown that all primitive recursive functions are in some level of the hierarchy(Rose 1984; Gakwaya 1997), thus.
さらに全ての原始帰納的関数が何れかの階層に属すことも示される(Rose1984;Gakwaya1997)。
The counter machine based RASP can compute any primitive recursive function(e.g. multiplication)but not all mu recursive functions(e.g. the Ackermann function)..
カウンタマシン・ベースのRASPは、任意の原始再帰関数(例えば乗算)は計算可能だが、全てのμ再帰関数(例えばアッカーマン関数)は計算できない。
John McCarthy(1960)- Recursive Functions of Symbolic Expressions and Their Computation by Machine, Part I.
年のジョン・マッカーシーの論文「RecursiveFunctionsofSymbolicExpressionsandTheirComputationbyMachine,PartI」で示された[1]。
Because of the high level nature by which data structures are specified in functional languages such as Haskell,it is possible to combine several recursive functions which produce and consume some temporary data structure so that the data is passed directly without wasting time constructing the data structure.
Haskellなどの関数型言語でのデータ構造の特徴として、一時的なデータ構造を作成・使用する複数の再帰関数を結合することができ、データ構造構築にかかる時間を省くことができる。
John McCarthy, Recursive Functions of Symbolic Expressions and Their Computation by Machine, Part I, 1960.
昨日、懐古趣味に浸りつつJohnMcCarthyRecursiveFunctionsofSymbolicExpressionsandTheirComputationbyMachine, PartI(1960)を再読していました。
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:..
再帰関数とその呼び出しとに置き換えることができます:。
There is a partial recursive function f such that:.
次のような部分再帰関数fが存在する:。
You have implemented a recursive function in Lisp.
再帰関数をLispで実装することができました。
Results: 29, Time: 0.0299

Word-for-word translation

Top dictionary queries

English - Japanese