翻訳と辞書
Words near each other
・ nondeterminism
・ nondeterministic
・ nondeterministic automaton
・ nondeterministic polynomial time
・ nondeterministic turing machine
・ nonintrusive testing
・ nonlinear
・ nonpareil
・ nontrivial
・ noob
・ nor
・ norc compiler
・ norcroft
・ nord pl
・ nordunet
・ norm
・ normal distribution
・ normal form
・ normal order reduction
・ normalisation


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

NOR : FOLDOC
NOR
Not OR.
The Boolean function which is true if none of its inputs are true and false otherwise, the logical complement of {inclusive OR}. The binary (two-input) NOR function can be defined (written as an infix operator):
A NOR B = NOT (A OR B) = (NOT A) AND (NOT B)
Its truth table is:
A | B | A NOR B
--+---+---------
F | F | T
F | T | F
T | F | F
T | T | F

NOR, like NAND, forms a complete set of Boolean functions on its own since it can be used to make NOT, AND, OR and any other Boolean function:
NOT A = A NOR A
A OR B = NOT (A NOR B)
A AND B = (NOT A) NOR (NOT B)
(1995-02-06)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.