代码搜索:温度采集器

找到约 5,473 项符合「温度采集器」的源代码

代码结果 5,473
www.eeworm.com/read/257254/11940327

plg adc.plg

礦ision2 Build Log Project: D:\微流速仪\51和VB程序\51程序\msc1210片上温度演示\ADC演示.uv2 Project File Date: 09/04/2006 Output: Build target 'Target 1' compili
www.eeworm.com/read/257226/11942103

plg ds18b20.plg

礦ision2 Build Log Project: E:\学习\Proteus\DS18B20数字温度计\DS18B20工程\DS18B20.uv2 Project File Date: 06/07/2007 Output:
www.eeworm.com/read/340908/12125520

c adc0_temp_pro.c

//内部温度传感器调试程序// //利用过采样实现16位精度// //ADC0_TEMP_PRO.c #include #define ADC0START temppage=SFRPAGE;SFRPAGE=0x00;AD0BUSY=1;SFRPAGE=temppage #define STACK_LEN 128 //采样128次,再将128个数据总和除以8
www.eeworm.com/read/340908/12125530

c adc0_temp_pro.c

//内部温度传感器调试程序// //利用过采样实现16位精度// //ADC0_TEMP_PRO.c #include #define ADC0START temppage=SFRPAGE;SFRPAGE=0x00;AD0BUSY=1;SFRPAGE=temppage #define STACK_LEN 128 //采样128次,再将128个数据总和除以8
www.eeworm.com/read/340692/12139502

h disp.h

extern union p_temp { unsigned char c[2]; unsigned int X; }upper_limit,lower_limit,difference;/*温度上限设定值,下限设定值,和偏差值*/ extern unsigned char set;//运行状态标志0运行状态;1上限值设定状态;2下限值设定状态;3偏差值设定状态 ext
www.eeworm.com/read/151608/12188629

m exm1073_1.m

%exm1073_1.m tp=(0:100)/100*5;yp=8+4*(1-exp(-0.8*tp).*cos(3*tp)); %压力数据 tt=(0:500)/500*40;yt=120+40*(1-exp(-0.05*tt).*cos(tt)); %温度数据 %产生双坐标系图形 clf reset,shg,h_ap=axes('Position',[0.13,0.13,0.7,0
www.eeworm.com/read/339835/12201877

plg 温测b.plg

礦ision3 Build Log Project: E:\51单片机练习\温度测量系统b(仿真版)\温测b.uv2 Project File Date: 07/04/2008 Output: Build target 'Target 1' compiling 温测b.c...
www.eeworm.com/read/338771/12284500

asm ir.asm

;参考程序A:IR.ASM: ;此程序接收红外发射过来的数据,解码后由CPU读取并显示在LED数码管上. ;红外遥控器 IR.ASM 2005.9.21 $include (c8051f020.inc) // SFR declarations PPA EQU 8000H ;8255的端口地址,8255驱动数码管显示温度值 PPB
www.eeworm.com/read/338299/12314364

asm wendu.asm

TEMPER_L EQU 36H TEMPER_H EQU 35H TEMPER_NUM EQU 60H FLAG1 BIT 00H DQ BIT P3.3 AAA:MOV SP,#70H LCALL GET_TEMPER LCALL TEMPER_COV LJMP AAA NOP ;------------------读出转换后的温度值 GET_TEMPER: SET
www.eeworm.com/read/149520/12368513

c adc0_temp_pro.c

//内部温度传感器调试程序// //利用过采样实现16位精度// //ADC0_TEMP_PRO.c #include #define ADC0START temppage=SFRPAGE;SFRPAGE=0x00;AD0BUSY=1;SFRPAGE=temppage #define STACK_LEN 128 //采样128次,再将128个数据总和除以8