代码搜索结果

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

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

converttemperatures.java

import java.io.*; // needed for keyboard input import java.text.*; // needed for formatting public class ConvertTemperatures { public static void main(String[] args) throws java.io.IOExcep

heat_sys.m

function xdot = heat_sys(trel,x) %Simulation of the target heat system heatglbl % Global variables temp = x(1); % First state variable is temperature of the object qin = Kin * pwm_out; % Heat inpu

heat_sys.m

function xdot = heat_sys(trel,x) %Simulation of the target heat system heatglbl % Global variables temp = x(1); % First state variable is temperature of the object qin = Kin * pwm_out; % Heat inpu

fahrenheit.java

//******************************************************************** // Fahrenheit.java Author: Lewis/Loftus // // Demonstrates the use of JFrame and JTextArea GUI components. //********

复件 fahrenheit.java

//******************************************************************** // Fahrenheit.java Author: Lewis/Loftus // // Demonstrates the use of JFrame and JTextArea GUI components. //********

main.c

//----------------------------------------------------------------------------- // Temp_3.c //----------------------------------------------------------------------------- // Copyright 2001 Cygnal

md1.f90

! MD1: a simple, minimal molecular dynamics program in Fortran 90 ! ! Lennard-Jones potential, 'velocity' Verlet time integration algorithm. ! Computes kinetic and potential energy, density, pres