代码搜索结果
找到约 5,431 项符合
Temperature 的代码
time_sim.sdf
// The TEMPERATURE and VOLTAGE fields in the SDF file produced by Xilinx are currently
// not implemented. These fields are place holders. These fields will be implemented
// in a future release.
(D
forj10-adtemperature.wsdt
AD-temperature/Debug
main_p_control.m
% Control of a water tank temperature
% Case of Proportional Control
% Author's Data: Housam BINOUS
% Department of Chemical Engineering
% National Institute of Applied Sciences and Technology
%
p_control.m
% Control of a water tank temperature
% Case of Proportional Control
% Author's Data: Housam BINOUS
% Department of Chemical Engineering
% National Institute of Applied Sciences and Technology
%
launchpad_temp_gui.pde
/**
* LaunchPad GUI
*
* Select COM port that LaunchPad is connected to
* receive serial communication from LaunchPad for
* instantaneous temperature readings.
*
**/
PFont fontA;
char instruct;
launchpad_temp_gui.pde
/**
* LaunchPad GUI
*
* Select COM port that LaunchPad is connected to
* receive serial communication from LaunchPad for
* instantaneous temperature readings.
*
**/
PFont fontA;
char instruct;
currentconditionsdisplay.java
package headfirst.observer.weather;
public class CurrentConditionsDisplay implements Observer, DisplayElement {
private float temperature;
private float humidity;
private Subject weatherData;
currentconditionsdisplay.java
package headfirst.observer.weather;
public class CurrentConditionsDisplay implements Observer, DisplayElement {
private float temperature;
private float humidity;
private Subject weatherData;
ckttemp.c
/*
* Copyright (c) 1985 Thomas L. Quarles
*/
/* CKTtemp(ckt)
* this is a driver program to iterate through all the various
* temperature dependency functions provided for the circuit
weatherqbar.strings
/** string for weather QBar window */
LQPluginDescription = "Display weather of today, including temperature, wind bearing";
LQTemperature = "Temp.: %d℃ ~ %d℃";
LQWindBearing = "Wind: %@";
LQCit