代码搜索结果

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

weatherinfo_en.txt

Outlook Temperature Humidity Wind Play Sunny Hot High Weak No Sunny Hot High Strong No Overcast Hot High Weak Yes Rain Mild High Weak Yes Rain Cool Normal Weak Yes Rain Cool Nor

dlgstat.cpp

// DlgStat.cpp : 实现文件 // #include "stdafx.h" #include "Temperature.h" #include "DlgStat.h" // CDlgStat 对话框 IMPLEMENT_DYNAMIC(CDlgStat, CDialog) CDlgStat::CDlgStat(CWnd* pParent /*=NUL

dlgwait.cpp

// DlgWait.cpp : 实现文件 // #include "stdafx.h" #include "Temperature.h" #include "DlgWait.h" // CDlgWait 对话框 IMPLEMENT_DYNAMIC(CDlgWait, CDialog) CDlgWait::CDlgWait(CWnd* pParent /*=NUL

dlgreaddata.cpp

// DlgReadData.cpp : 实现文件 // #include "stdafx.h" #include "Temperature.h" #include "DlgReadData.h" #include "DeviceClient.h" #include "ErrorCode.h" #include "CommonMacro.h" #include "ResultD

dlgset.cpp

// DlgSet.cpp : 实现文件 // #include "stdafx.h" #include "Temperature.h" #include "DlgSet.h" // CDlgSet 对话框 IMPLEMENT_DYNAMIC(CDlgSet, CDialog) CDlgSet::CDlgSet(CWnd* pParent /*=NULL*/)

gridstatic.cpp

// GridStatic.cpp : 实现文件 // #include "stdafx.h" #include "Temperature.h" #include "GridStatic.h" #include "DynamicData.h" #include "DeviceClient.h" // CGridStatic // #define GRID_WIDTH 3

ds18b20.h

#include #include #define uchar unsigned char #define uint unsigned int uint temp; // variable of temperature sbit DS=P1^0; //define interface void de

jz.c

#include "mb95100.h" extern unsigned char keybuf; extern unsigned char menustate; unsigned int press[3],voltpress[3]; unsigned int temperature[3],volttem[3]; unsigned int flownum[3],voltflow[3];

inputrule.cpp

// InputRule.cpp : implementation file // #include "stdafx.h" #include "Temperature.h" #include "InputRule.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] =

temp3.c

// // // // Function: Test Temperature.-30~+105 // // Used Equation // // RT/R25=e(B*((1/(T+273))-(1/298))) // // // // Change List: V0.9 -> V0.91 (07,02) //