文档库 最新最全的文档下载
当前位置:文档库 › 单片机专业英语翻译

单片机专业英语翻译

单片机专业英语翻译
单片机专业英语翻译

班级10电工(3)班

学生姓名郭洋2010401020320(P17——P20)

韩涛2010401020304(P21——P24)

孙权清2010401020314(P25——P28)提交日期2013年6月21日

JINGCHU UNIVERSITY OF TECHNOLOGY

第二章微控制器芯片的概述

在这一章里,从内部结构,标准型号,基本设计结构,材料结构类型,操作过程,工作周期,工作环境,存储类型和软件的角度来简单的描述微控制器芯片。最后,一个典型的80C51型单芯片微控制器作为例子来简述。

2-1 微控制器的标准配置

一块单芯片微控制器基本包括下面几个内部功能块:

——CPU(中央处理器)在某些必要的板块的控制下起核心作用;

——接受由电源提供的外部能源和根据所有内部功能板块的用途来分配接受的能源的能源管理系统;

——时钟和定时系统提供持续频率的时钟信号,在外部振动系统的帮助下使得整个操作过程在一个同步的状态;

——复位系统接受外部复位信号,和根据先前的逻辑操作过程回到开始的状态;

——控制逻辑存储表示CPU如何来指导操作过程中运行的程序或指令组;

——变量区域来存储在操作过程中产生的内部数据;

一个像嵌入式微控制器的微控制器的内部配置和跟外设相连的最基本原理如图2.1所示。

微控制器的家族通常叫做“单片机”,根据体积,形状,引脚数,功能,型号等等的不同可以分为许多不同的种类,在原理上可以分为“嵌入式微控制器”,“外部存储微控制器”和“数字信号处理器”三大类,在特点,结构,功能和应用范围有共同之处也有不同的地方。它们之间有的可以通过加入一些改进来相互代替,但是有些拥有它们特殊而不能在其他类型上找到的优缺点。

上面提到的每种类型的微控制器在后面将会简短的描述的。

图2.1

2-1-1 嵌入式微控制器

图2.1所示的嵌入式微控制器的种类包括非常广泛的范围。它们共同的特点是一个单芯片含有独立工作的几乎所有的必要的功能,比如存储功能,输入输出接口,因此,用户只需要给嵌入式微控制器提供电源和时钟信号就能驱动它工作。

嵌入式微控制器能当做基于微处理器标准的单片机已经建立了,也可以当做由利用微控制器标准建立的系统。因此它能够实现许多功能就像在单片机上的单任务。

嵌入式微控制器一个基本的作用是提供廉价的程序逻辑控制器和接口。因此,它们不需要拥有好标准的复杂的功能,但它们能够根据不同的要求执行非常复杂的控制联系。

大致上微控制器有一下共同特点:

①CPU(中央处理器);

②复位(回到最初的地址)功能;

③内部时钟定时功能;

④程序存储器(EPROM,EEPROM)程序输入端口;

⑤数据存储器(RAM);

⑥I/O(输入/输出)引脚;

⑦指令周期计时器.

基于上面提到的这个基本芯片的装置能够为电脑满足基本的要求,下面列举的增加的功能根据它们的I/O脚已经实现了:

①内部安装监控/调试程序;

②内部控制存储编程的能力——在主机控制下执行的;

③不同中断源引起的中断能力

④模拟信号,PWM信号,DC信号的I/O口

⑤连续I/O口(同步和异步)

⑥平行I/O口,包括能和主处理器直接相连的接口

⑦外部存储接口

上面列举的特点让微处理器更灵活简单的使用,而且能够实现许多正在解决的看起来不能实现的任务。

2-1-2 外部存储微控制器

外部存储微控制器的基本结构如图2.2所示

图2.2

外部存储微控制器的一个典型应用是当做存储获取/缓冲区,从根本上分配和缓解大量的数据,通常速度能达到几兆。多亏了外部存储器,外部存储微控制器比嵌入式微控制器在相当高的速度上工作。

大多数外部存储微控制器有16位或者32位存储单元来存储运行程序。它们的运行过程完全依赖于它们的外部存储器,包括微控制器的程序存储器和所有的数据存储器。

典型的外部存储微控制器类型是英特尔公司的80188型芯片。80188型芯片的主体是IBM公司个人电脑运用的8088型芯片和它们的兼容型号。在8088型芯片基础上,在微控制器的应用上一些电路在上面添加了一些典型功能运行。

开发80188芯片的目的是提供一套包含有为应用科技开发工程师所需要的功能电路。

2-1-3 数字信号处理器(DSP)

这是一种在从模拟信号中抽样出的数据中起作用的相对较新颖的信号处理器,并且能够通过执行内部核心算法来计算出相应的价值。

DSP和它们的算术逻辑部位在很高的速度下运转,所以不能实现实时控制,并且它们包括大量数学计算系统,因此它们在高科技领域很受欢迎。

