代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/210155/15205883
m test.m
t0=.15; % signal duration
ts=0.001; % sampling interval
% the message vector
m=[ones(1,t0/(3*ts)),-2*ones(1,t0/(3*ts)),zeros(1,t0/(3*ts)+1)];
m_hat=imag(hil
www.eeworm.com/read/210153/15205900
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=[
www.eeworm.com/read/209949/15210854
c spcacat.c
/****************************************************************************
# spcacat: grabpicture from the spca5xx module. #
#.
www.eeworm.com/read/209621/15216366
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=[
www.eeworm.com/read/205511/15314629
java mariostaticsprite.java
/**
* Title: Mario
* Description:
* You cannot remove this copyright and notice.
* You cannot use this file any part without the express permission of the author.
* All Rights Rese
www.eeworm.com/read/173141/5378421
properties logchecksumrecovery1_derby.properties
#set checkpoint interval to max to test recovery with full replay of log
derby.storage.checkpointInterval=134217727
www.eeworm.com/read/173141/5378462
properties logchecksumrecovery_derby.properties
#set checkpoint interval to max to test recovery with full replay of log
derby.storage.checkpointInterval=134217727
www.eeworm.com/read/173141/5378481
properties logchecksumsetup_derby.properties
#set checkpoint interval to max to test recovery with full replay of log
derby.storage.checkpointInterval=134217727
www.eeworm.com/read/173141/5378707
sql dml106.sql
AUTOCOMMIT OFF;
-- MODULE DML106
-- SQL Test Suite, V6.0, Interactive SQL, dml106.sql
-- 59-byte ID
-- TEd Version #
-- AUTHORIZATION FLATER
set schema FLATER;
--N temporarily changed authori
www.eeworm.com/read/172609/5383007
c gmain_timeout.c
/* $Id: Gmain_timeout.c,v 1.5.2.1 2004/04/20 08:39:45 alan Exp $ */
/*
* Glib mainloop timeout handling code.
*
* These functions work correctly even if someone resets the
* time-of-day clock. T