検索結果- 英語 - 多言語
検索内容:
method overloadings
Kjeldahl method
template method
(software, object-oriented programming) A special method of an abstract class used in the template method pattern that prescribes an algorithm for its subclasses.
ソフトウェア/オブジェクト指向プログラミングにおける、抽象クラスで定義される特殊なメソッド。これは、テンプレートメソッドパターンにおいて、サブクラスがアルゴリズムのステップを具体的に実装する際のひな形や枠組みを提供する。
virtual method
(object-oriented programming) A method whose behavior can be overridden within an inheriting class by a method with the same signature.
(オブジェクト指向プログラミングにおいて)継承クラス内で、同一シグネチャを持つ別のメソッドにより動作を上書き(オーバーライド)できるメソッド。
method overloading
(object-oriented programming) Synonym of function overloading
オブジェクト指向プログラミングにおいて、同じ名前のメソッドを、引数の数や型が異なる形で複数定義すること。 / 関数のオーバーロードと同義で、メソッドの多重定義とも呼ばれる。
Taguchi method
Any of a group of statistical methods intended to improve the quality of manufactured goods, and more recently applied in other areas such as biotechnology and advertising.
製造業における品質向上を目的とした、統計的手法の一群であり、近年ではバイオテクノロジーや広告など他の分野にも応用されている方法
Halley's method
Householder's method
(numerical analysis) Any of a class of iterative root-finding algorithms used for functions of one real variable with continuous derivatives up to some order d + 1, each method being characterized by the number d.
数値解析において、連続微分可能な一変数関数の根を求めるための反復計算法。関数がd+1回微分可能であると仮定し、各手法は自然数dによって特徴づけられる。