由于它们的高速和计算功能,DSP经常在某些方面比如飞机场的微电话机,电视中心的信号处理器用来消除噪音。

DSP算法发展是一个很特殊的领域,尤其是需要高水平的算法的控制理论中的一个重要分支,比如Fusssy Logics,一个非经典的数学家,支持电脑系统控制。

DSP有各种各样的种类。它们都拥有在嵌入式微控制器和外部存储微控制器中能发现的共同特点。DSP不仅能单独的使用,还能结合一个被中央控制设备比如微控制器或者在接口帮助下组织的系统。

DSP主要用来控制外部数字化硬件,或者处理输入信号和工作在用等式描述的方式的结构输出信号。

2-2 微控制器的基本设计结构

微控制器同样也属于微数字处理器的大家族,因此最开始的硬件和软件分类跟后来的是一样的。它们的软件结构包括CISC结构和RISC结构,硬件结构包括PLINSTON结构和HARV ARD结构。

2-2-1 CISC和RISC基本结构

CISC结构相当于一种复杂指令系统计算机的结构,RISC相当于一种精简指令系统计算机的结构。这两种结构类型的主要不同之处的关键点在下面列举出的不同指令结构。

运转速度

尽管一些CISC类型的处理器被当做类似RISC类型,但通常RISC微控制器的运转速度要高于CISC微控制器。许多CISC类型的处理器比RISC类型能更快的执行运转代码,或者运用更高水平的技术,这一点是RISC类型不能够实现的。

指令存储与实现

CSIC:通常很多指令存储在处理器, 实现了一个单一的操作不同的步骤, 如直接数据读取或填充,和标志寄存器测试, 每个操作来实现由设计师需要设置一个指令的组合.

RISC:通常,每个指令存储在处理器中存在一个最小单位的基础上对用户自己设计所需要的操作,这不是由设计者预先做好的。

例如,一个堆栈的过程包括两个操作设置,进栈和出栈。进栈操作设置在一个中断过程的开始实施,包括将所有相关数据,地址和状态标志,有序的堆栈寄存器,他们将在那里暂存;出栈操作是中断处理后实施,包括捕捉相同的数据,地址和状态标志,在相反的顺序,从暂存它们堆栈寄存器。实现在RISC处理器上面提到的所有操作只需要两个指令:“把数据从寄存器中取出”和“将数据输入寄存器”,但很多编程任务由用户完成,然而,在CISC处理器中,实现所有相同的操作两个指令结合,进栈和出栈,它们被设计者设计和编程,然后作为一种产品供用户使用。

2-2-2 基本的硬件结构哈佛和普林斯顿

哈佛和普林斯顿结构是被哈佛大学和普林斯顿大学的专家在1970年为了满足公众需求而创立的,为了与高运行速度和变化的环境相适应。

普林斯顿结构的原理如图2.3所示。为了存储控制程序和数据结构,在这种结构中常见的存储器是阵列的,如变量和堆栈以及存储器接口的使用,以构造任意通道指向的内存空间,&&支持处理器与内部寄存器之间的数据传输。

图2.3 普林斯顿结构

当多通道数据取出或放进在很短的时间内,普林斯顿结构的问题“瓶颈效应”就会出现,因此数据流将被拒绝。

在哈佛结构有灵活的连接和接口之间的处理器,控制存储器,寄存器和堆栈空间,因此“瓶颈效应”,并且作为一个结果数据的阻止是可以避免的,但是当一系列复杂的操作被完成时普林斯顿结构的优点就能体现出来(图2.4)。

图2.4 哈佛结构

2-3 PMOS,NMOS,BMOS和CMOS芯片技术

随着微控制器制造业的发展,像所有其它的电子产品,微型计算机已经变得越来越小,运行得越来越快,功耗越来越低,并且价格越来越便宜,主要是由于制造技术的提高,特别在材料加工技术方面。这个CMOS逻辑技术现在广泛用于微控的材料加工技术方面,它已经在提供电脑功能和电气接口方面做出了巨大的贡献,主要是一个PMOS和NMOS晶体管结合的推拉技术,如图2.5所示,包括在一个CMOS反相器或“非”门,当输入信号为低电平时,PMOS晶体管将导通并且NMOS晶体管将被截止。也就是说,晶体管扮演着“开关”的作用,在高电平将会被导通,在信号响应于输入信号为“低电平”时提供高电平。相反的,当收到一个“高电平”信号,NMOS晶体管将会被导通,将该输出线到地面提供一个“低电平‘的输出信号。提到的三个方面的全名将在下面给出:

图2.5 CMOS非门

P型和N型MOS—P型和N型的金属氧化硅半导体

这些早期的PMOS和NMOS用于微控制器的微处理器制造历史材料技术的方面;

BMOS—双极性金属氧化硅半导体

这种材料技术是P型和N型的结合,现代被用于微控制器制造业的材料结构;

CMOS—互补型金属氧化硅半导体

