代码搜索结果
找到约 5,431 项符合
Temperature 的代码
timer_state_data.cpp
/**
* Timer_State_Data.cpp,v 1.3 2004/01/04 01:33:00 bala Exp
*
* Reactor examples
*
* Timers & state data
*/
#include "ace/OS_NS_time.h"
#include "ace/Log_Msg.h"
#include "ace/Reacto
server.cpp
// server.cpp,v 1.3 2002/01/06 15:48:40 schmidt Exp
// ============================================================================
//
// = LIBRARY
// TAO/examples/Advanced/ch_8_and_10
//
/
ds18b20.h
#ifndef DS18B20_h
#define DS18B20_h
#define uchar unsigned char
#define uint unsigned int
void Wire_delay(uint T_us); //延时T_us,us
bit Reset_DS18B20(); //初始化函数
bit Read_bit() ;
uch
ds18b20.h
/********************************************************************
//AVR系统的处理器为: ATmega32
//AVR系统的晶振频率: 8.0000 Mhz
****************************************
main.txt
; generated by ARM/Thumb C/C++ Compiler with , RVCT3.1 [Build 939] for uVision
; commandline ArmCC [--debug -c --asm --interleave -o".\NOR FLASH\main.o" --depend=".\NOR FLASH\main.d" --device=DARMSS9
ds1820_lcd.lst
C51 COMPILER V8.02 DS1820_LCD 03/19/2007 21:31:15 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE DS1820_LCD
OBJECT MODULE PLACED
start_lo.sh
#!/bin/sh
echo "Cleaning evrything\n"
make clean
echo "Starting Temperature reader \n"
./adc_read 60 15 7 &
sleep 15m
echo "Starting HTML constructor \n"
./read_data_average.perl 15 &
k2f.m
% K2F Convert a temperature from Kelvin to Farenheit
%
% [F] = K2F (K) converts K into Farenheit
%
function [F] = K2F (K)
F = C2F(K2C(K));
f2k.m
% F2K Convert a temperature from Farenheit to Kelvin
%
% [K] = F2K (F) converts F into Kelvin
%
function [K] = F2K (F)
K = C2K(F2C(F));
ds18b20.h
/*==================================================================
[注]:STC5408AD的晶振频率为11.0592MHz
====================================================================*/
#ifndef __DS18B20_H__