代码搜索结果

找到约 2,916 项符合 Energy 的代码

hoffmann.m

function b = hoffmann(Ea0,Ea,Ew,walkers,T,step,maxsteps,C) % Equilibration method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcepts.c

thermospeedr.m

function T = thermospeedR(Ea,Estd,walkers,dEtgt,v,e,T,t,P) % Heat capacity thermospeed temperature update method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. %

geman.m

function T = geman(Ea,Estd,walkers,dEtgt,v,e,T,t,P) % Geman temperature update method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcep

geometric.m

function T = geometric(Ea,Estd,walkers,dEtgt,v,e,T,t,P) % Geometric temperature update method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.fro

berkeley.m

function T = berkeley(Ea,Estd,walkers,dEtgt,v,e,T,t,P) % Berkeley temperature update method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frost

hartley.m

function T = hartley(Ea,Estd,walkers,dEtgt,v,e,T,t,P) % Hartley temperature update method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostco

retrospect.m

function T = retrospect(Ea,Estd,walkers,dEtgt,v,e,T,t,P) % Retrospective temperature update method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://ww

conv_cor.c

/*LINTLIBRARY*/ /*PROTOLIB1*/ #include #include #include "main.h" #include "conv_cor.h" #include "rint.h" static void CalcStochConv( float ExcVec[], int ExV

conv_cor.c

/*LINTLIBRARY*/ /*PROTOLIB1*/ #include #include "main.h" #include "conv_cor.h" #include "rint.h" static void CalcStochConv( float ExcVec[], int ExVecLen, float LPImpRes

cp0201_waveform.m

% % FUNCTION 2.5 : "cp0201_waveform" % % Generates the energy normalized pulse waveform % % Special case of the second derivative Gaussian pulse: % SCHOLTZ'S MONOCYCLE % % ********************