代码搜索结果

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

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

tinitt0.m

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

analog.lst

C51 COMPILER V7.06 ANALOG 05/19/2004 15:18:10 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE ANALOG OBJECT MODULE PLACED IN

datalogger.h

//: C19:DataLogger.h // From Thinking in C++, 2nd Edition // at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Datalogger record layout #ifndef DATALOG

setf.cpp

// setf.cpp -- using setf() to control formatting #include int main() { using std::cout; using std::endl; using std::ios_base; int temperature = 63; cout

makefile

##################################################################### # # Created by u'nSP IDE 09:14:46 11/25/05 # ##############################################################

makefile

##################################################################### # # Created by u'nSP IDE 10:33:40 11/25/05 # ##############################################################

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. % %