代码搜索结果
找到约 5,431 项符合
Temperature 的代码
fet120_adc10_03.c
//*****************************************************************************
// MSP-FET430P120 Demo - ADC10, Sample A10 Temp, Set P1.0 if Temp ++ ~2C
//
// Description: se ADC10 and the integr
plotoven.m
% Plot oven data
% File format is t th1set th1 m1 th2set th2 m2
load('working\ovendata.txt');
subplot(2,2,1);
plot(ovendata(:,1),ovendata(:,4),'k');
ylabel('Heater#1 current');
subplot(2,2,3);
plotoven.m
% Plot oven data
% File format is t th1set th1 m1 th2set th2 m2
load('working\ovendata.txt');
subplot(2,2,1);
plot(ovendata(:,1),ovendata(:,4),'k');
ylabel('Heater#1 current');
subplot(2,2,3);
plotoven.m
% Plot oven data
% File format is t th1set th1 m1 th2set th2 m2
load('working\ovendata.txt');
subplot(2,2,1);
plot(ovendata(:,1),ovendata(:,4),'k');
ylabel('Heater#1 current');
subplot(2,2,3);
plotoven.m
% Plot oven data
% File format is t th1set th1 m1 th2set th2 m2
load('working\ovendata.txt');
subplot(2,2,1);
plot(ovendata(:,1),ovendata(:,4),'k');
ylabel('Heater#1 current');
subplot(2,2,3);
exm043~1.m
%exm04311_1.m
%直接对域赋值法产生"单构架"。
green_house.name='一号房'; %构架域由(构架名).(域名)标识。
green_house.volume='2000立方米'; %
green_house.parameter.temperature=[31.2 30.4 31.6 28.7
ds18b20.c
/* Multipoint thermometer with LCD display
using the Maxim DS18B20
1 Wire bus temperature sensors
CodeVisionAVR C Compiler
(C) 2000-2005 HP InfoTech S.R.L.
www.hpinfotech.ro
ds18b20__.c
/* Multipoint thermometer with LCD display
using the Maxim DS18B20
1 Wire bus temperature sensors
CodeVisionAVR C Compiler
(C) 2000-2005 HP InfoTech S.R.L.
www.hpinfotech.ro
ds1820.lst
1: //文件名:DS18B20.c
2: #define uchar unsigned char
3: #define uint unsigned int
4:
5: #define XF_MCU 1 //定义用哪一种单片机,1时,用于PIC; 0时,用于MSP430;
6:
7
ds1820.c
//文件名:DS18B20.c
#define uchar unsigned char
#define uint unsigned int
#define XF_MCU 1 //定义用哪一种单片机,1时,用于PIC; 0时,用于MSP430;
#if XF_MCU==0
#include
#include "DS182