代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/423536/10553054
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/278154/10562076
c xqromo.c
/* Driver for routine qromo */
#include
#include
#define NRANSI
#include "nr.h"
#define X1 0.0
#define X2 1.5707963
#define X3 3.1415926
#define AINF 1.0E20
#define PI
www.eeworm.com/read/423367/10566540
htm course4.htm
course4
.title_1 { text-align: left; line-height: 100%; color: #000
www.eeworm.com/read/159827/10611729
h rr.h
///////////////////////////////////////////////////////////////////////////
// This Code Ddefines Several Classes For The Round Robin Scheduling Task
// File RR.H
//////////////////////////////////
www.eeworm.com/read/422731/10616340
htm 7.8 状态栏的跑马灯效果.htm
标题页
var msg="欢迎光临北京特色奥运会,期待志愿者的参与!";
var interval = 400;
seq = 0;
function marquee()
{
l
www.eeworm.com/read/422574/10629400
c mutual.c
/*Author: Rainer Hegger. Last modified, Sep 20, 2000 */
#include
#include "mex.h"
#include
#include
#include
// 定义输入参数
#define X prhs[0] // 时间序列(列向量
www.eeworm.com/read/159601/10634982
ex1 in.ex1
Experiments = 1
Total Trials = 1000
Population Size = 50
Structure Length = 30
Crossover Rate = 0.6
Mutation Rate = 0.001
Generation Gap = 1.0
Scaling Window
www.eeworm.com/read/422237/10652582
ini dmonitor.ini
[SYSTEM]
Interval=10;单位为秒,程序检测周期
Caption=datagather
Class=TFrmMain
FileName=Project1.exe
[一下为扶项数据次阿基]
Interval=10
Caption=DATAGATHER
Class=TFrmMain
FileName=DATAGATHER.exe
www.eeworm.com/read/351309/10658978
m setgain.m
% filter = SetGain(filter, desired, f, fs)
% Set the gain of a filter (1x5 vector) to any desired gain
% at any desired frequency (f).
% (c) 1998 Interval Research Corporation
function filter = Se
www.eeworm.com/read/351309/10659083
m freqresp.m
% mag = FreqResp(filter, f, fs)
% Find the frequency response (in dB) of a filter (1x5 vector) at
% frequency f and sampling rate fs.
% (c) 1998 Interval Research Corporation
function mag=FreqResp