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

検索結果- 英語 - 多言語

検索内容:

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

Monte Carlo methods

名詞
活用形 複数形

plural of Monte Carlo method

原形: Monte Carlo method
日本語の意味
「Monte Carlo methods」は「Monte Carlo method」の複数形であり、日本語では通常「モンテカルロ法」または「モンテカルロ手法」として表現されます。
英語の意味
plural of Monte Carlo method
このボタンはなに?

計算物理学では、モンテカルロ法が積分の推定や複雑な系のシミュレーションに広く用いられている。

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
このボタンはなに?

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

template method pattern

名詞

(software, object-oriented programming) A behavioural software design pattern that defines the flow of the algorithm with the template method.

日本語の意味
テンプレートメソッドパターンとは、オブジェクト指向プログラミングにおける振る舞いに関するデザインパターンの一つで、アルゴリズム全体の流れをテンプレートメソッドとして定義し、その中の一部の処理をサブクラスでオーバーライドして具体的な処理を実装できるようにする方法です。
英語の意味
(software, object-oriented programming) A behavioural software design pattern that defines the flow of the algorithm with the template method.
このボタンはなに?

新しいフレームワークを設計する際、アルゴリズムの全体的な流れを定義しつつ、サブクラスが特定の処理を上書きできるようにテンプレートメソッド設計パターンを用いました。

関連語

remote method invocations

名詞
活用形 複数形

plural of remote method invocation

原形: remote method invocation
日本語の意味
複数の遠隔メソッド呼び出し。すなわち、分散コンピューティング環境において、遠隔地にあるオブジェクトのメソッドを呼び出す操作(「remote method invocation」の複数形)
英語の意味
plural of remote method invocation
このボタンはなに?

分散システムのログによると、リモートメソッドへの呼び出しが予想よりもかなり時間がかかっています。

loading!

Loading...

全て読み込みました。

Error

Webで検索する

ログイン / 新規登録

 

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

DiQt(ディクト)

無料

★★★★★★★★★★