这个逻辑技术的优势是硅晶体结构类型的组合的优化开发,因此这种微控制器有低功耗,价格便宜,运转速度快和大容量的优点。

随着芯片技术越来越成熟,下面提及的一些重要的术语和问题能够被解释得越来越清楚。

1)功耗与工作频率的关系

在上面提及的状态转换期间,流过晶体管的电流是非常小的。随着工作频率(运行频率)的增加,在一个给定的时间段内电流会流得更频繁,因此平均电流,也就是装置的功耗将会上升。

2)“睡眠模式”

在这种工作模式下,没有输入信号被接收或对任何输入信号没有运行反应,也就是说没有门打开,因此没有电流流过这个装置,这时的功耗就接近于零。

3)信号交换点

在用任何装置之前,检查输入信号交换点是否符合装置的输入阈值是重要的。对于CMOS装置典型的是1.4V到Vcc的一半。但不同型号的装置它是不同的。

4)高低压水平

CMOS能够与最积极的逻辑技术直接接口,逻辑“1”表示高电平,逻辑

“0”表示低电平。因此在所有的情况下能够确保高电平与低电平的区别是重要的,高电平的输入总是高于阀值电压的。

2-4 微处理器的基本操作过程

微处理器的最基本的操作过程包括下面几步,如图2.6所示:

1)指令提取—CPU从内部或外部的控制存储器ROM的空间里取出指令,根据上一步计算的地址来确认指令的内容;

2)指令代码的计算—CPU的指令代码计算器计算指令的代码,例如,给最后计算出来的代码加1;

3)指令执行—根据一系列的指令由CPU执行运行控制操作系统;

4)地址计算—地址计算器计算下一个地址,例如,给最后一个计算出来的地址加一地址增量;

5)重复—重复步骤1)并且开始下一个循环。

一个过程的所有步骤由运行逻辑控制系统控制并且被一个有内部或外部时钟系统帮助的定时系统所同步(图2.6)。

图2.6 基本运行过程

2-5 微处理器的运行周期

通常描述单片机的执行过程有五种周期:时钟周期、机器周期、指令周期、状态周期、震荡周期。每个周期作如下简短的描述。

时钟周期是单片机中最基本的周期,也称为时钟脉冲。这种周期通过内部或外部的震荡电路产生。比如由一个内部的电能源电路驱动的晶体振子系统,它和震荡元件产生的周期等效。

机器周期是完成一个基本操作所需的时间。

指令周期是执行一条指令所需的时间。

振荡时钟周期,用“P”标志,它的时间必须是时钟周期的整数倍。

状态周期,用“S”标志,它的时间是整数倍个震荡周期,例如:在单个的MSC80-C51芯片中,1S是一个时钟周期等同于2P。

一个很通俗的例子是单个微处理器芯片MCS80-C51,如果选1MHZ的晶振元件作为时钟系统,那么1个时钟周期等于1us,12个时钟周期定义为1个机器周期也等于12 us;

根据指令的长度1个指令周期包含1或2个机器周期,也就是12或24个时钟周期等、12 us或24 us。

2-6 基本工作条件和核心的功能块

微处理器正常运行基本的硬件条件是十分重要的、或者说至少应具备的,微

处理器系统根据这种条件配置的硬件如图2.7中所示,它是根据80C51单片机配置绘制的,其中每个外围元件和相关的电路确保了微处理器的正常运行,现在分别描述如下:

2-6-1 电源

实际上现在所有的微处理器都采用了COMS技术,这种技术相对于以前的对电源的要求明显降低了。但是在断电时微处理器的操作通常要用蓄电池和“超级电容”,因此要充分考虑电能消耗的最小化,下面是三个要考虑的条件:固有电源——微处理器运行本身需要的电源;

I/O驱动电源——承担当单片机充当外部设备的电流源时的消耗;

休眠状态/后备电源——用于微处理器在等待一个特定的外部事件时钟开关的睡眠/待机模式下的电能消耗。

许多芯片具有强大的处理电路可以适应大量的不同种类的外设和电源,电压范围从1V到6V.

在不同的设备中描述电源的术语也不同(如图2.7),

比如VCC或VDD:表示高电压通常是+5V或+2V, Vss或GND表示接地。

图 2.7 单片机最小系统

在应用微处理器时,一个重要的必须考虑的因素是外部复杂的电源环境和干扰对电源电压的解耦。一个使用、可靠的解决方法是尽可能地在Vcc(Vdd)引脚接一个0.1uf的钽电容(如图2.7中的C2和C3),从而允许设备通过更大的I/O传输电流不至于造成突然地复位或数据缺失。并且可以对来自正极或负极的电流进行过滤。这里C3用来抵消在Vcc和Vss线路中高频振荡可能带来的电感干扰.

2-6-2 复位

为了保证微处理器在可靠地电压下运行。像图2.7中所示的C1,R1和S1组成的复位系统通常与芯片的RESET引脚接在一起。这就使芯片具备两种功能:重启的功能和电源保持的功能,具体描述如下:

