代码搜索:测量温度
找到约 7,506 项符合「测量温度」的源代码
代码结果 7,506
www.eeworm.com/read/113496/15454781
doc 压力测量.doc
www.eeworm.com/read/108707/15579003
obj 转速测量.obj
www.eeworm.com/read/108707/15579015
c 转速测量.c
#include
#define min 240000
unsigned char sew;
unsigned int zasu;//转速时间
bit buza;//不转标志
extern unsigned int zangsuzia;//每分钟转速值
extern bit qdcesubuza;
void extern_int0() i
www.eeworm.com/read/108707/15579034
lst 转速测量.lst
C51 COMPILER V7.06 转速测量 12/23/2003 08:42:58 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE 转速测量
OBJECT MODULE PLACED IN .\转速测量
www.eeworm.com/read/313864/13580167
txt 带温度测量的lcd显示的实时时钟.txt
#include
#include "16x2LCDDriver.h" //LCD头文件
#include "DS18B20Driver.h" //DS18B20头文件
#include "DS1302Driver.h" //DS1302头文件
struct TimerStruct //定义时钟的数据结构
{
www.eeworm.com/read/479625/6689443
m51 ds18b20温度测量系统.m51
BL51 BANKED LINKER/LOCATER V6.00 11/23/2008 16:07:10 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
C:\软件\KEIL\C51\BIN\BL51.EXE .\S
www.eeworm.com/read/479625/6689451
bak ds18b20温度测量系统_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/479625/6689452
uv2 ds18b20温度测量系统.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2,
www.eeworm.com/read/264628/11308022
txt 用普通io口测量温度(ntc)的程序(zt).txt
用普通IO口<mark>测量温度</mark>(NTC)的程序(zt)
程序匠人 发表于 2007-5-22 8:50:00 阅读全文(466) | 回复(0) | 引用通告(0) | 编辑
这是一段利用单片机IO口作的温控程序,感温元件是NTC。功能是,当温度低过某值时开始加热,随着温度上升。。。当高到某值时停止加热,然后开始冷却。。。不断重复。。。
使用时要注意RC常数,常数过大会造成16位计数 ...