-
1. PL/0 语言介绍
●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包...
1. PL/0 语言介绍
●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。
●保留字(关键字):所谓保留字是指在Pascal语言中具有特定的含义。标准Pascal语言中的保留字一共有35个,Turbo Pascal语言一共有51个。下面是Pascal语言的保留字:AND,ARRAY,BEGIN,CASE,CONST,DIV,DO,DOWNTO,ELSE,END,FILE,FOR,FUNTION,GOTO,IF,IN,LABEL,MOD,NIL,NOT,OF,OR,PACKED,PROCEDURE,PROGRAM,RECORD,REPEAT,SET,THEN,TO,TYPE,UNTIL,VAR,WHILE,WITH,EXPORTS,SHR,STRING,ASM,OBJECT,UNIT,CONSTRUCTOR,IMPLEMENTATION,DESTRUCTOR,USES,INHERITED,INLINE,INTERFACE,LIBRARY,XOR,SHL
-err
- 2023-01-01 10:20:04下载
- 积分:1
-
摘要】 本文介绍了以AT89S51单片机为核心的温度控制器的设计,在该设计中采用高精度的温度传感器AD590对电热锅炉的温度进行实时精确测量,用超低温漂移高精度...
摘要】 本文介绍了以AT89S51单片机为核心的温度控制器的设计,在该设计中采用高精度的温度传感器AD590对电热锅炉的温度进行实时精确测量,用超低温漂移高精度运算放大器OP07将温度-电压信号进行放大,再送入12位的AD574A进行AD转换,从而实现自动检测,实时显示及越限报警。控制部分采用PID算法,实时更新PWM控制输出参数,控制可控硅的通断时间,最终实现对炉温的高精度控制。
【关键词】 水温控制系统
PID控制单片机
温度控制是工业生产过程中经常遇到的过程控制,有些工艺过程对其温度的控制效果直接影响着产品的质量,因而设计一种较为理想的温度控制系统是非常有价值的。
一
系统设计方案的论证与比较
根据题目要求,电热锅炉温度控制系统由核心处理模块、温度采集模块、键盘显示模块、及控制执行模块等组成。-Abstract This paper introduces the single-chip AT89S51 temperature controller at the core of the design, in the design of high-precision temperature sensor AD590 temperature of the heating boiler accurate measurement of real-time, using ultra-low temperature drift, high-precision operational amplifier OP07 temperature Part of the use of PID control algorithms, real-time PWM control output parameter update and control the on-off Thyristor time, finally achieve the high-precision control of temperature.
【Key Words】 temperature control system
PID control of single-chip
Temperature control is the process of ind
- 2023-07-15 09:45:04下载
- 积分:1
-
哈希表的实现问题描述设计到系统的地址…
问题描述
设计散列表实现通讯录查找系统,使得平均查找长度不超过2,完成相应的建表和查表程序。
-Hash table implementation to describe the design problem to find the system address book, bringing the average search length of no more than 2 to complete the construction of the corresponding table and look-up table procedures.
- 2022-09-10 09:35:03下载
- 积分:1
-
Introduced an embedded Ethernet interface design, SPCE500 A micro
介绍了一种嵌入式以太网接口的设计方案, 采用微控制器SPCE500 A 与以太网控
制芯片RTL 8019A S 进行硬件电路连接, L’nSPTM IDE 上采用嵌入式汇编进行软件设计, 并给
出了有关的硬件框图及程序片断.-Introduced an embedded Ethernet interface design, SPCE500 A micro-controller with the Ethernet controller chip RTL 8019A S connected to the hardware circuit, L" nSPTM IDE compilation on embedded software design, and gives hardware block diagram of the fragment and procedures.
- 2023-07-12 20:45:03下载
- 积分:1
-
如何建立第一
How to build First-Generation Wireless USB Devices-First-Generation Wireless U.S. B Devices
- 2022-02-01 22:24:21下载
- 积分:1
-
双向二极管
Bidirectional LEDs
A novel microprocessor interface circuit is described which can alternately emit and
detect light using only an LED, two digital I/O pins and a single current limiting re-
sistor.
- 2022-01-25 22:14:57下载
- 积分:1
-
这篇实验报告阐述了无线通信系统仿真的原理。主要完成两个任务,任务一是BPSK调制在AWGN信道和在rayleigh信道下的性能比较,任务二 CDMA扩频多用户系...
这篇实验报告阐述了无线通信系统仿真的原理。主要完成两个任务,任务一是BPSK调制在AWGN信道和在rayleigh信道下的性能比较,任务二 CDMA扩频多用户系统。这篇报告介绍了相关原理,并且在附录上有matalb源代码及注释。-This report describes the experimental wireless communications system simulation theory. Completed two major tasks, First, the task BPSK modulation in AWGN channel and rayleigh channel, the comparison two tasks CDMA multi-user system. This report describes the relevant principles, and the appendix are matalb source code and the Notes.
- 2022-05-17 21:10:57下载
- 积分:1
-
管理信息系统开发案例,详细介绍了开发流程包含各种要素,可以作为参考。...
管理信息系统开发案例,详细介绍了开发流程包含各种要素,可以作为参考。-Management information system development case, detailing the development process includes a variety of factors can serve as a reference.
- 2022-01-22 14:57:28下载
- 积分:1
-
TMS320F240在有功功率变换器.测量等方面的应用科技文档及源码,来之不易,与大家共享....
TMS320F240在有功功率变换器.测量等方面的应用科技文档及源码,来之不易,与大家共享.-TMS320F240 in the active power converter. The application of measurement science and technology documents and source code, does not come easily, and everyone shared.
- 2023-05-15 04:00:02下载
- 积分:1
-
设计一个语音解说系统,并且带有源代码和原理图及pcb图
设计一个语音解说系统,并且带有源代码和原理图及pcb图-Design a voice guide system, and with the source code and schematic and pcb diagram
- 2022-02-04 22:25:30下载
- 积分:1