代码搜索结果

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

tempload.h

#ifndef TEMPLOAD_H #define TEMPLOAD_H #include /** This class groups temperature load data and it is used for the mechprep preprocessor. */ class tempload { public : long nlc; ///

glasgownew.h

#ifndef GLASGOWNEW_H #define GLASGOWNEW_H #include "iotools.h" #include "alias.h" #include "genfile.h" /** ordering of variables in eqother array temperature [K], */ class glasgownew { p

glasgownew.cpp

#include "glasgownew.h" #include "vecttens.h" #include "global.h" #include "intpoints.h" glasgownew::glasgownew () { } glasgownew::~glasgownew () { } void glasgownew::read (XFILE *in) { } /**

main.lst

C51 COMPILER V8.01 MAIN 07/14/2008 15:57:31 PAGE 1 C51 COMPILER V8.01, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN ma

listener.c

// Phillip Hoang // Arun Gupta // May 31, 2001 //============================================================================= // ----------------------------------------------------------------

sht11.c

/*********************************************************************************** Project: SHT11 demo program (V2.0) Filename: SHT11.c Prozessor: 80C51 family

weatherballoon.cpp

#include #include #include #include "weatherballoon.h" WeatherBalloon::WeatherBalloon(QWidget *parent) : QPushButton(tr("Quit"), parent) { connect(this, SIGNAL

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

template_perturb.txt

function W = PROBLEMNAME_perturb(X,W,Ea,T) % W = PROBLEMNAME_perturb(X,W,Ea,T) % % X = behaviorally constant application data % % W = (on input) current state, (on output) next state. % %

tinitwhite.m

function [T0,W,Ew,Wbsf,Ebsf,Ea,Ev,steps] = TinitWhite(r, walkers, newstate, X, cost, moveclass) % White temperature initialization method supplied with SA Tools. % Copyright (c) 2002, by Richard Fro