(1)重启功能

此功能工作过程如下:

如果芯片在运行中,按下开关S1(图2.7),连在一起的Vcc和RESET引脚使电流从Vcc流向该引脚,导致该引脚保持高电平,并且该芯片的操作逻辑变回初始状态,或者说地址指针操作逻辑变为初始地址。因此,通过手动地打开S1,操作逻辑可以使芯片从混乱状态中恢复,比如由于外部的干扰引起的死循环。(2)延迟功能的电源

此功能工作过程如下:

当电源的开关被打开时,电容C1通过R1充电,电流从复位引脚流向Vcc,并使复位引脚处于高电平,复位过程如上所述,初始状态直到充电结束和充电电流消失为止。这个过程可以将操作逻辑延迟在初始状态,直到电源进入下一个稳定状态。

2-6-3 系统时钟/振荡器

运行时微处理器的每个操作步骤必须遵循精确的时序系统,这个时序系统是由外部提供的像时钟一样有稳定的脉冲序列与恒定的频率。提供这样的脉冲序列的系统称为时钟的信号系统,或简单的“时钟”,它是由一个电源电路驱动(如图3.7,Cl表示晶振,C4和C5:用于保证晶振系统的稳定)的震荡电路,此电源与震荡电路的震荡同步并为此震荡电路提供电能。

大多数的微控制器的设计可以工作在较宽的频率范围内:从直流到几十兆赫兹。微处理器的实用范围是由晶体震荡器频率范围的选择确定的。

另外的用于提供时钟方法是“RC震荡器”和一个任意的可以提供稳定时钟信号序列的外部电路或元件。第一个使用的是RC网络上升/下降时间的特性。因此它是最便宜的但不够准确。

一些微控制器有内部的RC或“环”型震荡器,没有任何外部的部分。它们通常通过一个配置寄存器控制存储器编程。

2-6-4 幅值与相位相反的元件

为了连接微处理器(通常,TTL或CMOS通信协议中逻辑“1”表示5V,逻辑“0”表示0V)和个人电脑或其他设备(通常,在通信协议中逻辑“1”表示—8~—12V,逻辑“0”表示+8~+12V),一个电位和相位相反的元件是用来将输入输出微处理器的TTL或CMOS协议系统的串行信号转换为RS232协议中可以与个人计算机或其他设备进行信息交流的信号。(如图2.7中Cv)

2-6-5 闭锁元件

当一些并行通信的总线暂时作为数据线,该元件的功能是作为中继站的数据线,保持稳定的临时的地址数据。这将在接下来的课程中详细的讲解。

2-6-6 时间检测电路(看门狗)

被称为看门狗的外部设备用于那些内部没有看门狗的微处理器中。如果操作系统出现了无限的循环状态或意外的错误状态,看门狗可以通过控制计数器和溢出信号使操作过程回到初始状态。如果运行正常时,微处理器可以发送“清除”信号使该功能不起作用。

当微处理器执行过程在规定的时间里仍未更新时(通常是几毫秒到几秒),微处理器外部和内部的看门狗扮演和复位一样的角色进行复位初始化。

微处理器的有效应用是由其合理的操作确定的,最新的应用是基于智能结构所有功能块中的微处理器的设计,接下来将对微处理器中的基本功能模块进行典型的介绍。

2-6-7 程序计数器

操作逻辑系统必须紧跟当前执行的程序,当执行到中断子程序或程序分支时,要使用程序计数器(“PC”)将当前值保存到寄存器中,并且当这些过程结

束时取回这些值。

程序计数器使用并行输入/输出,即使在普林斯顿建筑的机械中,这里它的价值是通过数据总线向存储控制器的读取和发送提供一个可读的地址。

该计数器的重要特征是并联的负载(更新程序计数器)、复位(重置PC的当前地址)、和通过指令代码单元控制的增量线。

2-6-8运算器

算术运算和逻辑运算是由运算器单元执行的(“ALU”),这些操作包括加法、减法、并运算、或运算。

AT89C51单片机外文翻译

AT89C51外文翻译 Description The AT89C51 is a low-power, high-performance CMOS 8-bit microcomputer with 4K bytes of Flash Programmable and Erasable Read Only Memory (PEROM). The device is manufactured using Atmel’s high density nonvolatile memory technology and is compatible with the industry standard MCS-51? instruction-set and pinout. The on-chip Flash allows the program memory to be reprogrammed in-system or by a conventional nonvolatile memory programmer. By combining a versatile 8-bit CPU with Flash on a monolithic chip, the Atmel AT89C51 is a powerful microcomputer which provides a highly flexible and cost effective solution to many embedded control applications. Features ? Compatible with MCS-51? Products ? 4K Bytes of In-System Reprogrammable Flash Memory – Endurance: 1,000 Write/Erase Cycles ? Fully Static Operation: 0 Hz to 24 MHz ? Three-Level Program Memory Lock ? 128 x 8-Bit Internal RAM ? 32 Programmable I/O Lines ? Two 16-Bit Timer/Counters ? Six Interrupt Sources ? Programmable Serial Channel ? Low Power Idle and Power Down Modes The AT89C51 provides the following standard features: 4K bytes of Flash,128 bytes of RAM, 32 I/O lines, two 16-bit timer/counters, a five vector two-level interrupt architecture, a full duplex serial port, on-chip oscillator and clock circuitry. In addition, the AT89C51 is designed with static logic for operation down to zero frequency and supports two software selectable power saving modes. The Idle Mode stops the CPU while allowing the RAM, timer/counters, serial port and interrupt system to continue functioning. The Power-down Mode saves the RAM contents but freezes the oscillator disabling all other chip functions until the next hardware reset.

