代码搜索:INTERVAL

找到约 8,094 项符合「INTERVAL」的源代码

代码结果 8,094
www.eeworm.com/read/448321/7535226

html 21.html

漫游层
www.eeworm.com/read/447287/7555044

htm 7-6.htm

var msg = "状态栏打字机效果! " ; interval = 200 var seq=0; function Scroll() { len = msg.length; wi
www.eeworm.com/read/447258/7555559

m girem.m

% Function 4-4 % girem.m % % Function to remove guard interval from received signal % % Programmed by T.Yamamura and H.Harada % function [iout,qout]= girem(idata,qdata,fftlen2,gilen,nd); %
www.eeworm.com/read/447258/7555567

m interwave.m

% Function 4-10 % interwave.m % % Function to add interference wave % % Programmed by T.Yamamura and H.Harada % function [iout,qout]=interwave(ci,spow,ml,nsamp,tstp,fadingpara); %*********
www.eeworm.com/read/445829/7589551

m loweq.m

function xl=loweq(x,ts,f0) % xl=loweq(x,ts,f0) %LOWEQ Returns the lowpass equivalent of the signal x. % f0 is the center frequency. % ts is the sampling interval. % t=[0:ts:ts*(length(x)-1
www.eeworm.com/read/445804/7589905

c t0mesure.c

///////////////T0 对/INT0输入信号脉宽测量///////////////// //////////////////t0mesure.c///////////////////////////////////////////// #include "c8051F040.h" idata unsigned int interval0; idata unsigned char
www.eeworm.com/read/444885/7603779

java messagepanel.java

import java.awt.FontMetrics; import java.awt.Dimension; import java.awt.Graphics; import javax.swing.JPanel; public class MessagePanel extends JPanel { private String message ="welcome to jav
www.eeworm.com/read/444759/7607319

m 5-8.m

%例程5-8 利用Bartlett法估计功率谱 % e.g.5-8.m for example5-8; % to test function psd; clear all; % Generate the signal with noise and display N=1024; n=0:1/(N-1):1; f1=0.1; f2=0.9; wn=randn(1,N);
www.eeworm.com/read/442445/7651643

m loweq.m

function xl=loweq(x,ts,f0) % xl=loweq(x,ts,f0) %LOWEQ Returns the lowpass equivalent of the signal x. % f0 is the center frequency. % ts is the sampling interval. % t=[0:ts:ts*(length(x)-1
www.eeworm.com/read/442113/7659601

c measure.c

/*---------------------------------------------------------------------------- * R T L K e r n e l E x a m p l e *-------------------------------------------------------------------------