代码搜索结果

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

setf.cpp

// setf.cpp -- using setf() to control formatting #include int main() { using std::cout; using std::endl; using std::ios_base; int temperature = 63; cout

bipart_perturb.m

function W = bipart_perturb(X,W,Ea,T) % W = bipart_perturb(X,W,Ea,T) % Method for graphbipart example supplied with SA Tools. % See http://www.frostconcepts.com/software for information on SA Tools

18b20.c

/************************************************************ *18B20驱动程序,DQ为数据口,接于P3.5 *11.0592M晶振,上拉4.7k电阻 *************************************************************/ #include #incl

dftcs.f

! dftcs - Program to solve the diffusion equation ! using the Forward Time Centered Space (FTCS) scheme. program dftcs integer*4 MAXN, MAXnplots parameter( MAXN = 300, MAXnplots = 5

1763.cpp

#include #include #include using namespace std; int main() { float u; vectortemperature; while(1) { scanf("%f",&u); if(u==999) break; els

adc0mode1.#3

#include #include typedef unsigned char tByte; typedef unsigned int tWord; typedef unsigned long tLong; sbit CS1=P3^6; #define SYSCLK 11059200 #define ADCFreque

adc0mode1.#2

#include #include typedef unsigned char tByte; typedef unsigned int tWord; typedef unsigned long tLong; sbit CS1=P3^6; #define SYSCLK 11059200 #define ADCFreque

adc0mode1.c

#include #include typedef unsigned char tByte; typedef unsigned int tWord; typedef unsigned long tLong; sbit CS1=P3^6; #define SYSCLK 11059200 #define ADCFreque

adc0mode1.lst

C51 COMPILER V7.00 ADC0MODE1 04/11/2005 20:29:37 PAGE 1 C51 COMPILER V7.00, COMPILATION OF MODULE ADC0MODE1 OBJECT MODULE PLACED

fet140_adc12_03.c

//***************************************************************************** // MSP-FET430P140 Demo - ADC12, Sample A10 Temp, Set P1.0 if Temp ++ ~2C // // Description: Use ADC12 and the integ