代码搜索结果

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

algaecolony.java

/*!Begin Snippet:AlgaeColony*/ /* * Created on Jul 4, 2003 * */ /** * AlgaeColony does not move. If there is sunlight, a portion of the solar * energy will be converted into life-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 * *

duan.m

%滤波后的语音信号为c103.wav N = 160 [Y,Fs,bits] = wavread('c101.wav'); L = length ( Y ) %短时能量 for i=1:L-N e(i)=energy(x(i:i+N)); end plot(e,'LineWidth',2); xlabel('时间t'); ylabel('能量E');

test.plg

礦ision3 Build Log Project: C:\Documents and Settings\Kunibabina\Desktop\Prepaid Energy Meter\test.uv2 Project File Date: 12/26/2008 Output:

energydetector.cpp

/****************************************************************************** * EnergyDetector -- simulates a energy detector * * Functions -- SetEnergyLevel, Energy

refrac.m

function xresult = refrac(varargin) % REFRAC Material property function interacted with X-rays % r = refrac('Formula String',Energy,MassDensity,'PlotStyle') returns % disperion absorption, cri

refrac.asv

function xresult = refrac(varargin) % REFRAC Material property function interacted with X-rays % r = refrac('Formula String',Energy,MassDensity,'PlotStyle') returns % disperion absorption, cri

energy_cons_1d.tex

\begin{comment} #include #include #include \end{comment} \section{Energy conservation in one dimension} In this example, we compute the total energy over time for a p

energy_cons.tex

\begin{comment} #include #include #include \end{comment} \section{Energy conservation in cylindrical coordinates} In this example, we compute the total energy over ti

sigmerge.m

function sig=sigmerge(x1,x2,ratio); %SIGMERGE Add two signals with given energy ratio in dB. % SIG=SIGMERGE(X1,X2,RATIO) adds two signals so that a given % energy ratio expressed in deciBels is satisf