代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/424063/10499666

m abcdchk.m

function msg = abcdchck(a,b,c,d) %ABCDCHK Checks dimensional consistency of A,B,C,D matrices. % MSG = ABCDCHK(A,B,C,D) checks the consistency of the dimensions % of A,B,C,D. Returns the empty mat
www.eeworm.com/read/421020/10759392

txt readmefirst.txt

Please make sure that m1.txt and m2.txt are same diretory with the Tree.exe. IDE : Visual C++ 6.0 .
www.eeworm.com/read/348596/10881711

txt 1118.txt

//#define debug 1 #include #include #include #include #include #define INF 30000 #define NMAX 1003 typedef struct { long x,y,total; }da
www.eeworm.com/read/467759/7000768

m distchpf.m

function d=distchpf(pf1,pf2,mode) %DISTCHPF calculates the cosh spectral distance between power spectra D=(PF1,PF2,MODE) % % Inputs: PF1,PF2 Power spectra to be compared. Each row represents a
www.eeworm.com/read/236873/7119110

m distchpf.m

function d=distchpf(pf1,pf2,mode) %DISTCHPF calculates the cosh spectral distance between power spectra D=(PF1,PF2,MODE) % % Inputs: PF1,PF2 Power spectra to be compared. Each row represents a
www.eeworm.com/read/299984/7139958

m iscomdset.m

%ISCOMDSET Test whether datasets are compatible % % N = ISCOMDSET(A,B,CLAS); % % INPUT % A Input argument, to be tested on dataset % B Input argument, to be tested on compatibility wi
www.eeworm.com/read/299984/7140022

m prodc.m

%PRODC Product combining classifier % % W = PRODC(V) % W = V*PRODC % % INPUT % V Set of classifiers trained on the same classes % % OUTPUT % W Product combiner % % DESCRIPTION % It def
www.eeworm.com/read/299984/7140497

m datafile.m

%DATAFILE Datafile class constructor. This is an extension of DATASET. % % A = DATAFILE(DIRECTORY,TYPE,READCMD,P1,P2,P3, ...) % A = DATAFILE(DIRECTORY,READCMD,P1,P2,P3, ...) % % INPUT % DIRECT
www.eeworm.com/read/143003/7144872

cc compare.cc

// compare.cc --> compare two gps and return 1 if same, 0 if not //-------------------------------------------------------------------------- // This code is a component of Genetic Programming in
www.eeworm.com/read/460435/7250433

m iscomdset.m

%ISCOMDSET Test whether datasets are compatible % % N = ISCOMDSET(A,B,CLAS); % % INPUT % A Input argument, to be tested on dataset % B Input argument, to be tested on compatibility wi