数字逻辑电路中逻辑门的符号

Binary information is represented in digital computers by physical quantities called signals. Electrical signals such as voltages exist throughout the computer in either one of the two recognizable states. The two states represent a binary variable that can be equal to 1 or 0.

二进制信息在数字计算机中由称为信号的物理量表示 。 诸如电压之类的电信号以两种可识别的状态之一存在于整个计算机中。 这两个状态表示一个二进制变量,可以等于1或0。

For example, a particular digital computer may employ a signal of 3 volts to represent binary 1 and 0.5 volt to represent binary 0. Now the input terminals of digital circuits will accept binary signals of only 3 and 0.5 volts to represent binary input and output corresponding to 1 and 0, respectively.

例如,特定的数字计算机可以使用3伏的信号表示二进制1而使用0.5伏的信号表示二进制0 。 现在,数字电路的输入端子将仅接受3伏和0.5伏的二进制信号,分别代表对应于1和0的二进制输入和输出。

So now we know, that at core level, computer communicates in the form of 0 and 1, which is nothing but low and high voltage signals.

所以,现在我们知道,在这核心层,在形式计算机通信01 ,这只不过是电压信号。

But how are different operations performed on these signals? That is done using different logic Gates.

但是如何对这些信号执行不同的操作? 这是使用不同的逻辑门完成的

什么是盖茨? (What are Gates?)

Binary logic deals with binary variables and with operations that assume a logical meaning. It is used to describe, in algebraic or tabular form, the manipulation done by logic circuits called gates.

二进制逻辑处理二进制变量和具有逻辑含义的操作。 它用于以代数或表格形式描述由称为gates的逻辑电路完成的操作。

Gates are blocks of hardware that produce graphic symbol and its operation can be described by means of an algebraic expression. The input-output relationship of the binary variables for each gate can be represented in tabular form by a truth-table.

门是产生图形符号的硬件模块,其操作可以通过代数表达式来描述。 每个门的二进制变量的输入输出关系可以用真值表以表格形式表示。

The most basic logic gates are AND and inclusive OR with multiple inputs and NOT with a single input.

最基本的逻辑门是“ 与”(AND)和“与”( OR)和多个输入,而不是“一个”输入。

Each gate with more than one input is sensitive to either logic 0 or logic 1 input at any one of its inputs, generating the output according to its function. For example, a multi-input AND gate is sensitive to logic 0 on any one of its inputs, irrespective of any values at other inputs.

每个具有多个输入的门对任一输入的逻辑0或逻辑1敏感,并根据其功能生成输出。 例如,一个多输入与门对任何一个输入的逻辑0都敏感,而与其他输入的任何值无关。

The various logical gates are:

各种逻辑门是:

  1. AND

  2. OR

    要么

  3. NOT

  4. NAND

    与非

  5. NOR

    也不

  6. XOR

    异或

  7. XNOR

    异或

与门 (AND Gate)

The AND gate produces the AND logic function, that is, the output is 1 if input A and input B are both equal to 1; otherwise the output is 0.

“与”门产生“与”逻辑功能,即如果输入A和输入B都等于1,则输出为1;否则,输出为1。 否则输出为0。

The algebraic symbol of the AND function is the same as the multiplication symbol of ordinary arithmetic.

AND函数的代数符号与普通算术的乘法符号相同。

We can either use a dot between the variables or concatenate the variables without an operation symbol between them. AND gates may have more than two inputs, and by definition, the output is 1 if and only if all inputs are 1.

我们既可以在变量之间使用 ,也可以在变量之间没有运算符的情况下将它们串联起来。 AND门可能具有两个以上的输入,并且根据定义,当且仅当所有输入均为1时,输出才为1。

或门 (OR Gate)

The OR gate produces the inclusive-OR function; that is, the output is 1 if input A or input B or both inputs are 1; otherwise, the output is 0.

“或”门产生“或”功能; 也就是说,如果输入A或输入B或两个输入均为1,则输出为1; 否则,输出为0。

The algebraic symbol of the OR function is +, similar to arithmetic addition.

OR函数的代数符号为+ ,类似于算术加法

OR gates may have more than two inputs, and by definition, the output is 1 if any input is 1.

或门可能具有两个以上的输入,并且根据定义,如果任何输入为1,则输出为1。

逆变器(非)门 (Inverter(NOT) Gate)

The inverter circuit inverts the logic sense of a binary signal. It produces the NOT, or complement, function.

反相器电路将二进制信号的逻辑意义反相。 它产生NOT或补码功能。

The algebraic symbol used for the logic complement is either a prime or a bar over the variable symbol.

用于逻辑补码的代数符号是素数或可变符号上的小节。

与非门 (NAND Gate)

The NAND function is the complement of the AND function, as indicated by the graphic symbol, which consists of an AND graphic symbol followed by a small circle.

NAND功能是AND功能的补充,如图形符号所示,该图形符号由AND图形符号后跟一个小圆圈组成。

The designation NAND is derived from the abbreviation of NOT-AND.

名称NAND源自NOT-AND的缩写。

或非门 (NOR Gate)

The NOR gate is the complement of the OR gate and uses an OR graphic symbol followed by a small circle.

或非门是或门的补充,并使用或图形符号后跟一个小圆圈。

异或门 (Exclusive-OR Gate)

The exclusive-OR gate has a graphic symbol similar to the OR gate except for the additional curved line on the input side.

异或门具有类似于或门的图形符号,除了输入侧的附加曲线。

The output of the gate is 1 if any input is 1 but excludes the combination when both inputs are 1. It is similar to an odd function; that is, its output is 1 if an odd number of inputs are 1.

如果任何输入为1,则门的输出为1,但当两个输入均为1时,不包括组合。 也就是说,如果输入的奇数为1,则其输出为1。