毕设外文资料翻译.

理工学院 毕业设计外文资料翻译 专业:计算机科学与技术 姓名:马艳丽 学号: 12L0752218 外文出处:The Design and Implementation of 3D Electronic Map of Campus Based on WEBGIS 附件: 1.外文资料翻译译文;2.外文原文。

附件1:外文资料翻译译文 基于WebGIS的校园三维电子地图的设计与实现 一.导言 如今,数字化和信息化是当今时代的主题。随着信息革命和计算机科学的发展,计算机技术已经渗透到科学的各个领域,并引起了许多革命性的变化,在这些科目,古代制图学也不例外。随着技术和文化的不断进步,地图变化的形式和内容也随之更新。在计算机图形学中,地理信息系统(GIS)不断应用到Web,制作和演示的传统方式经历了巨大的变化,由于先进的信息技术的发展,地图的应用已经大大延长。在这些情况下,绘图将面临广阔的发展前景。电子地图是随之应运而生的产品之一。随着计算机技术,计算机图形学理论,遥感技术,航空摄影测量技术和其他相关技术的飞速发展。用户需要的三维可视化,动态的交互性和展示自己的各种地理相关的数据处理和分析,如此多的关注应支付的研究三维地图。东北石油大学及其周边地区的基础上本文设计并建立三维电子地图。 二.系统设计 基于WebGIS的校园三维电子地图系统的具有普通地图的一般特性。通过按键盘上的箭头键(上,下,左,右),可以使地图向相应的方向移动。通过拖动鼠标,可以查看感兴趣的任何一个地方。使用鼠标滚轮,可以控制地图的大小,根据用户的需求来查看不同缩放级别的地图。在地图的左下角会显示当前鼠标的坐标。在一个div层,我们描绘了一个新建筑物的热点,这层可以根据不同的地图图层的显示,它也可以自动调整。通过点击热点,它可以显示热点的具体信息。也可以输入到查询的信息,根据自己的需要,并得到一些相关的信息。此外,通过点击鼠标,人们可以选择检查的三维地图和卫星地图。 主要功能包括: ?用户信息管理:检查用户名和密码,根据权限设置级别的认证,允许不同权限的用户通过互联网登录系统。 ?位置信息查询:系统可以为用户提供模糊查询和快速定位。

基于51单片机的温度控制系统

创作编号: GB8878185555334563BT9125XW 创作者:凤呜大王*

毕业论文设计 基于51单片机的温度控制系统

摘要 在日常生活中温度在我们身边无时不在,温度的控制和应用在各个领域都有重要的作用。很多行业中都有大量的用电加热设备,和温度控制设备,如用于报警的温度自动报警系统,热处理的加热炉,用于融化金属的坩锅电阻炉及各种不同用途的温度箱等,这些都采用单片机技术,利用单片机语言程序对它们进行控制。而单片机技术具有控制和操作使用方便、结构简单便于修改和维护、灵活性大且具有一定的智能性等特 点,可以精确的控 制技术标准,提高了温控指标,也大大的提高了产品的质量和性能。 由于单片机技术的优点突出,智能化温度控制技术正被广泛地采用。本文介绍了基于单片机AT89C51 的温度控制系统的设计方案与软硬件实现。采用温度传感器DS18B20 采集温度数据,7段数码管显示温度数据,按键设置温度上下限,当温度低于设定的下限时,点亮绿色发光二极管,当温度高于设定的上限时,点亮红色发光二极管。给出了系统总体框架、程序流程图和Protel 原理图,并在硬件平台上实现了所设计功能。 关键词:单片机温度控制系统温度传感器

