代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/368662/2812476
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/356084/3042426
m lp_interior.m
% LP_Interior --
% Primal-dual damped Newton method for solving a linear program
% in standard form.
% [x,pi] = pd( A,b,c,l,u ) computes a vector x that solves
% the p
www.eeworm.com/read/471460/6894010
m swingmeu.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. Modified Euler method
%
% Copyright (c) 1998 H. S
www.eeworm.com/read/395876/8147980
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/394381/8227649
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/393211/8303960
m rwg3.m
%RWG3-FREQUENCY LOOP
% Calculates the impedance matrix using function IMPMET
% and solves MoM equations.
% Takes into account lumped elements (L, C, R) - antenna load
% Uses the mesh fil
www.eeworm.com/read/392244/8356012
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/370596/9593121
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/414988/11087814
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/334923/12562154
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