代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/399441/2360639
out dsdv6-120.out
interval 0.033333333333333333
dumping parameters
CPThresh_ 10.0
CSThresh_ 3.652e-10
RXThresh_ 3.652e-10
Phy bandwidth_ 2.0e6
freq_ 914e+6
L_ 1.0
Pt_ 0.28183815
MAC datarate_ 2.0e6
MAC basicrate_ 2.0
www.eeworm.com/read/399441/2360640
out dsdv6-nor-100.out
interval 0.040000000000000001
dumping parameters
CPThresh_ 10.0
CSThresh_ 3.652e-10
RXThresh_ 3.652e-10
Phy bandwidth_ 2.0e6
freq_ 914e+6
L_ 1.0
Pt_ 0.28183815
MAC datarate_ 2.0e6
MAC basicrate_ 2.0
www.eeworm.com/read/399441/2360645
out comp-nor-80.out
interval 0.050000000000000003
dumping parameters
CPThresh_ 10.0
CSThresh_ 3.652e-10
RXThresh_ 3.652e-10
Phy bandwidth_ 2.0e6
freq_ 914e+6
L_ 1.0
Pt_ 0.28183815
MAC datarate_ 2.0e6
MAC basicrate_ 2.0
www.eeworm.com/read/399441/2360647
out dsdv6-80.out
interval 0.050000000000000003
dumping parameters
CPThresh_ 10.0
CSThresh_ 3.652e-10
RXThresh_ 3.652e-10
Phy bandwidth_ 2.0e6
freq_ 914e+6
L_ 1.0
Pt_ 0.28183815
MAC datarate_ 2.0e6
MAC basicrate_ 2.0
www.eeworm.com/read/399441/2360649
out comp-nor-70.out
interval 0.057142857142857141
dumping parameters
CPThresh_ 10.0
CSThresh_ 3.652e-10
RXThresh_ 3.652e-10
Phy bandwidth_ 2.0e6
freq_ 914e+6
L_ 1.0
Pt_ 0.28183815
MAC datarate_ 2.0e6
MAC basicrate_ 2.0
www.eeworm.com/read/399441/2360651
out dsdv6-nor-120.out
interval 0.033333333333333333
dumping parameters
CPThresh_ 10.0
CSThresh_ 3.652e-10
RXThresh_ 3.652e-10
Phy bandwidth_ 2.0e6
freq_ 914e+6
L_ 1.0
Pt_ 0.28183815
MAC datarate_ 2.0e6
MAC basicrate_ 2.0
www.eeworm.com/read/399441/2360654
out comp-90.out
interval 0.044444444444444446
dumping parameters
CPThresh_ 10.0
CSThresh_ 3.652e-10
RXThresh_ 3.652e-10
Phy bandwidth_ 2.0e6
freq_ 914e+6
L_ 1.0
Pt_ 0.28183815
MAC datarate_ 2.0e6
MAC basicrate_ 2.0
www.eeworm.com/read/383333/2618450
h asix_st.h
#ifndef _ASIX_ST_H
#define _ASIX_ST_H
struct st_ctrl {
U32 classid;
U32 wndid;
P_U8 saved_screen;
};
//modified by xuanhui 2002/3/13
#define ST_INTERVAL 2 //在SS_TEXT风格中,一段文
www.eeworm.com/read/376218/2711922
m primepe.m
function[sig_err_rate]=PrimePe(snr_in_dB,signal)
E=1;
snr=10^(snr_in_dB/10);
sgma=sqrt((E/snr)/2);
%桢个数
N=100;
%突发间隔
N_Interval=80;
%突发长度
N_Length=5;
%%%%%%%%%%%%%%%%%%%%%
%经信道加高斯燥声
u=2*si
www.eeworm.com/read/394381/8227394
m nlathefun.m
function f=lathefun(x,n,m)
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
num_prod=min((n*ceil(x/n)),m);
exam_times=fix(num_prod/n);
bad_prod=max(num_prod-x+1,0)