代码搜索结果
找到约 2,916 项符合
Energy 的代码
catfish.java
import java.util.Vector;
/*
* Created on Jul 5, 2003
*
*/
/**
* Catfish - simulates a catfish - can swim, eat, and consume
* energy in the process.
*
* @author iCarnegie av
*
*
crocodile.java
import java.util.Vector;
/*
* Created on Jul 6, 2003
*
*/
/**
* Crocodile - to simulate artificial life. Eats small fish.
*
* @author iCarnegie av
*
*/
public class Crocodile ext
catfish.java
import java.util.Vector;
/*
* Created on Jul 5, 2003
*
*/
/**
* Catfish - simulates a catfish - can swim, eat, and consume
* energy in the process.
*
* @author iCarnegie av
*
*
crocodile.java
import java.util.Vector;
/*
* Created on Jul 6, 2003
*
*/
/**
* Crocodile - to simulate artificial life. Eats small fish.
*
* @author iCarnegie av
*
*/
public class Crocodile ext
catfish.java
import java.util.*;
/*
* Created on Jan 6, 2004
*
*/
/**
* Basic Catfish - simulates a catfish - can swim and consume
* energy in the process.
*
* @author iCarnegie srt
*
*/
p
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