代码搜索结果
找到约 2,276 项符合
Energy 的代码
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
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
tstscanf.input
25 54.32E-1 thompson
56789 0123 56a72
2 quarts of oil
-12.8degrees Celsius
lots of luck
10.0LBS of fertilizer
100ergs of energy
algaecolony.java
/**
* AlgaeColony does not move. If there is sunlight, a portion of the solar
* energy will be converted into life-energy.
*
* @author 张维
* @version 1.0.0
*/
public class AlgaeColony ex
catfish.java
import java.util.Vector;
/**
* Catfish - simulates a catfish - can swim, eat, and consume
* energy in the process.
*
* @author 张维
* @version 1.0.0
*/
public class Catfish extends Ani
crocodile.java
import java.util.Vector;
/**
* Crocodile - simulates a crocodile - can wade, eat, and consume
* energy in the process.
*
* @author 张维
* @version 1.0.0
*/
public class Crocodile exten
procar
PROCAR new format
# of k-points: 8 # of bands: 8 # of ions: 2
k-point 1 : 0.00000000 0.00000000 0.00000000 weight = 0.01562500
band 1 # energy -12.77063485 # occ
incar
System = H2O molecule
ISTART = 1 restart (0,1,2)
IALGO = 48 sub-space diagon. algorithm for large systems / parallel comp.
EDIFF = 1.0E-5 energy precision
#NELM =15
GGA = 91 GGA used
ISP
desa2.m
function [W,A]=desa2(x, dt)
% The function DESA2 calculates frequency and amplitude using Teager Energy Operator (DESA-2 algorithm)
% of the data x(n,m), where n is the number of points, and m is