异或门 (Exclusive-NOR Gate)

The exclusive-NOR is the complement of the exclusive-OR, as indicated by the small circle in the graphic symbol.

异或门是异或门的补充,如图形符号中的小圆圈所示。

The output of this gate is 1 only if both the inputs are equal to 1 or both inputs are equal to 0.

仅当两个输入均等于1或两个输入均等于0时,此门的输出才为1。

翻译自: https://www.studytonight.com/computer-architecture/logic-gates

数字逻辑电路中逻辑门的符号

数字逻辑电路中逻辑门的符号_数字计算机中使用的逻辑门相关推荐

  1. 机器学习中倒三角符号_机器学习的三角误差

    机器学习中倒三角符号 By David Weinberger 大卫·温伯格(David Weinberger) AI Outside In is a column by PAIR's writer-i ...

  2. word中如何插入 符号_如何在Word 2013中使用符号

    word中如何插入 符号 Hundreds of symbols that are not available on your keyboard are provided in Microsoft W ...

  3. 定理在数学中的简写形式_数学中的s代表着什么? s符号在数学中表示什么

    在几何计算中S是:面积 在代数中S是:路程 在统计方面S是:标准差 在行程问题中S是:距离 在时间问题中S是:秒 三角形全等中S是:边 扩展资料: 化学元素 硫(sulfur)是一种非金属元素,化学符 ...

  4. word中如何插入 符号_如何在Word中插入版权或商标符号

    word中如何插入 符号 You can easily insert hundreds of symbols into your Word document with a few nimble key ...

  5. 在MATLAB中使用数学符号,在matlab中怎么输入特殊符号 function在MATLAB中怎么用

    导航:网站首页 > 在matlab中怎么输入特殊符号 function在MATLAB中怎么用 在matlab中怎么输入特殊符号 function在MATLAB中怎么用 相关问题: 匿名网友: 一 ...

  6. vs 服务容器中已存在服务_容器中某Go服务GC停顿经常超过100ms排查

    GC停顿经常超过100ms 现象有同事反馈说,最近开始试用公司的Kubernetes,部署在Docker里的Go进程有问题,接口耗时很长,而且还有超时.逻辑很简单,只是调用了KV存储,KV存储一般响应 ...

  7. python中深拷贝和浅拷贝_**Python中的深拷贝和浅拷贝详解

    甚至连type其本身都是对象,type对象 Python中变量与C/C++/Java中不同,它是指对象的引用,Python是动态类型,程序运行时候,会根据对象的类型 来确认变量到底是什么类型. 单独赋 ...

  8. MySQL中地点的数据类型_数据库中地址的数据类型

    数据库中用什么数据类型存储电话号码比较合理? 因为涉及到固定电话,所以一般用varchar2 ,单纯手机号码的话可以用number. 数据类型分类: 数字型- Integer(整型).Long(长整型 ...

  9. pcl中ransac提取直线_多目标跟踪中的相机运动模型

    前言 之前的博客中我介绍了Kalman滤波器,这个算法被广泛用于多目标跟踪任务中的行人运动模型.然而实际场景中存在有很多相机运动,仅仅依赖行人运动模型是不够的.这次我主要介绍下相机运动模型,以对极几何 ...

  10. MySQL中什么是码_数据库中的码是什么含义?

    展开全部 1.超码e68a843231313335323631343130323136353331333365656662: 超码是一个或多个属性的集合,这些属性可以让我们在一个实体集(所谓的实体集就 ...

最新文章

  1. 一文详解支持向量机(SVM)
  2. php pecl memcached,php – 安装PECL Memcached错误
  3. gps天线拆解图片_华为 畅享 Z 拆解:揭秘千元5G手机物料成本是多少
  4. tf.Variable 和 tf.get_variable的区别(2)
  5. 视频编解码器常见问题介绍
  6. 信息学奥赛一本通 1307:【例1.3】高精度乘法 | 1174:大整数乘法 | OpenJudge NOI 1.13 09:大整数乘法
  7. python 列表数据类型 200221
  8. 用Kubernetes搭建Etcd集群和WebUI
  9. ffmpeg实战教程(六)Android CMake实现解码(MP4转YUV)
  10. linux安全策略加固文档_系统加固之Linux安全加固
  11. oracle视频经典教程,甲骨论经典版课程 Oracle DBA视频教程 超经典Oracle视频教程 博森瑞...
  12. 一个字等于多少个字节
  13. 哈工大校园网极路由设置-寝室校园网路由器拓展
  14. 计算机考试320034,联想一体机可以用作显示器吗?
  15. 倍福 TwinCAT背景知识
  16. 最新搜狗泛目录程序,搜狗站群泛目录,搜狗蜘蛛蜘蛛池(图文)
  17. 将图片转换成svg文件,自定义icon小图标,svg速成
  18. Google Play 之 deviceId
  19. html5 漂亮单选按钮样式,10个HTML5美化版复选框和单选框
  20. 联接新机遇,跨界赢未来,OFweek 2017中国物联网大会圆满落幕

热门文章

  1. 城市大脑总体框架和主要平台
  2. 高分meta分析质量评价方法
  3. 华为hcia认证有哪些方向?华为hcia认证哪些方向比较好,值得推荐?
  4. 数学建模学习笔记:层次分析法
  5. 如何使用Frontline实时抓取蓝牙协议栈HCI LOG
  6. 暑期训练第四次团队赛
  7. 智慧校园云端管理系统的设计和实现(附源码及数据库)
  8. 【牛客网】滴滴出行2017秋招测试岗笔试真题汇总
  9. matlab的火山图,Python数据可视化-火山图的绘制
  10. 项目管理可参考华为这10张表格