代码搜索:solves

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

代码结果 1,488
www.eeworm.com/read/407093/11429592

c dgssv.c

/*! @file dgssv.c * \brief Solves the system of linear equations A*X=B * * * -- SuperLU routine (version 3.0) -- * Univ. of California Berkeley, Xerox Palo Alto Research Center, * and La
www.eeworm.com/read/407093/11429595

c zgssv.c

/*! @file zgssv.c * \brief Solves the system of linear equations A*X=B * * * -- SuperLU routine (version 3.0) -- * Univ. of California Berkeley, Xerox Palo Alto Research Center, * and La
www.eeworm.com/read/407093/11429613

c sgssv.c

/*! @file sgssv.c * \brief Solves the system of linear equations A*X=B * * * -- SuperLU routine (version 3.0) -- * Univ. of California Berkeley, Xerox Palo Alto Research Center, * and La
www.eeworm.com/read/156956/11750149

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/259727/11770516

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/257911/11906832

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/257010/11960394

m swingrk4.m

% This program solves the swing equation of a one-machine system % when subjected to a three-phase fault with subsequent clearance % of the fault. % % Copyright (c) 1998 H. Saadat % function s
www.eeworm.com/read/256101/12028459

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/224546/14585469

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/214167/15112303

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