代码搜索:INTERVAL

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

代码结果 8,094
www.eeworm.com/read/342681/12006406

c msp430x22x4_ta_09.c

//****************************************************************************** // MSP430F22x4 Demo - Timer_A, Toggle P1.0-3, Cont. Mode ISR, HF XTAL ACLK // // Description: Use Timer_A CCRx uni
www.eeworm.com/read/153230/12050755

c intimers.c

/*------------------------------------------------------------------*- * FILENAME: intimers.c * * Copyright 2000-2004 By InterNiche Technologies Inc. All rights reserved * * Handles NicheTa
www.eeworm.com/read/152310/12122732

m nnpin.m

function y = nnpin(x,a,b,q) %NNPIN Neural Network Design utility function. % NNPIN(X,A,B,Q) % X - Number or matrix. % A - Lower bound. % B - Upper bound. % Q - Quantization constant (o
www.eeworm.com/read/152247/12131213

m p_y.m

function pc3inte=P_y(interval,len); % 该函数对区间进行裁减即Py投影,返回裁剪后的区间信号 if sign(interval(1))==sign(interval(len)) interval=interval.*(sign(interval)==sign(interval(1))); inte=interp1([1,len],[i
www.eeworm.com/read/151851/12168825

m nnpin.m

function y = nnpin(x,a,b,q) %NNPIN Neural Network Design utility function. % NNPIN(X,A,B,Q) % X - Number or matrix. % A - Lower bound. % B - Upper bound. % Q - Quantization constant (o
www.eeworm.com/read/253663/12206105

java go.java

import java.awt.*; import java.util.*; //import javax.swing.*; //import java.awt.image.*; public class Go extends Panel { int whichStep; Hashtable myHash; Point pointNow;//当前的点 Point
www.eeworm.com/read/339738/12207449

java timerbean.java

/** @version 1.11 2001-08-20 @author Cay Horstmann */ import java.io.*; import java.util.*; import javax.swing.event.*; /** A nonvisual bean that sends timer events. */ public c
www.eeworm.com/read/338928/12271457

java ndi.java

//package datamining; import java.util.*; /** * Class for implementing the non-derivable itemset algorithm. * * In this version support for the constructor using a DataHandler. * *
www.eeworm.com/read/252197/12294028

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/252197/12294202

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