代码搜索:温度检测仪

找到约 5,381 项符合「温度检测仪」的源代码

代码结果 5,381
www.eeworm.com/read/225829/14514270

plg ds1820.plg

礦ision3 Build Log Project: E:\proteus projects\DS18B20温度显示v0.3\ds1820.uv2 Project File Date: 06/18/2007 Output: Build target 'Target 1' compi
www.eeworm.com/read/123272/14639951

h ads1242.h

/* * copyright (c) 兰州瑞德高科技有限公司电专项目组 * all rights reserved. * 文件名称: ads1242.c * 摘 要: ads1242的温度采集 * 当前版本: v1.0 * 作 者: 杨晓卫 and 周军 * 完成日期: 2004.7.29 * 修改日期: 2004.8.2 */ #ifndef ADS124
www.eeworm.com/read/212756/15150448

plg temperature_chip_driver.plg

礦ision2 Build Log Project: D:\单片机教程\C51实例代码\温度芯片驱动\temperature_chip_driver.uv2 Project File Date: 07/11/2004 Output: Build target 'Target 1'
www.eeworm.com/read/6387/85274

ewb 带隙基准电压电路图.ewb

Electronics Workbench Circuit File Version: 5 Charset: ANSI Description: "带隙基准电压电路图" " 在集成电路内部,往往需要建立低内阻点,以作为内部电压源。对这种电压源的要求是:" " 1. 等效微变电阻要低。" " 2. 直流电压对温度不敏感。" "
www.eeworm.com/read/6387/85314

ewb 通用恒压电路.ewb

Electronics Workbench Circuit File Version: 5 Charset: ANSI Description: "通用恒压电路图" " 在集成电路内部,往往需要建立低内阻点,以作为内部电压源。对这种电压源的要求是:" " 1. 等效微变电阻要低。" " 2. 直流电压对温度不敏感。" "
www.eeworm.com/read/7815/135848

o 111.o

XL H 1 areas 6 global symbols M _111.c S _convert Ref0000 S _rdtemp Ref0000 A text size 62 flags 0 dbfile ..\..\..\..\PROTEU~2\5.avr\19.温度测量ds18b20\3.开搞ds18b20\111.c dbfile D:\教程及心得\Proteus\PRO
www.eeworm.com/read/7815/135903

dbg 111.dbg

IMAGECRAFT DEBUG FORMAT VERSION 1.2 CPU AVR FRAMEPOINTER Y DIR D:\教程及心得\Proteus\PROTEU~2\5.avr\19.温度测量ds18b20\1.精确延时\ FILE 111.c FUNC delay 6A fV BLOCK 9 6A LINE 9 6A BLOCKEND 0 6A FUNCEND 6
www.eeworm.com/read/8474/148282

c ex90.c

//实例90:DS18B20温度检测及其液晶显示 #include //包含单片机寄存器的头文件 #include //包含_nop_()函数定义的头文件 unsigned char code digit[10]={"0123456789"}; //定义字符数组显示数字 unsigned char code Str[]={"Test
www.eeworm.com/read/10871/191262

plg 24.plg

礦ision3 Build Log Project: D:\study\第 02 篇 硬件应用\24 DS1621温度传感器实验\code\24.uv2 Project File Date: 08/13/2009 Output:
www.eeworm.com/read/11647/232202

c 18b20.c

#include #include #define uchar unsigned char #define uint unsigned int sbit ds=P2^2; //温度传感器信号线 sbit dula=P2^6; //数码管段选线 sbit wela=P2^7; //数码管位选线 sbit beep=P2^3;