代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/492905/6413807
out2 belladit.out2
... DATE: Fri Feb 19 1993 04:36:07 EST
...
... SOLVE THE [A^TA] EIGENPROBLEM
... NO. OF EQUATIONS = 82
... MAX. NO. OF LANCZOS STEPS = 44
... MAX. NO. OF EIGENPAIRS = 10
..
www.eeworm.com/read/492189/6424966
m fe.m
clear;clc; % delete variables from memory
a=0;% endpoints of the interval
N=10;
h=0.1% number of small intervals (will give us N+1 points in the interval)
b=h*N;
t=0;% the spacing between
www.eeworm.com/read/491595/6430789
c spcacat.c
/****************************************************************************
# spcacat: grabpicture from the spca5xx module. #
#.
www.eeworm.com/read/488461/6487282
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/488463/6487351
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/483957/6588094
cfg sur_ctr.cfg
8 Record mode (dist=1/time=2): 2
9 Dist interval: 0.2
10 Time interval (
www.eeworm.com/read/482887/6615698
m findadjmatrix_proximity.m
%==========================================================================
% FindAdjMatrix From Proximity Graph
%
% Proximity graph-based labeling_method
% -1: (DD) Delaunay Diagram Labeling Me
www.eeworm.com/read/482665/6620847
m bisection.m
function rtn=bisection(fx,xa,xb,n)
% Bisection Method
% The first parameter fx is a external function with respect to viable x.
% xa is the left point of the initial interval
% xb is the right poi
www.eeworm.com/read/481933/6632679
java pingbao.java
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class pingbao extends Canvas implements Runnable{
Image[] frames;
int left,top;
boolean alive;