代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/312163/13617620
m gmnp.m
function [x,fval,stat] = gmnp(H,f,options)
% GMNP Solves Generalized Minimal Norm Problem.
%
% Synopsis:
% [x,fval,stat] = gmnp(H,f)
% [x,fval,stat] = gmnp(H,f,options)
%
% Description:
% The Gene
www.eeworm.com/read/312163/13617644
m~ gmnp.m~
function [x,fval,stat] = gmnp(H,f,options)
% GMNP Solves Generalized Minimal Norm Problem.
%
% Synopsis:
% [x,fval,stat] = gmnp(H,f)
% [x,fval,stat] = gmnp(H,f,options)
%
% Description:
% The Gene
www.eeworm.com/read/309747/13664947
m opf.m
function [bus, gen, branch, f, success, et] = opf(baseMVA, bus, gen, gencost, ...
branch, Ybus, Yf, Yt, ref, pv, pq, mpopt)
%OPF Solves an optimal power flow.
% [bus, gen, branch, f, succes
www.eeworm.com/read/309747/13664958
m lpsetup.m
function [x, duals, idx_workc, idx_bindc] = LPsetup(a, f, b, nequs, vlb, vub, idx_workc, mpopt)
% LPSOLVER solves a LP problem using a callable LP routine
% The LP problem is defined as follows:
%
www.eeworm.com/read/309535/13669488
readme
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-SVM
www.eeworm.com/read/303512/13813935
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
www.eeworm.com/read/123745/6058145
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/123745/6058149
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/123745/6058150
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/123745/6058151
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