代码搜索结果
找到约 5,431 项符合
Temperature 的代码
temperature.hex
:0D054300CEC2B6C83A00CFB5C1D0BAC500CF
:1003530012055C12055C1205071204F07F331204C8
:10036300D7E4F5171204B6740F2517F8A607051777
:10037300E517C3940840ED1204F07F8012046DE486
:10038300F517E51790054393F
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
A51 MACRO ASSEMBLER TEMPERATURE 06/23/2007 10:21:11 PAGE 1
MACRO ASSEMBLER A51 V7.10
OBJECT MODULE PLACED IN temperature.OBJ
ASSEMB
temperature.asm
;----------------------------------
; 温度检测实例
;功能:从温度传感器DS18B20读写,然后将接收到的数据
; 直接显示到两个数码管上
;-----------------------------------
; 这是关于DS18B20的读写程序,数据脚P2.2,晶振11.0592m ...
temperature.lnp
"temperature.obj"
TO "temperature"
temperature.plg
礦ision2 Build Log
Project:
F:\project\写书\program\42\temperature.uv2
Project File Date: 06/23/2007
Output:
Build target 'Target 1'
assembling
temperature.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
temperature.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity temperature is
port( clk:in std_logic;-------时钟1MHz
dq:in std_logic;---------数字温度串行输入端口
d:out std_logic;