代码搜索结果

找到约 5,431 项符合 Temperature 的代码

18b20.c

#include"main.h" #include"18b20.h" #include"init.h" static uchar read_18B20(void) ; extern uint temperature ; uint getemp(void) { uchar tempL ,tempH ; static uint

ds18b20_3.h

#include #include #define uchar unsigned char #define uint unsigned int uint temp3; // variable of temperature sbit DS3=P1^2; //define interface v

j_waitnotify.java

package creaatThread; class J_Expriment { private int m_temperature, m_pressure; private boolean m_ready = false; public synchronized void mb_update(int t, int p) { System.out.prin

inifile.cpp

#include "StdAfx.h" #include "IniFile.h" #define INI_SECTION_NAME _T("TEMPERATURE_UI") #define INI_DEFAULT_STRING _T("UI_DEFAULT") CIniFile::CIniFile(void) : m_pFileName( NULL ) { } CIniF

demoh2osat.m

function demoH2Osat % demoH2OSat Fit saturation pressure versus temperature for water % % Synopsis: demoH2Osat % % Input: none % % Output: Print curve fit coefficients. Plot fit fcn vs. o

demoh2osat.m

function demoH2Osat % demoH2OSat Fit saturation pressure versus temperature for water % % Synopsis: demoH2Osat % % Input: none % % Output: Print curve fit coefficients. Plot fit fcn vs. o

find_temp.m

function [temp] = find_temp(tree,handles); % Selects the temperature. num_temp=handles.par.num_temp; min_clus=handles.par.min_clus; aux =diff(tree(:,5)); % Changes in the first cluster size

demoh2osat.m

function demoH2Osat % demoH2OSat Fit saturation pressure versus temperature for water % % Synopsis: demoH2Osat % % Input: none % % Output: Print curve fit coefficients. Plot fit fcn vs. o

test1.cpp

#include #define uchar unsigned char #define uint unsigned int sbit DS=P2^2; //define interface 定义DS18B20接口 uint temp; // variable of temperature uchar f

envctrl.c

/* $Id: envctrl.c,v 1.24.2.1 2002/01/15 09:01:39 davem Exp $ * envctrl.c: Temperature and Fan monitoring on Machines providing it. * * Copyright (C) 1998 Eddie C. Dost (ecd@skynet.be) * Copyrigh