Abstract In daily life, the temperature in our side the ever-present, the control of the temperature and the application in various fields all have important role. Many industry there are a large number of electric heating equipment, and the temperature control equipment, such as used for alarm automatic temperature alarm systems, heat treatment furnace, used to melt metal crucible resistance furnace, and all kinds of different USES of temperature box and so on, these using single chip microcomputer, using single chip computer language program to control them. And single-chip microcomputer technology has control and convenient in operation, easy to modify and maintenance of simple structure, flexibility is large and has some of the intelligence and other characteristics, we can accurately control technology standard to improve the temperature control index, also greatly improve the quality of the products and performance. Because of the advantages of the single chip microcomputer intelligent temperature control technology outstanding, is being widely adopted. This paper introduces the temperature control based on single chip microcomputer AT89C51 design scheme of the system and the hardware and software implementation. The temperature sensor DS18B20 collection temperature data, 7 period of digital pipe display, the upper and lower limits of temperature button when temperature below the setting of the lower limit, light green leds, when the temperature is higher than the set on the limit, light red leds. Given the system framework and program flow chart and principle chart, and in Protel hardware platform to realize the function of the design. Keywords:SCM Temperature control system Temperature sensors

51单片机英文翻译

Single chip brief introduction The monolithic integrated circuit said that the monolithic micro controller, it is not completes some logical function the chip, but integrates a computer system to a chip on. Summary speaking: A chip has become a computer. Its volume is small, the quality is light, and the price cheap, for the study, the application and the development has provided the convenient condition. At the same time, the study use monolithic integrated circuit is understands the computer principle and the structure best choice. The monolithic integrated circuit interior also uses with the computer function similar module, SCM basic component is a central processing unit (CPU in the computing device and controller), read-only memory (usually expressed as a ROM), read-write memory (also known as Random Access Memory MRAM is usually expressed as a RAM) , input / output port (also divided into parallel port and serial port, expressed as I / O port), and so composed. In fact there is also a clock circuit microcontroller, so that during operation and control of the microcontroller, can rhythmic manner. In addition, there are so-called "break system", the system is a "janitor" role, when the microcontroller control object parameters that need to be intervention to reach a particular state, can after this "janitor" communicated to the CPU, so that CPU priorities of the external events to take appropriate counter-measures. what is different is its these part performance is opposite our home-use computer weak many, but the price is also low, generally does not surpass 10 Yuan then ......Made some control electric appliance one kind with it is not the 'very complex work foot, We use now the completely automatic drum washer, the platoon petti-coat pipe: VCD and so on Inside the electrical appliances may see its form! ......It is mainly takes the control section the core part It is one kind of online -like real-time control computer, online -like is the scene control, needs to have the strong antijamming ability, the low cost, this is also and the off-line type computer (for instance home use PC,) main difference The monolithic integrated circuit is depending on the procedure, and may revise. Realizes the different function through the different procedure, particularly special unique some functions, this is other component needs to take the very big effort to be able to achieve, some are the flowered big strength is also very difficult to achieve. One is not the very complex function, if develops in the 50s with the US 74 series, or the 60s's CD4000 series these pure hardware do decides, the electric circuit certainly arc a big PCB board ! But if, if succeeded in the 70s with the US puts in the market the series monolithic integrated circuit, the result will have the huge difference. Because only the monolithic integrated circuit compiles through you the procedure may realize the high intelligence, high efficiency, as well as redundant reliability The CPU is the key component of a digital computer. Its purpose is to decode instruction received from memory and perform transfers, arithmetic, logic, and control operations with data stored in internal registers, memory, or I/O interface units. Externally, the CPU provides one or more buses for transferring instructions, data, and control information to and from components connected to it. A microcontroller is present in the keyboard and in the monitor in the generic computer; thus these components are also shaded. In such microcontrollers, the CPU may be quite different from those discussed in this chapter. The word lengths may be short, the number of registers small, and the instruction sets limited. Performance, relatively speaking, is poor, but adequate for the task. Most

毕设英文翻译英文版

72页 Machine Tools Objectived. Machine tools are the main engines of the manufacturing industry. This chapter covers a few of the details that are common to all classes of machine tools discussed in this book. After completing the chapter, the reader will be able to >understand the classification of the various machine tools used in manufacturing industries. >identify the differences between generating and forming of surfaces. > identify various methods used to generate different types of surfaces. >distinguish between the different accuracies and surface finishes that are achievable with different machine tools. >understand the different components of the machine tools and their functions. >learn about the different support structures used in the machine tools. >understand the various actuation systems that are useful to generate the required surfaces. >Learn the different types of guideways used in the machine tools. >understand the work holding requirements. 3.1 INTRODUCTION The earliest known machine tools are the Egyptian foot-operated lathes.

51单片机英文翻译 初稿

