代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/351309/10659197
m epsilonfromtaufs.m
function y=EpslionFromTauFS(tau, fs)
% EpsilonFromTauFS - Find first order filter coefficient
% as a function of time constant (tau) and sample rate (fs)
% (c) 1998 Interval Research Corporation
y=
www.eeworm.com/read/351277/10664395
bak configfile.h.bak
#ifndef __CONFIGFILE_H__
#define __CONFIGFILE_H__
#include "common.h"
#undef EXTERN
#ifdef __CONFIGFILE_C__
#define EXTERN
#else /* __CONFIGFILE_C__ */
#define EXTERN extern
#endif /* __CONFIGFI
www.eeworm.com/read/351277/10664524
h configfile.h
#ifndef __CONFIGFILE_H__
#define __CONFIGFILE_H__
#include "common.h"
#undef EXTERN
#ifdef __CONFIGFILE_C__
#define EXTERN
#else /* __CONFIGFILE_C__ */
#define EXTERN extern
#endif /*
www.eeworm.com/read/351276/10666359
bak configfile.h.bak
#ifndef __CONFIGFILE_H__
#define __CONFIGFILE_H__
#include "common.h"
#undef EXTERN
#ifdef __CONFIGFILE_C__
#define EXTERN
#else /* __CONFIGFILE_C__ */
#define EXTERN extern
#endif /* __CONFIGFI
www.eeworm.com/read/351276/10666434
h configfile.h
#ifndef __CONFIGFILE_H__
#define __CONFIGFILE_H__
#include "common.h"
#undef EXTERN
#ifdef __CONFIGFILE_C__
#define EXTERN
#else /* __CONFIGFILE_C__ */
#define EXTERN extern
#endif /* __CONFIGFI
www.eeworm.com/read/277101/10668451
frm frmsplash.frm
VERSION 5.00
Begin VB.Form frmSplash
ClientHeight = 3000
ClientLeft = 270
ClientTop = 1425
ClientWidth = 4500
ClipControls = 0 'False
Control
www.eeworm.com/read/421846/10692805
htm 7.8 状态栏的跑马灯效果.htm
标题页
var msg="欢迎光临北京特色奥运会,期待志愿者的参与!";
var interval = 400;
seq = 0;
function marquee()
{
l
www.eeworm.com/read/350890/10700194
h timeseries.h
//-< TIMESERIES.H >--------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Post Relational Database Management
www.eeworm.com/read/350382/10745657
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/350065/10774807
c msp430x24x_wdt_01.c
//******************************************************************************
// MSP430x24x Demo - WDT, Toggle P1.0, Interval Overflow ISR, DCO SMCLK
//
// Description: Toggle P1.0 using softw