検索結果- 英語 - 多言語
検索内容:
abstract expressionism
abstract noun
(grammar) A noun that denotes an idea, emotion, feeling, quality, generalization, representation or other abstract or intangible concept, as opposed to a concrete item, or a physical object.
具体的な物体や物理的対象ではなく、概念・感情・性質・一般化・表現など、抽象的または無形の概念を表す名詞
abstract idea
(metaphysics) An idea separated from a complex object, or from other ideas which naturally accompany it; as the solidity of marble when contemplated apart from its color or figure.
複雑な実体や、通常は一緒に現れる他の概念から切り離された、純粋な概念。 / 具体的な属性(例: 色や形)と無関係に、物事の本質的な性質や理念を示す抽象的な考え。
abstract term
A term expressing an abstract idea, such as beauty, whiteness, or roundness, without indicating any object in which it exists.
具体的な対象を指さず、抽象的な概念や性質(例:美、白さ、丸さなど)を表す用語
abstract number
A number used without application to things, e.g. 6, 8, 10; but when applied to anything, e.g. 6 feet, 10 men, it becomes concrete.
抽象数:対象に具体的に適用されず、数自体の性質や概念として存在する数。 / 物理的な数量や実際の対象に結びつけられていない、純粋な数としての役割に焦点を当てた数。
abstract terms
plural of abstract term
抽象用語(複数形)
abstract of title
(law, real estate) An epitome of the evidences of ownership; the condensed history of title to a particular parcel of real estate, with encumbrances.
不動産に関連する法的文書で、所有権の証拠を要約したもの。 / 特定の不動産について、権利の起源・履歴および負担等の記録を凝縮した概要。
abstract numbers
plural of abstract number
これは「abstract number(抽象数)」の複数形、つまり「abstract number」の活用形(複数形)を示します。
abstract language
lambda abstraction
(computing theory) A lambda term of the form (𝜆x.t) where x is a variable and t another lambda term. Any free instance of x within t (considered by itself) then becomes bound by the 𝜆x. prefix. It is meant to represent an anonymous function.
計算理論において、(λx.t) の形をとるラムダ項であり、ここで x は変数、t は別のラムダ項となる。t 内で自由な x は λx によって束縛され、無名関数を表現するためのものです。