代码搜索:accurate

找到约 951 项符合「accurate」的源代码

代码结果 951
www.eeworm.com/read/294695/8211133

m upwind_weno45.m

function [data_x] = upwind_WENO(data, F, dx) % % Calculates the upwind derivative using % fifth order accurate WENO scheme % takes 1-D data % data: input data % F: force field % dx: grid resolu
www.eeworm.com/read/294695/8211159

m der_eno1_minus.m

function [data_x] = der_ENO1_minus(data, dx) % % Calculates the derivative (minus) using % first order accurate ENO scheme % takes 1-D data % data: input data % dx: grid resolution % Note: befo
www.eeworm.com/read/294112/8252860

txt changes.txt

V1.0 (capps): Capps: Beginning of the code base. Isom: Added reread Added rewrite Added read backwards Added lseek+read Added lseek+reread Capps: Added more accurate time collection method. A
www.eeworm.com/read/139650/13145068

m upwind_eno2.m

function [data_x] = upwind_ENO2(data, F, dx) % % Calculates the upwind derivative using % second order accurate ENO scheme % takes 1-D data % data: input data % F: force field % dx: grid resolu
www.eeworm.com/read/139650/13145170

m upwind_eno1.m

function [data_x] = upwind_ENO1(data, F, dx) % % Calculates the upwind derivative using % first order accurate ENO scheme % takes 1-D data % data: input data % F: force field % dx: grid resolut
www.eeworm.com/read/139650/13145178

m evolve_vector_weno.m

function [delta] = evolve_vector_WENO(phi, dx, dy, u_ext, v_ext) % % Finds the amount of evolution under a vector field % based force and using 5th order accurate WENO scheme % % Author: Baris Su
www.eeworm.com/read/139650/13145191

m upwind_eno3.m

function [data_x] = upwind_ENO3(data, F, dx) % % Calculates the upwind derivative using % third order accurate ENO scheme % takes 1-D data % data: input data % F: force field % dx: grid resolut
www.eeworm.com/read/10438/185856

cpp xlgamma.cpp

// xlgamma: moderately accurate lgamma function for TR1 random #include #if _HAS_TR1 // #include _STD_BEGIN namespace tr1 { // TR1 additions _CRTIMP2_PURE float __CLRCALL
www.eeworm.com/read/37302/900954

m upwind_eno2.m

function [data_x] = upwind_ENO2(data, F, dx) % % Calculates the upwind derivative using % second order accurate ENO scheme % takes 1-D data % data: input data % F: force field % dx: grid resolu
www.eeworm.com/read/37302/900990

m upwind_eno1.m

function [data_x] = upwind_ENO1(data, F, dx) % % Calculates the upwind derivative using % first order accurate ENO scheme % takes 1-D data % data: input data % F: force field % dx: grid resolut