代码搜索:2000

找到约 10,000 项符合「2000」的源代码

代码结果 10,000
www.eeworm.com/read/297963/7983520

txt readme.txt

======================================================================== ShipDemo author: Wang Haitao ========================================================================
www.eeworm.com/read/197632/7984058

bat play1.bat

set PATH=C:\Program Files\Java\jdk1.6.0\bin;%PATH% set CLASSPATH=.;C:\Program Files\Microsoft SQL Server\SQL Server 2000 Driver for JDBC\lib\msbase.jar;C:\Program Files\Microsoft SQL Server\SQL S
www.eeworm.com/read/297846/7992305

m testkalm.m

% testkalm.m % by David J. Hall % for Bassem Mahafza % 18 June 2003 % 14:51 % tests Kalman filter close all clear npts = 2000 ; del = 1/2000 ; t = 0:del:1 ; inp = (1+.2.*t+.1.*t.^2)+c
www.eeworm.com/read/398351/7992616

m ex6_36.m

Fs=2000; NFFT=1024; n=0:1/Fs:1; x=sin(2*pi*100*n)+4*sin(2*pi*500*n)+randn(size(n)); % 噪声序列 Cx=xcorr(x,’unbiased’); % 计算序列的自相关函数 Cxk=fft(Cx,NFFT); % 计算FFT pxx=abs(Cxk);
www.eeworm.com/read/398324/7994108

m svc.m

function net = svc(arg, sv, w, bias) % SVC % % Construct a support vector classification (SVC) network object. % % Examples: % % % default constructor (linear, hardmargin SVC with no suppo
www.eeworm.com/read/398324/7994175

m evaluate.m

function K = evaluate(ker, x1, x2) % EVALUATE % % Evaluate a Gaussian radial basis kernel, for example % % K = evaluate(kernel, x1, x2); % % where x1 and x2 are matrices containing input p
www.eeworm.com/read/398324/7994215

m svc.m

function net = svc(arg, sv, w, bias) % SVC % % Construct a support vector classification (SVC) network object. % % Examples: % % % default constructor (linear, hardmargin SVC with no suppo
www.eeworm.com/read/398324/7994301

m evaluate.m

function K = evaluate(ker, x1, x2) % EVALUATE % % Evaluate a Gaussian radial basis kernel, for example % % K = evaluate(kernel, x1, x2); % % where x1 and x2 are matrices containing input p
www.eeworm.com/read/398324/7994374

h infcache.h

/****************************************************************************** File : InfCache.h Date : Wednesday 13th September 2000 Author : Dr Gavin C. Cawley Descri
www.eeworm.com/read/398324/7994378

hh utils.hh

/****************************************************************************** File : utils.hh Date : Wednesday 13th September 2000 Author : Dr Gavin C. Cawley Descript