代码搜索结果
找到约 5,431 项符合
Temperature 的代码
lm75.c
/*
National Semiconductor LM75 I2C bus
temperature sensor functions
CodeVisionAVR C Compiler
(C) 1998-2004 Pavel Haiduc, HP InfoTech S.R.L.
*/
#include
union lm75_temp {
sample12_1.c
#include
#include "RS.h"
int main (int argc, char *argv[])
{
ViSession vi;
double temp=0,pressure=0;
RS_init ("ASRL1::INSTR", VI_FALSE, VI_FALSE, &vi);
if(RS_GetAttributeViReal64 (vi,
main.m
clc;clear;
figure(1);
Parameter_Sum=6;%从Parameter_Sum_All中找出参数个数为Parameter_Sum的最优组合
[J_Yuan,Para_Position,Parameter_Sum_All]=wh_test_44(Parameter_Sum);
Max=J_Yuan;Max_1=Max;Sample_Sum=wh_ZHS(Param
ds1820.c
/* Multipoint thermometer with LCD display
using the Dallas Semiconductor DS1820/18S20
1 Wire bus temperature sensors
CodeVisionAVR C Compiler
(C) 2000-2005 HP InfoTech S.R.L.
ww
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
maximize_params.m
function CPD = maximize_params(CPD, temp)
% MAXIMIZE_PARAMS Set the params of a hhmmQ node to their ML/MAP values.
% CPD = maximize_params(CPD, temperature)
if sum(CPD.start_counts(:)) > 0
CPD
plot_results_heat.m
function plot_results_heat ( in_data, resp, dof, NF, showPS)
% PLOT temperatures (2D)
% =============================================================================
warning off
if 1
1-wire.h
#define WE 0
#define PORT_1Wire PINA
#define SET_1Wire DDRA&=~_BV(WE)
#define CLEAR_1Wire DDRA|=_BV(WE)
unsigned char RESET_PULSE(void);
void send(char bit);
unsigned char read(void);
v
maximize_params.m
function CPD = maximize_params(CPD, temp)
% MAXIMIZE_PARAMS Set the params of a CPD to their ML values (Gaussian)
% CPD = maximize_params(CPD, temperature)
%
% Temperature is currently only used for e
maximize_params.m
function CPD = maximize_params(CPD, temp)
% MAXIMIZE_PARAMS Set the params of a CPD to their ML values (dsoftmax) using IRLS
% CPD = maximize_params(CPD, temperature)
% temperature parameter is ign