代码搜索:normal

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

代码结果 10,000
www.eeworm.com/read/294695/8211050

m evolve_normal_vector_weno.m

function [delta, H1_abs, H2_abs] = evolve_normal_vector_WENO(phi, dx, dy, Vn_ext, u_ext, v_ext) % % Finds the amount of evolution under a force in % normal direction and a force based on a vector f
www.eeworm.com/read/294695/8211063

m get_dt_normal_vector.m

function [dt] = get_dt_normal_vector(alpha, dx, dy, H1_abs, H2_abs) % % Calculate the Euler time step. % % Author: Baris Sumengen sumengen@ece.ucsb.edu % http://vision.ece.ucsb.edu/~sumengen/ %
www.eeworm.com/read/294695/8211069

m init_normal_eno2.m

function [Vn_ext] = init_normal_ENO2(Vn) % % Extends boundary of Vn % % Author: Baris Sumengen sumengen@ece.ucsb.edu % http://vision.ece.ucsb.edu/~sumengen/ % Vn_ext = zeros(size(Vn)+4); Vn
www.eeworm.com/read/294695/8211070

m init_normal_eno3.m

function [Vn_ext] = init_normal_ENO3(Vn) % % Extends boundary of Vn % % Author: Baris Sumengen sumengen@ece.ucsb.edu % http://vision.ece.ucsb.edu/~sumengen/ % Vn_ext = zeros(size(Vn)+6); Vn
www.eeworm.com/read/294695/8211072

m init_normal_eno1.m

function [Vn_ext] = init_normal_ENO1(Vn) % % Extends boundary of Vn % % Author: Baris Sumengen sumengen@ece.ucsb.edu % http://vision.ece.ucsb.edu/~sumengen/ % Vn_ext = zeros(size(Vn)+2); Vn
www.eeworm.com/read/294695/8211084

m evolve_normal_eno2.m

function [delta, H1_abs, H2_abs] = evolve_normal_ENO2(phi, dx, dy, Vn) % % Finds the amount of evolution under a force in % normal direction and using 2nd order accurate ENO scheme % % Author: Ba
www.eeworm.com/read/294695/8211145

m get_dt_normal_kappa.m

function [dt] = get_dt_normal_kappa(alpha, dx, dy, H1_abs, H2_abs, b, dx2, dy2) % % Calculate the Euler time step. % % Author: Baris Sumengen sumengen@ece.ucsb.edu % http://vision.ece.ucsb.edu/~
www.eeworm.com/read/394304/8232734

m normal_power_m1.m

Normal_WPower_u_1=zeros(144,301); Normal_WPower_v_1=zeros(144,301); Normal_WPower_u_2=zeros(144,301); Normal_WPower_v_2=zeros(144,301); Normal_WPower_u_3=zeros(144,301);
www.eeworm.com/read/334879/12565405

m fit_ml_log_normal.m

function result = fit_ML_log_normal( x,hAx ) % fit_ML_normal - Maximum Likelihood fit of the log-normal distribution of i.i.d. samples!. % Given the samples of a log-normal distribu
www.eeworm.com/read/190324/8444698

c fti2stest_out_normal.c

/*********************************************************************** * File name : FtI2Stest_out_normal.c. * Date : 2006/01/24. * Author : grace.zhu. * Fu