代码搜索:solves

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

代码结果 1,488
www.eeworm.com/read/418304/10955163

m fm_opfm.m

function fm_opfm %FM_OPFMR 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/418304/10955271

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/456193/7355030

m fm_opfm.m

function fm_opfm %FM_OPFMR 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/456193/7355082

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/453267/7423144

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/441325/7671797

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
www.eeworm.com/read/399309/7870949

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/298590/7950211

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
www.eeworm.com/read/397799/8021303

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/143592/12858923

cpp prg15_6g.cpp

// File: prg15_6g.cpp // the program solves the 8-Queens problem. it prompts the user for // the starting row for the queen in column 0 and calls the recursive // backtracking function queens() to