代码搜索结果
找到约 5,431 项符合
Temperature 的代码
temperature.c
#include "reg51.h"
char disp[11]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x40};
char disp_dot[11]={0xbf,0x86,0xdb,0xcf,0xe6,0xed,0xfd,0x87,0xff,0xef,0xc0};
sbit DQ = P1^3; //定义通信端口
temperature.lnp
"temperature.obj"
TO "temperature"
temperature.plg
礦ision3 Build Log
Project:
D:\1B.MCU\clock_demo\tmp\temperature.uv2
Project File Date: 11/01/2006
Output:
Build target 'Target 1'
compiling t
temperature.hex
:100218000B083F065B4F666D7D077F6F400B13BF72
:0A02280086DBCFE6EDFD87FFEFC097
:04024D007FE87E03C5
:0B025100EF1FAC0670011E4C70F6227F
:1001D400E4D2937F08FE120251C2937F507E001234
:1001E4000251D2937F0E
temperature.opt
### 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 {
temperature.lst
C51 COMPILER V8.02 TEMPERATURE 08/11/2012 19:28:33 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE TEMPERATURE
OBJECT MODULE PLACE
temperature.c
#include
#include "temp.h"
/**********************************************************
*采用DS1820+YM12864R精确到4位小数的温度计
*还请高手指点!
*编程:飞扬
*版本:V0.3
*DS1820设置为12位精度
************************
temperature.lnp
"temperature.obj",
"LCD12864R.obj",
"DS1820.obj"
TO "temperature"
RAMSIZE(256)
temperature.plg
礦ision3 Build Log
Project:
D:\单片机资料\RZ-51V20 实例程序\30-综合实例\12864 18B20温度计(串行方式显示)\temperature.uv2
Project File Date: 01/04/2008
Output:
Build t