翻訳と辞書
Words near each other
・ naive
・ naive user
・ nak
・ name capture
・ name resolution
・ name service switching
・ named
・ named pipe
・ namespace
・ nan
・ nand
・ nano-
・ nanoacre
・ nanobot
・ nanocomputer
・ nanofortnight
・ nanometre
・ nanosecond
・ nanotechnology
・ napier


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

NAND : FOLDOC
NAND
Not AND.
The Boolean function which is true unless both its arguments are true, the logical complement of AND:
A NAND B = NOT (A AND B) = (NOT A) OR (NOT B)
Its truth table is:
A | B | A NAND B
--+---+---------
F | F | T
F | T | T
T | F | T
T | T | F

NAND, like NOR, 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 NAND A
A AND B = NOT (A NAND B)
A OR B = (NOT A) NAND (NOT B)
(1995-01-24)



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

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