代码搜索结果

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

main.lst

C51 COMPILER V7.06 MAIN 08/29/2006 22:25:45 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN ma

1820.c

#include "define.h" #include "1820.h" #include #define uchar unsigned char #define uint unsigned int sbit dq = P2^3; bit flag; uint Temperature; uchar temp_buff[9]; //存储读取的字节,

1820.lst

C51 COMPILER V7.06 1820 08/29/2006 22:25:45 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE 1820 OBJECT MODULE PLACED IN 18

main.c

#include "AT89x51.h" #include "1820.h" #include"at89x51.h" unsigned char code leddata[]={ 0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90,0x88,0x83,0xC6, 0xA1,

14.c

#include int main() { char cmd; float temperature; while(1) { printf("\n*****************************************\n"); printf("\n| Please select one of convertions: |\n");

@psc_readme_7635_3.txt

Title: cpu-test Description: This little german code, sets your cpu-work at 100 percent, after then you can test with other tools how's temperature of cpu. If your cooler system is ok, nothing should

viscair.m

function vis=viscair(Ta) % VISCAIR: computes viscosity of air % vis=VISCAIR(Ta) computes the kinematic viscosity of dry air as a % function of air temperature following Andreas (1989), CRREL

spshfttc.m

function [sp2,ustar]=spshfttc(sp1,z1,z2,Ta) % SPSHFTTC: adjusts wind speed from z1 to z2 following Smith (1988). % sp2 = SPSHFTTC(sp1,z1,z2,Ta) shifts the wind speed sp1 measured at z1 to % z2 u

stresstc.m

function tau=stresstc(sp,z,Ta,rhoa) % STRESSTC: computes the neutral wind stress following Smith (1988). % tau = STRESSTC(sp,z,Ta,rhoa) computes the neutral wind stress given the % wind speed a

satvap.m

function ew=satvap(Ta,P) % SATVAP: computes saturation vapor pressure % q=satvap(Ta) computes the vapor pressure at satuation at air % temperature Ta (deg C). From Gill (1982), Atmos-Ocean Dyna