本文へスキップ
ログインすると広告が減り、学習に集中できます。
広告

検索結果- 英語 - 多言語

検索内容:

crock recursion

名詞

(computing) The condition in which a program or document either directly or indirectly requests that it include itself, without protection against an endless sequence of continued requests to include itself.

日本語の意味
(コンピュータ)プログラムや文書が、自身を直接または間接的に参照し、無限に自己呼び出しを繰り返す自己包含状態 / 再帰的に自身を含むことによって、止め処なく継続する状態 / 自己参照によって引き起こされる無限ループ状態に近い状況
英語の意味
(computing) The condition in which a program or document either directly or indirectly requests that it include itself, without protection against an endless sequence of continued requests to include itself.
このボタンはなに?

監査中、ビルドスクリプトに制御されていない再帰的な自己包含が見つかり、デプロイが停止しました。

関連語

plural

crock recursions

名詞
活用形 複数形

plural of crock recursion

原形: crock recursion
日本語の意味
「crock recursion」の複数形。つまり、ひとつの「crock recursion」を指すのではなく、その複数のインスタンスを示す表現です。
英語の意味
plural of crock recursion
このボタンはなに?

開発者は、システムに予測不能な動作を引き起こした複数の欠陥のある再帰パターンを文書化した。

recursive descent

名詞
不可算名詞

(computing theory) A kind of top-down parsing involving a set of mutually recursive procedures, each of which implements one of the non-terminals of the grammar, so that the structure of the parser program closely mirrors that of the grammar.

日本語の意味
再帰下降解析:文脈自由文法の各非終端記号に対して相互に再帰する手続きを用いるトップダウン型パーサー生成手法。文法の構造に沿ったパーサーの実装が特徴。
英語の意味
(computing theory) A kind of top-down parsing involving a set of mutually recursive procedures, each of which implements one of the non-terminals of the grammar, so that the structure of the parser program closely mirrors that of the grammar.
このボタンはなに?

新しいコンパイラをデバッグしているとき、各非終端記号がどのように処理されるかを追跡しやすいので、再帰下降法は便利だと分かった。

recursive acronym

名詞

An acronym in which a word (often the first) of the phrase represented by the acronym is the acronym itself.

日本語の意味
再帰的頭字語:あるフレーズを表す頭字語の中に、その頭字語自身が含まれている頭字語。 / 自己参照型頭字語:フレーズのうち一部(通常最初の単語)が、頭字語を作る際にその頭字語自身を示している形式の頭字語。
英語の意味
An acronym in which a word (often the first) of the phrase represented by the acronym is the acronym itself.
このボタンはなに?

プロジェクト名のGNUは、それ自体を指すことで知られる自己参照的な頭字語のよく知られた例です。

関連語

plural

recursive function

名詞

(computing) Any function that uses recursion and can call itself until a certain condition is met

日本語の意味
再帰関数:特定の条件が満たされるまで自分自身を呼び出す関数。
英語の意味
(computing) Any function that uses recursion and can call itself until a certain condition is met
このボタンはなに?

パフォーマンスを最適化する際、大きなデータ構造を各呼び出しで割り当てる再帰関数には注意が必要です。

関連語

plural

tail recursion

名詞
可算名詞 不可算名詞

(programming) The technique of writing a function so that recursive calls are only done immediately before function return, particularly when recursive control structures are used in place of iterative ones.

日本語の意味
末尾再帰:関数の返却直前にのみ再帰呼び出しを行うプログラミング手法(反復処理の代替として利用される場合が多い)。
英語の意味
(programming) The technique of writing a function so that recursive calls are only done immediately before function return, particularly when recursive control structures are used in place of iterative ones.
このボタンはなに?

多くのコンパイラは、再帰呼び出しが関数の最後の処理となる末尾再帰を最適化し、深い再帰呼び出しによるコールスタックの増大を防ぎます。

関連語

plural

tail recursive

形容詞
比較不可

(programming) Employing tail recursion.

日本語の意味
プログラミングにおいて、末尾再帰を用いること。
英語の意味
(programming) Employing tail recursion.
このボタンはなに?

末尾再帰を用いた実装は大きな入力でもスタックオーバーフローを起こさなかった。

infinite recursion

名詞
可算名詞 不可算名詞

(programming) Any recursion that continues without end.

日本語の意味
プログラミングにおいて、終了条件が存在せずに再帰呼び出しが永遠に続く現象。 / 無限再帰:終端条件が成立せず、プロセスが永久に再帰処理を行う状態。
英語の意味
(programming) Any recursion that continues without end.
このボタンはなに?

パーサーでの無限再帰が原因でプログラムがクラッシュした。

関連語

plural

recursive definitions

名詞
活用形 複数形

plural of recursive definition

原形: recursive definition
日本語の意味
再帰的定義(複数形)。すなわち、ある対象を定義する際に、その定義自体がその対象を含めた形で再帰的に構成される定義の複数形を指す。
英語の意味
plural of recursive definition
このボタンはなに?

教科書に載っている複数の再帰的定義が、生徒たちがフラクタル構造を理解するのに役立った。

tail recursions

名詞
活用形 複数形

plural of tail recursion

原形: tail recursion
日本語の意味
「tail recursion」の複数形。つまり、末尾再帰という処理が複数あることを示す表現です。
英語の意味
plural of tail recursion
このボタンはなに?

多くの関数型プログラマーは、パフォーマンス向上とスタックオーバーフローの回避のために複数の末尾再帰を最適化します。

loading!

Loading...

全て読み込みました。

Error

Webで検索する

ログイン / 新規登録

 

アプリをダウンロード!
DiQt

DiQt(ディクト)

無料

★★★★★★★★★★