1. About SCM It can be said across the twentieth century, the three "electric" era, that is, electrical era, the electronic age, and has now entered the computer age. However, such a computer, usually refers to the personal computer, referred to as PC. It consists of the host, keyboard, monitor etc.. Another type of computer, most people do not know how. This computer is to smart to give a variety of mechanical microcontroller (also known as micro-controller). As the name suggests, this computer system only used the smallest one IC, you can perform simple operations and control. Because of its small size, usually hidden in a charged mechanical "stomach" Lane. It is the entire device, like the human brain plays a role, it goes wrong, the whole device was paralyzed. Now, this MCU has a very wide field of use, such as smart meters, real-time industrial control, communications equipment, navigation systems, home appliances and so on. Once the microcontroller were using a variety of products, you can serve to upgrade the effectiveness of the product, often in the product name is preceded by the adjective - "smart", such as washing machines and so intelligent. At present, some technical personnel of factories or other amateur electronics developers to engage in out of certain products, not the circuit is too complex, that is, functions are too simple and easy to be copied. The reason may be stuck in the product without the use of a microcontroller or other programmable logic device. SCM basic component is a central processing unit (CPU in the computing device and controller), read-only memory (usually expressed as a ROM), read-write memory (also known as Random Access Memory MRAM is usually expressed as a RAM) , input / output port (also divided into parallel port and serial port, expressed as I / O port), and so composed. In fact there is also a clock circuit microcontroller, so that during operation and control of the microcontroller, can rhythmic manner. In addition, there are so-called "break system", the system is a "janitor" role, when the microcontroller control object parameters that need to be intervention to reach a particular state, can after this "janitor" communicated to the CPU, so that CPU priorities of the external events to take appropriate counter-measures. 单片机的简介 可以说,二十世纪跨越了三个“电”的时代,即电气时代、电子时代和现已进入的电脑时代。不过,这种电脑,通常是指个人计算机,简称PC机。它由主机、键盘、显示器等组成。还有一类计算机,大多数人却不怎么熟悉。这种计算机就是把智能赋予各种机械的单片机(亦称微控制器)。顾名思义,这种计算机的最小系统只用了一片集成电路,即可进行简单运算和控制。因为它体积小,通常都藏在被控机械的“肚子”里。它在整个装置中,起着有如人类头脑的作用,它出了毛病,整个装置就瘫痪了。

基于51单片机的智能家居控制系统方案

基于51单片机的智能家居控制系统 目录

作品简介 (3) 智能家居服务背景 (4) 技术与工艺创新 (4) 可行性分析 (5) 行业背景 (8) 竞争优势 (9) 市场前景 (10) 投资分析 (12) 参考文献 (14) 基于51单片机的智能家居控制系统

作品简介 21世纪是信息化的世纪,各种电信运营商和互联网新技术推动了社会文明的巨大进步。本文介绍的智能化家居控制系统的出现使得人们可以通过手机在任何时候、任意地点对家中的任意电器(空调、电视等)进行远程控制;也可以在下班途中,预先将家中的空调打开调节室温度,这一切的实现都仅仅是发一条简单的短信。此外,该系统还可使家庭具有多途径报警、远程监控等多种功能,如果不幸出现某种险情,您和110可以在第一时间获得通知以便进一步采取行动。舒适、时尚的家居生活是社会进步的标志,智能家居控制系统能够在不改变家中任何家电的情况下,对家里的电器、灯光、电源、家庭环境进行方便地控制,使人们尽享高科技带来的简便而时尚的现代生活。 实现智能化离不开运算和控制单元,本系统采用STC89C52RC作为主控器件,单片机应用系统由硬件和软件组成。硬件由单片机扩展的输入/出设备以及各种实现单片机系统控制要求的接口电路和有关的外围电路芯片或部件组成;而且外置红外控制遥控,可以不改变家居摆设情况下随意控制带红外控制功能的家电,如(空调、电视等)。软件由单片机应用系统实现其特定控制功能的各种工作程序和管理程序组成。本设计的STC89C52RC与各个芯片和模块的接口、各项标准都严格遵循国家有关标准,为以后的产品化提供了良好的基础。 本系统的远程控制是基于全球移动通信系统(GSM)通信方式,程控交换信令作为系统控制命令,采用Siemens TC35 GSM模块实现,单片机通过Siemens TC35 GSM模块识别接收来自手机的控制信号,用户可以根据设定的指令远程控制;各种传感器的检测是利用数据采集系统将多路被测量值转换成数字量,再经过单片机进行数据处理,实现实时测控;短消息发送部分采用基于SIEMENS TC35 GSM模块和TI公司的电平转换芯片MAX3238等器件构成的移动终端的硬件电路可以完成短消息收发等功能。 一、智能家居的服务背景

外文翻译--AT89C51单片机的介绍

专业文献翻译 题目: AT89C51单片机的介绍 姓名: 学院: 专业: 电子信息科学与技术 班级: 班 学号: 指导教师: 职称: 20 年月日

原文: The Introduction of AT89C51 Description The AT89C51 is a low-power, high-performance CMOS 8-bit microcomputer with 4K bytes of Flash programmable and erasable read only memory (PEROM). The device is manufactured using Atmel’s high-density nonvolatile memory technology and is compatible with the industry-standard MCS-51 instruction set. The on-chip Flash allows the program memory to be reprogrammed in-system or by a conventional nonvolatile memory programmer. By combining a versatile 8-bit CPU with Flash on a monolithic chip, the Atmel AT89C51 is a powerful microcomputer which provides a highly-flexible and cost-effective solution to many embedded control applications. Function characteristic The AT89C51 provides the following standard features: 4K bytes of Flash, 128 bytes of RAM, 32 I/O lines, two 16-bit timer/counters, one 5 vector two-level interrupt architecture, a full duplex serial port, one-chip oscillator and clock circuitry. In addition, the AT89C51 is designed with static logic for operation down to zero frequency and supports two software selectable power saving modes. The Idle Mode stops the CPU while allowing the RAM, timer/counters, serial port and interrupt system to continue functioning. The Power-down Mode saves the RAM contents but freezes the oscillator disabling all other chip functions until the next hardware reset. Pin Description VCC:Supply voltage. GND:Ground.

