代码搜索:测温枪
找到约 631 项符合「测温枪」的源代码
代码结果 631
www.eeworm.com/read/217459/14962664
vhd led_convertor.vhd
--测温仪表的数制转换及显示模块
--硬件测试:通过
--作者;Michael
--时间:2006.10.20
--版本:定稿版
Library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_unsigned.all;
Entity led_convertor is
Port(clock:in std_log
www.eeworm.com/read/15883/554257
h lcd18b20.h
/*******************DS18B20测温程序******************************************
运行结果会在函数ReadTemperature()保存两位十进制数字的温度值
调用时,要这样:
uchar temp; 设定一个无符号变量temp
temp=ReadTemperature(); 变量temp=函数值
www.eeworm.com/read/19111/811416
asm ex10-4.asm
TEMP_ZH EQU 24H ;实测温度值存放单元
TEMPL EQU 25H
TEMPH EQU 26H
TEMP_TH EQU 27H ;高温报警值存放单元
TEMP_TL EQU 28H ;低温报警
www.eeworm.com/read/25754/949566
1602 ds1302 18b20-=-
/*******************DS18B20测温程序******************************************
运行结果会在函数ReadTemperature()保存两位十进制数字的温度值
调用时,要这样:
uchar temp; 设定一个无符号变量temp
temp=ReadTemperature(); 变量temp=函数值
www.eeworm.com/read/205066/5026024
txt dict.txt
barotaxy 枪性
barothermogram 气压温度曲线
barothermograph n. 气压温度计, 气压温度记录器\n 气压温度记录器
barothermohydrograph 气压温度湿度自动记录仪
barothermohygrogram 气压温度湿度曲线
barothermohygrograph 气压温度湿度计
barotolerancy 耐压性
baroto
www.eeworm.com/read/205066/5026031
txt dict.txt
barotaxy 枪性
barothermogram 气压温度曲线
barothermograph n. 气压温度计, 气压温度记录器\n 气压温度记录器
barothermohydrograph 气压温度湿度自动记录仪
barothermohygrogram 气压温度湿度曲线
barothermohygrograph 气压温度湿度计
barotolerancy 耐压性
baroto
www.eeworm.com/read/351339/10657445
c 1602lcm.c
/**********************************************************************************
名称: DS18B20+1602LCD温度计
显示器件:1602LCD
分辨率: 0.125摄氏度
测温范围:0~125摄氏度
知识重点:1。1-wire的驱动(18B20的读写)
2。
www.eeworm.com/read/351339/10657511
c 1602lcm.c
/**********************************************************************************
名称: DS18B20+1602LCD温度计
显示器件:1602LCD
分辨率: 0.125摄氏度
测温范围:0~125摄氏度
知识重点:1。1-wire的驱动(18B20的读写)
2。
www.eeworm.com/read/446021/7586663
txt 新建 文本文档 (8).txt
PIC16F877的用18B20测温的部分程序
[电子技术资料] [回复] [引用回复] [表格型] [跟帖] [转发到Blog] [关闭] [浏览64次]
--------------------------------------------------------------------------------
用户名: lin_feng
要关中断,
在每个字
www.eeworm.com/read/488625/6482934
c 2.c
/***********************************************************
实验名称:温度计(数码管显示)示例程序
程序说明:显示温度-55到+125度,显示精度为0.1度,显示采用4位LED显示测温值
作者:RF-X1开发板团队
日期:2008-7-28
******************************************