-
装置的功能是对温度进行实时监测与控制。由温度传感器DS18B20对温度进行采样和转换成数字信号送入单片机,并与设定的报警温度上、下限值进行比较,信息通过LCD显...
装置的功能是对温度进行实时监测与控制。由温度传感器DS18B20对温度进行采样和转换成数字信号送入单片机,并与设定的报警温度上、下限值进行比较,信息通过LCD显示出来。如实时温度超过设定的上、下限值,一方面由LCD显示信息,并发出警报声;另一方面自动控制继电器(Relay)开接通或断开,从而控制加热源的开与断,达到对温度进行实时控制的目的。-Device" s function is real-time temperature monitoring and control. Temperature by the temperature sensor DS18B20 sample and converted into a digital signal into the microcontroller, and with the set alarm temperature of the upper and lower limit comparison information through the LCD display. Such as real-time temperature exceeds a set upper and lower limits on the one hand by the LCD to display information, and the alarm sound the other hand, automatic control relay (Relay) to open turn on or off to control the opening and the heat source off, to achieve real-time temperature control.
- 2022-02-20 12:38:04下载
- 积分:1
-
本程序实现标准浮点数除法。
入口参数:被除数在ARGBH1:ARGBL1:EXP1中,除数在ARGBH2:ARGBL2:EXP2中。
出口参数:结果在A...
本程序实现标准浮点数除法。
入口参数:被除数在ARGBH1:ARGBL1:EXP1中,除数在ARGBH2:ARGBL2:EXP2中。
出口参数:结果在ARGBH1:ARGBL1:EXP1中。-This procedure to achieve the standard floating-point division. Entrance parameters: dividend in ARGBH1: ARGBL1: EXP1, the divisor in ARGBH2: ARGBL2: EXP2 in. Export parameters: the results of ARGBH1: ARGBL1: EXP1 in.
- 2022-02-04 10:30:33下载
- 积分:1
-
1-WIRE通讯协议的C51例子程序集锦
1-WIRE通讯协议的C51例子程序集锦-1-WIRE communication protocol procedures for the collection of the best examples of C51
- 2023-03-30 12:40:03下载
- 积分:1
-
EnergyOperator
提取teager能量算子和其解调信号,能够增强和突出冲击信号(Extracting Teager energy operator and its demodulation signal can enhance and highlight the impact signal)
- 2021-02-09 22:19:53下载
- 积分:1
-
某个程序字符出现的标志 例如 a 0 1
某个程序字符出现的标志 例如 a 0 1-Characters in a program such as signs emerged a 0 1
- 2022-08-02 20:09:19下载
- 积分:1
-
易语言,DLL源码.利用DLL调用检验程序完整性!
易语言,DLL源码.利用DLL调用检验程序完整性!-Yi language, DLL source code. The use of DLL calls the integrity of testing procedures!
- 2022-08-14 11:13:46下载
- 积分:1
-
C optimum triangulation
用C++实现最优三角剖分-C optimum triangulation
- 2022-03-12 01:34:14下载
- 积分:1
-
CompilerWriting
how to create a compiler
- 2009-03-15 23:28:38下载
- 积分:1
-
Artificial assembler
人工造字汇编程序,对研究人工造字有一定帮助-Artificial assembler-defined, the study of artificial characters have a certain extent, help
- 2022-06-03 06:26:43下载
- 积分:1
-
8086单片机为基础的程序,所有类型的字符串
我写了所有基于8086的程序。所有程序都正常工作,没有错误。需要注意的重要一点是,程序是使用MASM编写的,因此使用TASM的人应该注意段的语法之间的差异,所有算法都将保持不变。要确定字符串是否是回文的,可以使用DOS中断编写用户驱动的程序。所有的程序都有数据段,用最简单的算法编写。对于数字的排序,使用了气泡排序算法。文件以.rar格式附加。虽然文件是以.asm格式保存的,但是可以使用记事本或任何类似的编辑器打开它们。&谢谢。。。
- 2022-05-15 21:28:36下载
- 积分:1