当サイトではアフィリエイトプログラムを利用しています

recursiveを使った熟語、フレーズの英語表現の意味とシチュエーション別の例文 — 再帰関数、再帰的アプローチ、再帰アルゴリズム、反復的なパターン

フレーズ・イディオム
➖✔➖


「形容詞」として使用。
正確な意味は文中の文脈によって異なる。ニュアンスを考慮することが重要。

形容詞として

問題を解決するために問題をより小さな同様の部分的な問題に分割することで、それ自体を繰り返し呼び出す「プロセス・関数」

The recursive function calculates the factorial of a number by repeatedly multiplying it with the factorial of smaller numbers.
再帰関数はより小さい数値の階乗を繰り返し乗算することにより、数値の階乗を計算する。



The algorithm uses a recursive approach to traverse a binary tree and perform operations on each node.
このアルゴリズムは再帰的アプローチを使用してバイナリツリーを走査し各ノードで操作を実行する。



The sorting algorithm uses a recursive approach to divide the input into smaller subarrays and then merges them.
並べ替えアルゴリズムは再帰的アプローチを使用して入力をより小さなサブ配列に分割し、それらをマージする。



「繰り返し・自己相似」によって特徴付けられるもの

The artist created a beautiful painting with intricate, recursive patterns.
芸術家は複雑で反復的なパターンを持つ美しい絵画を作成した。



The book explores the concept of recursive storytelling, where each chapter builds upon the previous one.
この本では各章が前の章に基づいて構築される、再帰的なストーリーテリングの概念を探求している。



複数のレベルでの「同様のステップ・要素の繰り返し」を含む「プロセス・構造」

The recursive nature of fractals is evident in their self-repeating patterns at different scales.
フラクタルの再帰的性質はさまざまなスケールでの自己反復パターンで明らか。



The company implemented a recursive organizational structure, with teams nested within larger departments.
同社はより大きな部門内にチームをネストした再帰的な組織構造を導入した。



The software development team used an agile methodology, where development cycles were recursive and iterative.
ソフトウェア開発チームは開発サイクルが再帰的かつ反復的なアジャイル手法を使用した。



考察と改良の継続的なサイクルを伴う「思考プロセス・問題解決アプローチ」

The student used a recursive approach to improve their essay, revising and editing it multiple times.
学生はエッセイを改善するために再帰的アプローチを使用し、何度も修正と編集を行った。



The scientist followed a recursive methodology by iteratively testing and refining their hypothesis.
科学者は仮説を繰り返し検証し洗練するという再帰的方法論に従った。



それ自体に関して定義される「関係・定義」

The recursive definition of a Fibonacci sequence states that each number is the sum of the two preceding numbers.
フィボナッチ数列の再帰的定義では各数値は先行する2つの数値の合計であると述べられている。



The recursive function calculates the nth term of a geometric sequence based on the previous term and the common ratio.
再帰関数は前の項と公比に基づいて幾何数列のn番目の項を計算する。



の意味を示す。

「recursive」を使った英語の熟語、フレーズ表現をいくつか書き留める。

recursive function — 再帰関数。問題を解決するために問題をより小さな同様の部分的な問題に分割することで、それ自体を繰り返し呼び出す「プロセス・関数」

The recursive function calculates the Fibonacci sequence by adding the two previous numbers in the sequence.
再帰関数はシーケンス内の前の2つの数値を加算することによってフィボナッチ数列を計算する。



The program uses a recursive function to traverse a linked list and perform operations on each node.
このプログラムは再帰関数を使用してリンクリストを走査し各ノードで操作を実行する。



recursive algorithm — 再帰アルゴリズム。同じ「ステップ・サブルーチン」を繰り返し適用することによって問題を解決するアルゴリズム

The recursive algorithm finds the factorial of a number by multiplying it with the factorial of a smaller number.
再帰アルゴリズムは数値の階乗をより小さい数値の階乗と乗算して求める。



recursive structure — 再帰構造。さまざまなレベルでの「反復・自己相似」を伴う「構造・パターン」

The recursive structure of a fractal exhibits self-repeating patterns at varying scales.
フラクタルの再帰的構造はさまざまなスケールで自己反復パターンを示す。



The recursive structure of a Russian nesting doll consists of dolls nested within each other.
ロシアの入れ子人形の再帰構造は相互に入れ子になった人形で構成されている。



recursive definition — 再帰的定義。それ自体に関して定義される「定義・関係」

The recursive definition of a factorial states that n! is equal to n multiplied by (n-1).
階乗の再帰的定義ではn!はnに(n-1)を掛けたものに等しい。



The recursive definition of a binary tree states that a tree is either empty or consists of a root node and two recursive subtrees.
バイナリツリーの再帰的定義ではツリーが空であるかルートノードと2つの再帰的サブツリーで構成されるかのいずれかであると述べられている。



recursive process — 再帰的プロセス。継続的な「反映・改良・反復」を伴う「プロセス・アプローチ」

The writer followed a recursive process of drafting, revising, and editing their novel multiple times.
作家は小説の下書き、改訂、編集という再帰的なプロセスを何度も繰り返した。



recursive formula — 再帰式。前の「項・値」に関して「シーケンス・関係」を表す「式・方程式」

The recursive formula for a geometric sequence states that each term is equal to the previous term multiplied by the common ratio.
等比数列の再帰公式では各項が前の項に公比を乗算したものに等しいことが示されている。



The recursive formula for the Fibonacci sequence states that each term is the sum of the two preceding terms.
フィボナッチ数列の再帰公式では各項が先行する2つの項の合計であることが示されている。



recursive thinking — 再帰的思考。継続的な「考察・分析・問題解決」を伴う「思考プロセス・考え方」

The scientist employed recursive thinking to uncover new hypotheses and explore their implications.
科学者は再帰的思考を利用して新しい仮説を発見し、その意味を探った。



The mathematician used recursive thinking to solve complex mathematical problems by breaking them down into smaller steps.
数学者は再帰的思考を使用して複雑な数学的問題を小さなステップに分割して解決した。



PVアクセスランキング にほんブログ村
ブログランキング・にほんブログ村へ
タイトルとURLをコピーしました