代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/136709/13364277
f sw.f
program stegwarm
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind methods based on STEGER-WARMING flux vector splitting.
c...Number of grid points.
www.eeworm.com/read/136709/13364286
f vanleer.f
program vanleer
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind methods based on VAN LEER flux vector splitting.
c...Number of grid points.
parame
www.eeworm.com/read/136709/13364290
f roefou.f
program roefou
c...Solves the Riemann problem for the Euler equations using Roe's
c...first-order upwind method
c...Number of grid points.
parameter(N = 50)
real*8 gamma, p
www.eeworm.com/read/316507/13521821
f ausm.f
program ausm
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind method based on LIOU-STEFFEN flux vector splitting.
c...This method is sometimes called AUSM
www.eeworm.com/read/316507/13521826
f sw.f
program stegwarm
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind methods based on STEGER-WARMING flux vector splitting.
c...Number of grid points.
www.eeworm.com/read/316507/13521829
f vanleer.f
program vanleer
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind methods based on VAN LEER flux vector splitting.
c...Number of grid points.
parame
www.eeworm.com/read/316507/13521830
f roefou.f
program roefou
c...Solves the Riemann problem for the Euler equations using Roe's
c...first-order upwind method
c...Number of grid points.
parameter(N = 50)
real*8 gamma, p
www.eeworm.com/read/316412/13523362
m tridisolve.m
function x = tridisolve(a,b,c,d)
% TRIDISOLVE Solve tridiagonal system of equations.
% x = TRIDISOLVE(a,b,c,d) solves the system of linear equations
% b(1)*x(1) + c(1)*x(2) = d(1),
% a(
www.eeworm.com/read/315866/13535238
txt readme_svm.txt
Libsvm is a simple, easy-to-use, and efficient software for SVM
classification and regression. It solves C-SVM classification, nu-SVM
classification, one-class-SVM, epsilon-SVM regression, and nu-SV
www.eeworm.com/read/315751/13536870
m dslab.m
% dslab.m - solves for the TE-mode cutoff wavenumbers in a dielectric slab
%
% Usage: [u,v] = dslab(R,Nit)
% [u,v] = dslab(R) (equivalent to Nit=3)
%
% R = frequency radius = k0*a*N