代码搜索结果
找到约 5,431 项符合
Temperature 的代码
creepbs.h
#ifndef CREEPBS_H
#define CREEPBS_H
#include "genfile.h"
#include "alias.h"
/**
class contains B3 model of creep
from t0 to t
K_s shape factor slab=1.0, cylinder=1.15, sguare prism.=
creepb.h
#ifndef CREEPB_H
#define CREEPB_H
#include "genfile.h"
#include "alias.h"
/**
class contains B3 model of creep
from t0 to t
K_s shape factor slab=1.0, cylinder=1.15, sguare prism.=1.
glasgowdam.cpp
#include "glasgowdam.h"
#include "matrix.h"
#include "vector.h"
#include "elastisomat.h"
#include "global.h"
#include "intpoints.h"
#include "tensor.h"
#include "vecttens.h"
#include
#define
sa.cpp
/*
指标函数:访问所有城市的路径的长度
新解的产生: 选择两个城市间的位置交换方式得到一个可能解的邻域, 在随机选择一个解
新解的接受准则:exp(-(fj-fi)/t)
初始温度的确定:产生一组解,使其平均接受概率为0.9
内循环次数:10n
温度的衰减系数:0.95
算法的停止准则:温度低于0.01获没有新解产生
*/
#include
#incl ...
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
thermospeedhc.m
function T = thermospeedHC(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.
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