代码搜索:Difference

找到约 3,389 项符合「Difference」的源代码

代码结果 3,389
www.eeworm.com/read/388617/8595739

cpp tvfm.cpp

// tvfm.cpp -- tv.cpp modified to test tvfm.h #include #include "tvfm.h" // only difference from tv.cpp bool Tv::volup() { if (volume < MaxVal) { volume++;
www.eeworm.com/read/388617/8596744

cpp tvfm.cpp

// tvfm.cpp -- tv.cpp modified to test tvfm.h #include #include "tvfm.h" // only difference from tv.cpp bool Tv::volup() { if (volume < MaxVal) { volume++;
www.eeworm.com/read/386253/8759912

m alg113.m

% LINEAR FINITE-DIFFERENCE ALGORITHM 11.3 % % To approximate the solution of the boundary-value problem % % Y'' = P(X)Y' + Q(X)Y + R(X), A
www.eeworm.com/read/386253/8760096

m alg113.m

% LINEAR FINITE-DIFFERENCE ALGORITHM 11.3 % % To approximate the solution of the boundary-value problem % % Y'' = P(X)Y' + Q(X)Y + R(X), A
www.eeworm.com/read/385934/8777809

c sweepde.c

//SweepDE.c Generates a sweeping sinusoid using a difference equation #include #define two_pi (2*3.1415926) //2*pi #define two_14 16384 //2^14 #define T
www.eeworm.com/read/426674/9005285

c sweepde.c

//SweepDE.c Generates a sweeping sinusoid using a difference equation #include #define two_pi (2*3.1415926) //2*pi #define two_14 16384 //2^14 #define T
www.eeworm.com/read/382086/9050426

c sweepde.c

//SweepDE.c Generates a sweeping sinusoid using a difference equation #include #define two_pi (2*3.1415926) //2*pi #define two_14 16384 //2^14 #define T
www.eeworm.com/read/184617/9091709

m svmex02.m

%SVMexample01a.m % %Difference with SVMexample01.m: % Take the Largrange Function (16)as object function,so it need more time than SVMexample01.m % %Two Dimension SVM Problem, Two Clas
www.eeworm.com/read/282428/9094822

c sweepde.c

//SweepDE.c Generates a sweeping sinusoid using a difference equation #include #define two_pi (2*3.1415926) //2*pi #define two_14 16384 //2^14 #define T
www.eeworm.com/read/182760/9192417

m aad.m

AAD.m %function D=AAD(I,J) % AAD(I,J) returns the average absolute difference between the pixels % of I and J. % The AAD value is useful to quantitize the distortions on an image. if (size(I)~=s