代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/136812/5861123
fmt_mail
#! /bin/sh
#
# %Z%%M% %I% %E% SMI
#
(IFS_save=$IFS
#solves problem of read line discarding leading blanks which are necessary
#for correct interpretation of continuation lines in mail headers
IFS=
wh
www.eeworm.com/read/386623/6343231
m gauss_elim.m
function X_soln = gauss_elim(level, b)
% Ryan McKenzie
% Department of Computational Sciences
% University of Kentucky
amg_globals;
%Solves the system A(level) x_soln = b
%This command wil
www.eeworm.com/read/493843/6391520
m rtog.m
function [gamma,epsilon] = rtog(r)
%RTOG Levinson-Durbin recursion.
%----
%USAGE: [gamma,epsilon] = rtog(r)
%
% Solves the Toeplitz normal equations
% R a = epsilon [1 0 ... 0]'
% where R=toe
www.eeworm.com/read/485012/6570563
m fmincopf.m
function [busout, genout, branchout, f, success, info, et, g, jac] = ...
fmincopf(baseMVA, bus, gen, branch, areas, gencost, Au, lbu, ubu, mpopt)
%FMINCOPF Solves an AC optimal power flow using
www.eeworm.com/read/482841/6614403
txt @psc_readme_375_3.txt
Title: Simplex Method
Description: This code solves primal Simplex problems (operations reserch). I made it for a shcool work and I got a B 'cause it has a bugs already. The main program (simplex.cpp
www.eeworm.com/read/479257/6690604
m psoeld.m
% This program solves the economic dispatch with Bmn coefficients by
% Genetic Algorithm
% the data matrix should have 5 columns of fuel cost coefficients and plant limits.
% 1.a ($/MW^2) 2. b $/M
www.eeworm.com/read/263879/11338163
m nlsq.m
function [x,CostFunction,JAC,EXITFLAG,OUTPUT] = nlsq(funfcn,x,verbosity,options,CostFunction,JAC,YDATA,caller,varargin)
%NLSQ Solves non-linear least squares problems.
% NLSQ is the core code for
www.eeworm.com/read/347943/11626199
m bwdpr1.m
% y = bwdpr1(Lden, b)
% BWDPR1 Solves "PROD_k L(pk,betak)' * y = b", where
% L(p,beta) = eye(n) + tril(p*beta',-1).
%
% **********
www.eeworm.com/read/156956/11750229
m fmincopf.m
function [busout, genout, branchout, f, success, info, et, g, jac] = ...
fmincopf(baseMVA, bus, gen, branch, areas, gencost, Au, lbu, ubu, mpopt)
%FMINCOPF Solves an AC optimal power flow using
www.eeworm.com/read/156310/11813253
m fgoalattain.m
function [x,FVAL,ATTAINFACTOR,EXITFLAG,OUTPUT,LAMBDA] = fgoalattain(FUN,x,GOAL,WEIGHT,A,B,Aeq,Beq,LB,UB,NONLCON,options,varargin)
%FGOALATTAIN Solves the multi-objective goal attainment optimization