代码搜索结果
找到约 2,916 项符合
Energy 的代码
f7_5.m
%读入语音文件
fin=fopen('DR4_MLJH0_SX334.ADC','r');
x=fread(fin,'short');
fclose(fin);
%窗长
l=300;
step=100;
e_x=frame(x,'energy');
figure(1);
plot(e_x,'LineWidth',2);
xlabel('时间 t');
ylabel('帧输
f7_5.m
%读入语音文件
fin=fopen('DR4_MLJH0_SX334.ADC','r');
x=fread(fin,'short');
fclose(fin);
%窗长
l=300;
step=100;
e_x=frame(x,'energy');
figure(1);
plot(e_x,'LineWidth',2);
xlabel('时间 t');
ylabel('帧输
makefile
CC = gcc
CCFLAG = -c -O4
OBJECTS = incoherent.o metalobj.o memory.o parameter.o input.o sigma.o timeupdate.o source.o output.o farfield.o energy.o transmap.o
TARGET = libpFDTD.a
SDIR = ./source/
h2omp2.qci
test_basis: 6-31G*
test_method: mp2
test_symmetry: c2v
test_calc: energy opt
test_fzc: 0 1
test_fzv: 0 1
restart: no
checkpoint: no
label: water mp2 test series
molecule:
O 0.000000000 0 0.369
h2o.qci
test_basis: STO-3G 6-311G**
test_method: scf mp2
test_symmetry: c2v c2 c1
test_calc: energy opt
restart: no
checkpoint: no
label: water test series
molecule:
O 0.000000000 0 0.369372944
H 0
properties.cpp
#include "properties.h"
D2_PROPERTIE _properties_table[]=
{
{0,1,8,0,0,0,32},//%+d to Strength"},
{1,1,7,0,0,0,32},//%+d to Energy"},
{2,1,7,0,0,0,32},//%+d to Dexterity"},
{3,1,7,0,0,0,32
chengcu.m
clear;
con=0;
xm = 200;ym = 200;
sink.x =0.5 * xm;
sink.y = ym + 50;
n =100;
p=0.05;%(成为簇头的最佳比例)
%Energy Model
Eo = 1;%(最初能量)
%Eelec=Etx=Erx
ETX1=0.001;
ERX1=0.001;
ETX2=0.0001;
ERX2
mdv1.plot
level length istart jstart energy
1 10 50 72 -1453
1 3 102 128 -1453
1 3 24 48 -1453
1 5 1 220 -1453
1 5 130 177 -1453
1 5 135 148 -1453
1 5 16 205 -1453
1 6 152 167 -1453
1 7 106 124 -1453
segy.h
struct segy {
int tr_seg_num;
int reel_tr_seg_num;
int orig_fld_num;
int tr_num_orig_rec;
int energy_src_pnt;
int CDP_num;
int tr_num_CDP;
short tr_id;
short num_vert_tr;
short num_hor_tr;
fg_07_10.m
% fg_07_10 Periodogram (energy)
sp_fig(1); N=100; N2=1000;
set(gcf,'defaultaxesfontsize',16);
subplot(2,1,1);
n=0:N-1;
x=n.*exp(-7*n/N).*cos(2*pi*(7+7*n/N).*n/N);
x=x/(1.1*max(x));
x