代码搜索结果

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

cp0201_waveform.m

% % FUNCTION 2.5 : "cp0201_waveform" % % Generates the energy-normalized pulse waveform % % Special case of the second derivative Gaussian pulse: % SCHOLTZ'S MONOCYCLE % % ********************

snowpackenergybalance.c

/* * SUMMARY: SnowPackEnergyBalance.c - Calculate snow pack energy balance * USAGE: Part of DHSVM * * AUTHOR: Bart Nijssen * ORG: University of Washington, Departm

snowpackenergybalance.c

/* * SUMMARY: SnowPackEnergyBalance.c - Calculate snow pack energy balance * USAGE: Part of DHSVM * * AUTHOR: Bart Nijssen * ORG: University of Washington, Department o

例程12-10.m

% 当前的延拓模式是补零 % 产生原始信号 x = randn(1,200); % 计算x的shannon熵 e1 = wentropy(x,'shannon') % 计算x的对数能量熵 e2 = wentropy(x,'log energy') % 计算x的阈值熵,阈值取为0.2 e3 = wentropy(x,'threshold',0.2) % 计算x的“sure”熵,阈值

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

crocodile.java.bak

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

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; import java.util.Random; /** * Catfish - simulates a catfish - can swim, eat, and consume * energy in the process. * * @author Yuzhen Chen. * */ public clas

crocodile.java

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