代码搜索结果

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

player.java

import javax.microedition.lcdui.*; public class Player extends Sprite { protected int areas[][] = {{2, 1, 6, 3}, {3, 4, 4, 5}, {0, 9, 10, 14}}; protected int energy; public Player(Image

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

bullet.java

import javax.microedition.lcdui.*; import java.io.IOException; public class Bullet extends Actor { private SpriteClip spriteClip; private Image image1; private int i; p

nap.maple

# Neuron activation probability # where T is the amount of thermal noise in # the system, and a is the energy level # of the neuron. p := proc (t,a) RETURN( 1/(1+(E^(-(a/t))))) end;