代码搜索:solves

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

代码结果 1,488
www.eeworm.com/read/188512/8532241

cpp gradebook.cpp

// Fig. 4.13: GradeBook.cpp // Member-function definitions for class GradeBook that solves the // class average program with sentinel-controlled repetition. #include using std::cout;
www.eeworm.com/read/289135/8573554

m lsvmk.m

function [iter, optCond, time, u] = ... lsvmk(KM,D,nu,tol,maxIter,alpha); % LSVMK Langrangian Support Vector Machine algorithm % LSVMK solves a support vector machine problem using an iterati
www.eeworm.com/read/388785/8575498

m tdofss_modal_xfer_modes.m

% tdofss_modal_xfer_modes.m state-space modal form transfer function % analysis of tdof model, proportional damping, modal contribution % plotting. % Solves for and plots frequency responses for
www.eeworm.com/read/431224/8697245

m fm_opfm.m

function fm_opfm %FM_OPFM solves the OPF-based electricity market problem by means of % an Interior Point Method with a Merhotra Predictor-Corrector % or Newton direction technique. % %
www.eeworm.com/read/431224/8697571

m fm_set.m

function fm_set(varargin) % FM_SET define general settings and operations for % the main window and other utilities % %FM_SET(COMMAND) % COMMAND = 'lf' solves power flow % COMMAND =
www.eeworm.com/read/384940/8830901

m fm_opfm.m

function fm_opfm %FM_OPFM solves the OPF-based electricity market problem by means of % an Interior Point Method with a Merhotra Predictor-Corrector % or Newton direction technique. % %
www.eeworm.com/read/384940/8831292

m fm_set.m

function fm_set(varargin) % FM_SET define general settings and operations for % the main window and other utilities % %FM_SET(COMMAND) % COMMAND = 'lf' solves power flow % COMMAND =
www.eeworm.com/read/281936/9126594

m lsvm.m

function [iter, optCond, time, w, gamma] = lsvm(A,D,nu,tol,maxIter,alpha, ... perturb,normalize); % LSVM Langrangian Support Vector Machine algorithm % LSVM solves a support vector machine proble
www.eeworm.com/read/379658/9190562

c sspropc.c

/* File: sspropc.c * Author: Thomas E. Murphy (tem@umd.edu) * Created: 1/17/2001 * Modified: 2/5/2006 * Version: 3.0 * Description: This file solves
www.eeworm.com/read/200336/10247158

m lpopf.m

function [busout, genout, branchout, f, success, info, et, g, jac] = lpopf( ... baseMVA, bus, gen, branch, areas, gencost, mpopt) %LPOPF Solves an AC optimal power flow using succesiv