毕设外文翻译

英文翻译 题目: 通过分析变压器中溶解气体而进行故障诊断的专家系统 姓名: 宋日成 学院: 工学院 专业: 自动化 班级: 自动化112 班学号: 32211218 指导教师: 陆静职称: 讲师 2015年3月14日 南京农业大学教务处制

An Expert System for Transformer Fault Diagnosis Using Dissolved Gas Analysis W. S. Chan ·Y. L. Xu ·X. L. Ding ·W. J. Dai Received: 9 November 2005 / Accepted: 11 August 2006 / Published online: 7 September 2006? Springer-Verlag 2006 Abstract In order to automate the transformer fault diagnosis, improve the accuracy of judgment, the introduction of artificial intelligence expert system fault diagnosis. The system is based on fuzzy reasoning confidence by observing the information, the use of knowledge to reach a conclusion. Test proved this method reduces the randomness of judgment, improved diagnosis. Keywords:Expert System Transformer Troubleshooting 1 Introduction The power transformer is a major apparatus in a power system, and its correct functioning is vital to system operations. In order to minimize system outages,many devices have evolved to monitor the serviceability of power transformers. These devices, such as, Buchholz relays or differential relays, respond only to a severe power failure requiring immediate removal of the transformer from service, in which case, outages are inevitable. Thus, preventive techniques for early detection faults to avoid outages would be valuable. In this way, analysis of the mixture of the faulty gases dissolved in insulation oil of power transformer has received worldwide recognition as an effective method for the detection of incipient faults. Many researchers and electrical utilities have reported on their experience and developed interpretative criteria on the basis of DGA. However, criteria tend to vary from utility to utility. Each approach has limitations and none of them has a firm mathematical description. Therefore, transformer diagnosis is still in the heuristic stage. For this reason, knowledge-based programming is a suitable approach to implement in such a diagnostic problem. Based on the interpretation of DGA, a prototype of an expert system for diagnosis of suspected transformer faults and their maintenance procedures is proposed. The significant source in this knowledge base is the gas ratio method. Some limitations of this approach are overcome by incorporating the diagnostic procedure and the synthetic expertise method. Furthermore, data bases adopted from TPCS gas records of transformers are incorporated into the expert system to increase the practical performance. Uncertainty of diagnosis is managed by using fuzzy set concepts. This expert system is constructed with rule based knowledge representation, since it can be expressed by experts. The expert system building tool, Knowledge Engineering System (KES), is used in the development of the knowledge system

单片机外文翻译--STC89C52处理芯片

外文资料翻译 STC89C52 processi ng chip Prime features: With MCS - 51 SCM product compatibility, 8K bytes in the system programmable Flash memory, 1000 times CaXie cycle, the static operation: 0Hz ~ 33Hz, triple encryption program memory, 32 programmed I/O port, three 16 timer/counter, the eight uninterrupted dual-career UART serial passage, low power consumption, leisure and fall after fall electric power mode can be awakened and continuous watchdog timer and double-number poin ter, power ide ntifier. Efficacy: characteristics STC89C52 is one kind of low power consumption, high CMOS8 bit micro-co ntroller, 8K in system programmable Flash memory. Use high-de nsity nonv olatile storage tech no logy, and in dustrial 80C51 product in structi on and pin fully compatible. The Flash memory chips allows programs in the system, also suitable for programmable conventional programming. In a single chip, have clever 8 bits CPU and on li ne system programmable Flash, in crease STC89C52 for many embedded control system to provide high vigorous application and useful solutions. STC89C52 has following standard efficacy: 8k byte Flash RAM, 256 bytes, 32 I/O port, the watchdog timer, two, three pointer numerical 16 timer/counter, a 6 vector level 2 continuous structure, the serial port, working within crystals and horological circuit. In addition, 0Hz AT89S52 can drop to the static logic operation, support two software can choose power saving mode. Idle mode, the CPU to stop working, and allows the RAM, timer/c oun ters, serial, continu ous to work. Protectio n asa na patter n, RAM content is survival, vibrators frozen, SCM, until all the work under a continuous or hardware reset. 8-bit microcontrollers 8K bytes in the system programmable Flash AT89S52 devices. Mouth: P0 P0 mouth is a two-way ope n drain I/O. As export, each can drive eight TTL logic level. For P0 port to write "1", foot as the high impeda nee in put. When access to exter nal programs and nu merical memory, also known as

相关文档