代码搜索结果
找到约 2,276 项符合
Energy 的代码
catfish.java.bak
import java.util.Vector;
/**
* Catfish - simulates a catfish - can swim, eat, and consume
* energy in the process.
*
*
*/
public class Catfish extends LivingBeing {
/**
* The
catfish.java
import java.util.Vector;
/**
* Catfish - simulates a catfish - can swim, eat, and consume
* energy in the process.
*
*
*/
public class Catfish extends LivingBeing {
/**
* The
catfish.java.bak
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
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
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
catfish.java.bak
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
*
*
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
*
*
例程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”熵,阈值
dedx.f
*$debug
*$declare
program calDEDX
include 'stpwtbl.i'
external range,dedx
real range,dedx
real z,a,energy,aRange,aDEDX,pRange,thick,range0,eout,eloss
real eps
integer ians,loop
integer n,m
dedxintp.f
*$declare
*$debug
subroutine rng2ene(range,energy,dedx)
real range ! [g/cm2]
real energy ! [MeV/A]
real dedx ! [MeV/(g/cm2)]
include 'stpwtbl.i'
integer ierr,m
real eps
parameter (eps=1