代码搜索结果

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

---warbot.nlogo

breeds [ Explorers RocketLaunchers MyHome Missile Burgers Walls ] turtles-own [ energy carrying-food? detection-range speed waiting ] RocketLaunchers-own [ nb-missiles max-missiles target ] Missile-ow

---brokenrabbits.nlogo

globals [ ticks ] breeds [ sheep wolves rabbits] turtles-own [ energy ] sheep-own [ grabbed? ] ;; used to prevent two wolves from eating the same sheep rabbits-own [ grabbed? ] ;; used to prev

margtfr.m

function [margt,margf,E]=margtfr(tfr,t,f) %MARGTFR Marginals and energy of a time-frequency representation. % [MARGT,MARGF,E]=MARGTFR(TFR,T,F) calculates the time and % frequency marginals and the en

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

energy.m

% MATLAB SIMULATION OF FS-1015 LPC-10e % COPYRIGHT (C) 1996-99 ANDREAS SPANIAS and TED PAINTER % % This Copyright applies only to this particular MATLAB implementation % of the LPC-10e coder. The

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

margtfr.m

function [margt,margf,E]=margtfr(tfr,t,f) %MARGTFR Marginals and energy of a time-frequency representation. % [MARGT,MARGF,E]=MARGTFR(TFR,T,F) calculates the time and % frequency marginals and the en

margtfr.m

function [margt,margf,E]=margtfr(tfr,t,f) %MARGTFR Marginals and energy of a time-frequency representation. % [MARGT,MARGF,E]=MARGTFR(TFR,T,F) calculates the time and % frequency marginals and the en

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

ac1135.pas

program tju1135; const maxl=500001; maxwordlen=20; maxwords=15; maxtrie=maxwordlen*maxwords; var door:array[1..maxl]of char; trie:array[0..maxtrie,'@'..'Z']of word; energy:array