KeyLang

recursion

複数:
recursions
意味・定義
2つの辞書から6件の定義

JMdict

5
名詞
1リカージョン
2回帰
3帰納
4反復
5反覆

AIによる解説

1
1「recursion」は、特にコンピューターサイエンスや数学で、自分自身を呼び出す処理や手続きを指す名詞です。関数が自分自身を繰り返し呼び出すプログラミング技法を表します。

Recursion is a method of solving a problem where the solution depends on solutions to smaller instances of the same problem. In programming, it refers to a function calling itself.

ライセンス: KeyLang Original

例文
この単語を含む例文でタイピング練習ができます

The algorithm employs recursive functions to efficiently process large datasets in parallel.

このアルゴリズムは、大規模なデータセットを並列で効率的に処理するために再帰関数を使用する。

C1

The word "word" appears twice in this sentence, demonstrating recursive self-referential language structure.

「語」という語はこの文に2回現れ、再帰的な自己言及的言語構造を示している。

C2

Thoughts interrupt themselves recursively as awareness demonstrates recursive self-observation and metacognitive complexity simultaneously emerging.

意識が再帰的自己観察とメタ認知的複雑性を同時に示すため、思考が再帰的に自らを中断する。

C2

The linguist's argument was circular, employing definitions that referenced themselves in a manner that violated logical principles whilst illustrating recursive language structures.

言語学者の議論は循環的であり、論理原則に違反する方法で自己参照する定義を用いながら、再帰的言語構造を例示していた。

C2

The Y combinator enables recursion in lambda calculus.

Yコンビネータはラムダ計算で再帰を可能にする。

-

Understanding recursion is essential for computer science students.

再帰を理解することは、コンピューターサイエンスの学生にとって不可欠だ。

-

The directory structure uses a recursive algorithm to list all files.

ディレクトリ構造は、すべてのファイルをリストするために再帰アルゴリズムを使用している。

-

The factorial function is a classic example of recursion in programming.

階乗関数は、プログラミングにおける再帰の典型的な例だ。

-

A recursive function must have a base case to prevent infinite loops.

再帰関数には無限ループを防ぐための基底条件が必要だ。

-

The algorithm recursively processes each subtree of the binary tree.

そのアルゴリズムは二分木の各部分木を再帰的に処理する。

-

Programmers often use Fibonacci numbers to teach recursion.

プログラマーはしばしば再帰を教えるためにフィボナッチ数を使用する。

-

The algorithm requires a push-down store for tracking recursion.

そのアルゴリズムは再帰を追跡するためにスタックを必要とする。

-

The recursive_routine for calculating factorial is elegant but can cause stack overflow.

階乗を計算する再帰的ルーチンは優雅だが、スタックオーバーフローを引き起こす可能性がある。

-

Understanding recursive_routines is essential for algorithm design.

再帰的ルーチンを理解することはアルゴリズム設計に不可欠である。

-
関連語
活用形・派生語などの関連単語
同じレベルの単語
このレベル周辺のおすすめ単語