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

検索結果- 英語 - 多言語

検索内容:

Ferber method

固有名詞

A technique to treat infants' sleep problems, involving teaching the infant to soothe itself by allowing it to cry for a period of time before external comfort is offered.

日本語の意味
赤ちゃんの睡眠問題を解決するための方法で、一定期間赤ちゃんに自力で自分を落ち着かせる(泣かせる)ことを学ばせ、その後必要に応じて慰めを与える手法。
英語の意味
A technique to treat infants' sleep problems, involving teaching the infant to soothe itself by allowing it to cry for a period of time before external comfort is offered.
このボタンはなに?

多くの親は、就寝ルーティンを確立しようとするとき、乳児が一定時間泣くことを許してから慰めることで自己落ち着きを学ばせる睡眠トレーニング法について話し合います。

remote method invocation

名詞
可算名詞 不可算名詞

(software, object-oriented programming) remote procedure call

日本語の意味
リモート・メソッド呼び出し / 遠隔手続呼び出し
英語の意味
(software, object-oriented programming) remote procedure call
このボタンはなに?

このフレームワークは、単純なAPIによってリモートプロシージャコール(RPC)の複雑さを隠し、分散コンピューティングを簡素化します。

関連語

plus-minus method

固有名詞

(genetics) A particular method of DNA sequencing, including first lengthening the DNA by means of DNA polymerase. / (geology) A particular method of interpreting seismic refraction data

日本語の意味
(遺伝学) DNAポリメラーゼによるDNAの伸長を含む、特定のDNAシーケンシング法 / (地質学) 地震屈折データの解釈に用いる特定の手法
英語の意味
(genetics) A particular method of DNA sequencing, including first lengthening the DNA by means of DNA polymerase. / (geology) A particular method of interpreting seismic refraction data
このボタンはなに?

その研究室は、配列決定の前にDNAポリメラーゼで標的DNAを伸長するためにプラス・マイナス法を用いた。

関連語

canonical

Durand-Kerner method

固有名詞

(mathematics) An algorithm for finding the roots of polynomial equations.

日本語の意味
多項式方程式の根(解)を求めるための数値計算アルゴリズムです。
英語の意味
(mathematics) An algorithm for finding the roots of polynomial equations.
このボタンはなに?

多項式の複素根を近似するために、デュラン=ケルナー法を実装し、その数値的収束を確認しました。

Cash-Karp method

固有名詞

(mathematics, numerical analysis) One of the Runge-Kutta methods for solving ordinary differential equations.

日本語の意味
常微分方程式を数値的に解くためのランゲ・クッタ法の一種
英語の意味
(mathematics, numerical analysis) One of the Runge-Kutta methods for solving ordinary differential equations.
このボタンはなに?

ある種の常微分方程式を高精度に積分するため、研究者たちはしばしば適応ステップ幅制御を備えたキャッシュとカープによるルンゲ=クッタ法を選びます。

関連語

canonical

Dormand-Prince method

名詞

(mathematics, numerical analysis) A method for solving ordinary differential equations, using six function evaluations to calculate fourth- and fifth-order accurate solutions, the difference between which is then taken to be the error of the (fourth-order) solution.

日本語の意味
(数学・数値解析) 常微分方程式を解くための手法。6回の関数評価を用いて4次および5次の精度の解を計算し、4次解の誤差をその差として評価する方法
英語の意味
(mathematics, numerical analysis) A method for solving ordinary differential equations, using six function evaluations to calculate fourth- and fifth-order accurate solutions, the difference between which is then taken to be the error of the (fourth-order) solution.
このボタンはなに?

軌道モデルの常微分方程式を数値的に解く際、6回の関数評価で4次と5次の解を算出し、その差を誤差推定として用いるドーマンド・プリンス法を使いました。

関連語

canonical

Runge-Kutta method

名詞

(mathematics, numerical analysis) Any of an important family of implicit and explicit iterative methods for the approximation of solutions of ordinary differential equations.

日本語の意味
(数学、数値解析) 常微分方程式の解を近似するための暗黙的および明示的な反復法の重要なファミリーのいずれか。
英語の意味
(mathematics, numerical analysis) Any of an important family of implicit and explicit iterative methods for the approximation of solutions of ordinary differential equations.
このボタンはなに?

剛性のある常微分方程式系を解く際、安定性を確保するために多くの技術者は計算コストが高いにもかかわらずルンゲ=クッタ法を好んで用いる。

関連語

plural

factory method pattern

名詞

(software, object-oriented programming) A creational design pattern that decouples the object creation by using an abstract method in the class.

日本語の意味
ファクトリーメソッドパターンとは、オブジェクトの生成処理を抽象メソッドを用いてサブクラスに委譲することで、具体的な生成方法(具象クラス)を隠蔽し、柔軟なオブジェクト生成を実現する生成系デザインパターンです。
英語の意味
(software, object-oriented programming) A creational design pattern that decouples the object creation by using an abstract method in the class.
このボタンはなに?

新しいモジュールを設計する際、チームは抽象的な生成メソッドを通じてオブジェクト生成をサブクラスに委譲して結合を減らすためにファクトリーメソッドパターンを選びました。

関連語

plural

factory method patterns

名詞
活用形 複数形

plural of factory method pattern

原形: factory method pattern
日本語の意味
「factory method pattern」の複数形。オブジェクト指向設計におけるデザインパターンの一つであり、オブジェクト生成の処理をサブクラスに委譲する手法を指します。
英語の意味
plural of factory method pattern
このボタンはなに?

スケーラブルなシステムを設計する際、開発者はオブジェクト生成をカプセル化しテストしやすくするために、ファクトリーメソッドパターンのバリエーションを選ぶことが多い。

template method patterns

名詞
活用形 複数形

plural of template method pattern

原形: template method pattern
日本語の意味
「テンプレートメソッドパターン」の複数形(複数のテンプレートメソッドパターンを指す)
英語の意味
plural of template method pattern
このボタンはなに?

フレームワークを設計する際、開発者はしばしばテンプレートメソッドパターンの複数の事例に頼り、アルゴリズムの不変部分を定義しつつ、サブクラスが特定の手順を変更できるようにします。

loading!

Loading...

全て読み込みました。

Error

Webで検索する

ログイン / 新規登録

 

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

DiQt(ディクト)

無料

★★★★★★★★★★