代码搜索:Difference

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

代码结果 3,389
www.eeworm.com/read/238454/13886428

htm exp_084.htm

Ocp test
www.eeworm.com/read/236767/13999534

m three_point_upwind_d1.m

function [D]=three_point_upwind_D1(z,v) %... %... A. Vande Wouwer, P. Saucez and W.E. Schiesser (2002) %... %... function three_point_upwind_D1 returns the differentiation matrix %...
www.eeworm.com/read/236767/13999536

m four_point_biased_upwind_d1.m

function [D]=four_point_biased_upwind_D1(z,v) %... %... A. Vande Wouwer, P. Saucez and W.E. Schiesser (2002) %... %... function four_point_biased_upwind_D1 returns the differentiation matr
www.eeworm.com/read/236767/13999543

m five_point_biased_upwind_d1.m

function [D]=five_point_biased_upwind_D1(z,v) %... %... A. Vande Wouwer, P. Saucez and W.E. Schiesser (2002) %... %... function five_point_biased_upwind_D1 returns the differentiation matr
www.eeworm.com/read/236767/13999550

m two_point_upwind_d1.m

function [D]=two_point_upwind_D1(z,v) %... %... A. Vande Wouwer, P. Saucez and W.E. Schiesser (2002) %... %... function two_point_upwind_D1 returns the differentiation matrix %... for
www.eeworm.com/read/236767/13999551

m four_point_upwind_d1.m

function [D]=four_point_upwind_D1(z,v) %... %... A. Vande Wouwer, P. Saucez and W.E. Schiesser (2002) %... %... function four_point_upwind_D1 returns the differentiation matrix %... fo
www.eeworm.com/read/236767/13999555

m five_point_biased_upwind_uni_d1.m

function [D]=five_point_biased_upwind_uni_D1(z0,zL,n,v) %... %... A. Vande Wouwer, P. Saucez and W.E. Schiesser (2002) %... %... function five_point_biased_upwind_uni_D1 returns the differ
www.eeworm.com/read/236767/13999572

m four_point_biased_upwind_uni_d1.m

function [D]=four_point_biased_upwind_uni_D1(z0,zL,n,v) %... %... A. Vande Wouwer, P. Saucez and W.E. Schiesser (2002) %... %... function four_point_biased_upwind_uni_D1 returns the differ
www.eeworm.com/read/235612/14060967

m jddiff.m

function X = jddiff(X,nd) %DIFF Differentiate or difference. % DIFF may be called numeric arguments. % % For a numeric vector argument, DIFF computes differences. % DIFF(X), for a vector X, is [X(2)-X
www.eeworm.com/read/132772/14073963

c exp3c5x_5.c

/***************************************************************** * exp3c5x_5.c - C program for testing rounding used in * Section 3.7.3.5 *****************************************