assertion /əs'ɚʃən/
共發現 5 筆關於 [assertion] 的資料 (解釋內文之英文單字均可再點入查詢)
資料來源(1): pydict data [pydict]
assertion
斷言,主張
資料來源(2): Network Terminology [netterm]
assertion
判定
資料來源(3): Webster's Revised Unabridged Dictionary (1913) [web1913]
Assertion \As*ser"tion\, n. [L. assertio, fr. asserere.]
1. The act of asserting, or that which is asserted; positive
declaration or averment; affirmation; statement asserted;
position advanced.
There is a difference between assertion and
demonstration. --Macaulay.
2. Maintenance; vindication; as, the assertion of one's
rights or prerogatives.
資料來源(4): WordNet (r) 2.0 [wn]
assertion
n 1: a declaration that is made emphatically (as if no supporting
evidence were necessary) [syn: {averment}, {asseveration}]
2: the act of affirming or asserting or stating something [syn:
{affirmation}, {statement}]
資料來源(5): Free On-line Dictionary of Computing [foldoc]
assertion
<programming> 1. An expression which, if false, indicates an
{error}. Assertions are used for {debugging} by catching
{can't happen} errors.
2. In {logic programming}, a new {fact} or {rule} added to the
database by the program at {run time}. This is an
{extralogical} or impure feature of logic programming
languages.
(1997-06-30)