代码搜索:温度检测仪
找到约 5,381 项符合「温度检测仪」的源代码
代码结果 5,381
www.eeworm.com/read/26100/953893
plg asfdasf.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\项目3-数字温度传感器DS18B20应用\程序\asfdasf.uv2
Project File Date: 11/20/2010
Output:
www.eeworm.com/read/26454/959750
plg wdjk.plg
礦ision Build Log
Project:
E:\飞思卡尔\电子大赛\5 综合课题演练\梅田温度监控\wdjk.uvproj
Project File Date: 05/29/2012
Output:
Build target 'Target 1'
assembling S
www.eeworm.com/read/26486/960511
18b20
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit ds=P2^2; //温度传感器信号线
sbit beep=P2^3; //蜂鸣器
sbit dula=P2^6; //数码管段选线
sbit wela=P2^7; //数码管
www.eeworm.com/read/27673/988989
h keydisp.h
#ifndef _H_KeyDisp
#define _H_KeyDisp
#include
#include
//sbit key1=P0^3; //模式选择 温度、时间、日期
//sbit key2=P0^2; //设置
//sbit key3=P0^1; //增加
//sbit key4=P0^0; /
www.eeworm.com/read/38039/1092852
mnu show_con.mnu
LOADS#BC 加载/边界条件
#
Pressure 压力
Show a pressure applied to a surface.
显示一个压力作用于一张曲面。
Displacement 位移
Show a displacement applied to a geometric element.
显示一个位移作用于一个几何形状元素。
Temperature 温度
Show a temper
www.eeworm.com/read/41518/1144258
yl-10-ds18b20
礦ision Build Log
Project:
D:\工作\制版成功\YL-10-DS18B20模块\YL-10-DS18B20资料\数码管温度测量\1.uvproj
Project File Date:
Output:
www.eeworm.com/read/476739/1367401
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;
www.eeworm.com/read/228279/4765703
cfg pointgrp.cfg
BeginGrp
t01 = T,*,*, 温度
t02 = P,*,*, 压力
t03 = F,*,*, 流量
t04 = L,*,*, 液位
t05 = A,O,*, 模拟量输出
t06 = D,I,*, 开关量输入
t07 = D,O,*, 开关量输出
t08 = *,B,*,, 报警点
t09 = *,*,T, 调节点
EndGrp
www.eeworm.com/read/155906/5617716
c adc0_temp_pro.c.c
//内部温度传感器调试程序//
//利用过采样实现16位精度//
//ADC0_TEMP_PRO.c
#include
#include
#define ADC0START temppage=SFRPAGE;SFRPAGE=0x00;AD0BUSY=1;SFRPAGE=temppage
#define STACK_LEN 128
//
www.eeworm.com/read/155906/5617718
#2 adc0_temp_pro.c.#2
//内部温度传感器调试程序//
//利用过采样实现16位精度//
//ADC0_TEMP_PRO.c
#include
#include
#define ADC0START temppage=SFRPAGE;SFRPAGE=0x00;AD0BUSY=1;SFRPAGE=temppage
#define STACK_LEN 128
//