代码搜索结果
找到约 5,431 项符合
Temperature 的代码
weatherqbar.strings
/** string for weather QBar window */
LQPluginDescription = "Display weather of today, including temperature, wind bearing";
LQTemperature = "Temp.: %d℃ ~ %d℃";
LQWindBearing = "Wind: %@";
LQCit
ice_dh.f
c=======================================================================
!---! Energy-conserving sea ice model
!---! Routines to grow/melt ice and adjust temperature profile
!---!
!---! author C. M. B
currentconditionsdisplay.java
package headfirst.observer.weather;
public class CurrentConditionsDisplay implements Observer, DisplayElement {
private float temperature;
private float humidity;
private Subject weatherData;
forj10-adtemperature.wsdt
AD-temperature/Debug
frmstart.frm
VERSION 5.00
Begin VB.Form frmDevSel
BorderStyle = 3 'Fixed Dialog
Caption = "Temperature Measurement Demo: Select Device"
ClientHeight = 4590
ClientLeft
currentconditionsdisplay.java
package headfirst.observer.weather;
public class CurrentConditionsDisplay implements Observer, DisplayElement {
private float temperature;
private float humidity;
private Subject weatherData;
makefile.am
## Source directory
# SUBDIRS =
h_sources = thermo.h \
acentric_factor.h \
boiling_point.h \
critical_pressure.h \
critical_temperature.h \
density.h \
diffusion.h \
element.h \
element_name
key.h~
#ifndef __KEY_H__
#define __KEY_H__
#include "MEGA16.h"
#define PA6 6
#define PA7 7
#define PB0 0
#define PB1 1
#define PB2 2
#define PB3 3
#define PB4 4
#def
key.h
#ifndef __KEY_H__
#define __KEY_H__
#include "MEGA16.h"
#define PA6 6
#define PA7 7
#define PB0 0
#define PB1 1
#define PB2 2
#define PB3 3
#define PB4 4
#def
quad.c
/******** program quad **********/
/* 2-d stress analysis using 4-node */
/* quadrilateral elements with temperature */
/* t.r.chandrupatla and a.d.belegundu */
/***