代码搜索结果
找到约 5,431 项符合
Temperature 的代码
siman.c
#include
#include
#include
/* set up parameters for this simulated annealing run */
/* how many points do we try before stepping */
#define N_TRIES 200
ex7_1.m
%
% This program computes the small-signal impedance of
% a Si-based pn-junction diode
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
msp430x24x_uscib0_i2c_01.c
//******************************************************************************
// MSP430x24x Demo - USCI_B0 I2C Master to TMP100, Set P1.0 if Temp > 28C
//
// Description: I2C interface to TMP1
ds18b20.h
//描述:DS18B20驱动程序声明
//******************************************************************************
#define DQ1 P5OUT|=BIT7 //DQ=1
#define DQ0 P5OUT&=~BIT7 //DQ=0
//例程解说: 将DS18B20的变量及
fet140_i2c_01.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C Master Interface TMP100, Set P1.0 if Temp > 28c
//
// Description; I2C interface to
siman.c
#include
#include
#include
#include
/* set up parameters for this simulated annealing run */
/* how many points do we try before stepping */
#define
if_program.adb.dg
with ada;
with text_io;
use text_io;
with ada.ada__integer_text_io;
use ada.ada__integer_text_io;
procedure if_program is
temperature : integer;
L_1 : label
begin
L_1 : while (tr
msp430x24x_uscib0_i2c_01.c
//******************************************************************************
// MSP430x24x Demo - USCI_B0 I2C Master to TMP100, Set P1.0 if Temp > 28C
//
// Description: I2C interface to TMP1
fet140_i2c_01.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Intf. to TMP100, Set P1.0 if Temp > 28C
//
// Description: I2C interface to T
fet140_i2c_01.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Intf. to TMP100, Set P1.0 if Temp > 28C
//
// Description: I2C interface to T