代码搜索结果

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

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

59012

Path: cantaloupe.srv.cs.cmu.edu!das-news.harvard.edu!noc.near.net!howland.reston.ans.net!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!zazen!uwec.edu!nyeda From: nyeda@cnsvax.uwec.edu (David Nye)

poisson.m

function [u, energy] = Poisson(mesh, f, g_D, g_N) % POISSON solve the 2-D Poisson equation % -\Delta u = f, % in the current mesh with boundary conditions % u = g_D on the Dirich

croodile.java.bak

import java.util.Random; import java.util.Vector; /** * Crocodile - simulates a catfish - can swim, eat, and consume * energy in the process. */ public class Crocodile extends Animal {

catfish.java.bak

import java.util.Vector; import java.util.Random; /** * Catfish - simulates a catfish - can swim, eat, and consume * energy in the process. * * @author Yuzhen Chen. * */ public clas