代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/166306/10024482
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/358694/10181636
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/200336/10247153
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/200336/10247250
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/353896/10406920
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/353831/10414376
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/353831/10414957
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/353439/10446917
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/161094/10454143
bak zmyblas2.c.bak
/*
* File name: zmyblas2.c
* Purpose:
* Level 2 BLAS operations: solves and matvec, written in C.
* Note:
* This is only used when the system lacks an efficient BLAS library.
*/
#inc
www.eeworm.com/read/352425/10553613
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