代码搜索:solves

找到约 1,488 项符合「solves」的源代码

代码结果 1,488
www.eeworm.com/read/316047/13531223

m pdsolv.m

function [lamda,kpc]=pdsolv(nli,mwi,sf) %PDSOLV is a utility function for FPSEUDO % [lamda,Kpc]=PDSOLV(NLI,MWI,sf) solves the real symmetric eigenvalue % problem (MWI.*sf)*Kpc = lamda*
www.eeworm.com/read/313151/13595282

java finaloverridingillusionex.java

// reusing/FinalOverridingIllusionEx.java // TIJ4 Chapter Reusing, Exercise 20, page 269 // Show that the @Override annotation solves the problem in ths section import static net.mindview.util.Prin
www.eeworm.com/read/305190/13777271

m soltritoep.m

function [T,H] = soltritoep(SS,PP,k) %SOLTRITOEP Solves for a lower triangular block Toeplitz matrix. % % [T,H] = soltritoep(S,P,k) % % The matrix % % [ H(0) 0 ... 0 0 ] %
www.eeworm.com/read/147529/5728633

m nlsqold.m

function [x,OPTIONS,CostFunction,JACOB] = nlsqold(FUN,x,OPTIONS,GRADFUN,varargin) %NLSQ Solves non-linear least squares problems. % NLSQ is the core code for solving problems of the form: % min
www.eeworm.com/read/147529/5728843

m nlsqold.m

function [x,OPTIONS,CostFunction,JACOB] = nlsqold(FUN,x,OPTIONS,GRADFUN,varargin) %NLSQ Solves non-linear least squares problems. % NLSQ is the core code for solving problems of the form: % min
www.eeworm.com/read/493843/6391516

m rtoa.m

function [a,epsilon]=rtoa(r) %RTOA Levinson-Durbin recursion. %---- %USAGE: [a,epsilon]=rtoa(r) % % Solves the Toeplitz normal equations % R a = epsilon [1 0 ... 0]' % where R=toeplitz(r) is
www.eeworm.com/read/485012/6570536

m copf.m

function [busout, genout, branchout, f, success, info, et, g, jac] = copf( ... baseMVA, bus, gen, branch, areas, gencost, mpopt) %COPF Solves an AC optimal power flow using CONSTR (Op
www.eeworm.com/read/485012/6570633

m dcopf.m

function [buso, geno, brancho, f, success, info, et] = dcopf(baseMVA, ... bus, gen, branch, areas, gencost, mpopt) %DCOPF Solves a DC optimal power flow. % % [bus, gen, branch, f
www.eeworm.com/read/479166/6699927

cpp gradebook.cpp

// Fig. 4.7: GradeBook.cpp // Member-function definitions for class GradeBook that solves the // class average program with counter-controlled repetition. #include using std::cout; us
www.eeworm.com/read/478118/6720275

java finaloverridingillusionex.java

// reusing/FinalOverridingIllusionEx.java // TIJ4 Chapter Reusing, Exercise 20, page 269 // Show that the @Override annotation solves the problem in ths section import static net.mindview.util.Prin