検索結果- 英語 - 多言語
検索内容:
superposition principles
Micawber principle
The claim that something good will turn up, especially when used to justify optimism. / The claim that financial surplus is success and debt is failure.
(何か良い結果が必ず現れるとすることで楽観主義を正当化する考え方) / (財政上、収支の黒字を成功、赤字を失敗と捉える見方)
pigeonhole principle
(mathematics) The theorem which states that any partition of a finite set of n elements into m (< n) subsets (allowing empty subsets) must include a subset with two or more elements; any of certain reformulations concerning the partition of infinite sets where the cardinality of the unpartitioned set exceeds that of the partition (so there is no one-to-one correspondence).
鳩の巣原理:有限集合の n 個の要素を m 個(m < n)の部分集合(空の部分集合も許す)に分割すると、必ず2つ以上の要素を含む部分集合が存在するという定理。また、無限集合に対しては、分割前の集合の濃度が分割後の集合群の濃度を上回ることから、ある種の再定式化がなされる。
Peter principle
(management) The theory that people in an organization tend to rise (be promoted) to the level of their incompetence.
ピーター原理:組織において、従業員は自分の無能が明らかになるレベルまで昇進させられる傾向があるという理論。 / 組織内の昇進により、個々の能力を超える職位に就く結果、業務上の非効率が生じる現象を指す。
anthropic principle
Any of several similar explanations for the nature of the universe, and for the values of its fundamental constants, that states either that the universe is as it is because otherwise we wouldn't be here to observe it, or that the very presence of intelligent life constrains the universe to be as it is.
(人間原理)宇宙が現在のような性質や基本定数の値を持つのは、私たちが存在して観測できるからであり、もしそうでなければ異なる宇宙になっていたであろうという考え方。 / 知的生命体の存在が、宇宙の性質や基本定数を決定づける制約条件として働いているという理論。
agreement in principle
(idiomatic, law) A legally enforceable, but incompletely specified, agreement between parties that identifies the fundamental terms that are intended to be or are agreed upon.
基本合意:当事者間で交わされる、法的効力を持ちながらも、具体的な条件が完全には定められていない主要な条件に関する合意。 / 原則合意:交渉の初期段階において、基本的な条件や枠組みについて一致に達した状態を示す合意。
reality principle
(psychology, psychoanalysis, Freudianism, often hyphenated when used attributively) The mental mechanism which guides a person, as he or she matures, in adapting to and coping with the real, external world, by suppressing or deferring the childish gratification-seeking desires of the id.
フロイト精神分析における現実原則とは、個人が成長する過程で、現実の外的環境に適応するために、イドの幼児的な快楽追求欲求を抑制または延期し、現実を重視する心理的な機構・メカニズムを指す。
day-year principle
Liskov substitution principle
(object-oriented programming) A principle stating that any type having a subtype should be replaceable by its subtype without altering any of the desirable properties (such as correctness, task performed, etc.) of the program.
オブジェクト指向プログラミングにおける原則のひとつで、サブタイプはその基本となる型と置き換えてもプログラムの正しさや実行されるタスクなどの望ましい特性に影響を与えてはならないとする考え方。
dependency inversion principle
(object-oriented programming) Design principle that states that (1) High- and low-level modules should both depend on abstractions and (2) instead of abstractions depending upon details, details should depend upon abstractions.
依存逆転の原則:高水準モジュールと低水準モジュールはともに抽象に依存すべきであり、抽象が詳細に依存するのではなく、詳細が抽象に依存するというオブジェクト指向プログラミングの設計原則。