代码搜索:minimum

找到约 5,594 项符合「minimum」的源代码

代码结果 5,594
www.eeworm.com/read/128748/14279872

m fig3_14.m

% % This file generates the plot shown in Figure 3-14 % % Copyright (c) 1999 by P.Bretchko and R.Ludwig % "RF Circuit Design: Theory and Practice" % close all; % close all opened graphs
www.eeworm.com/read/128748/14279874

m fig3_16.m

% % This file generates the plot shonw in Figure 3-16 % % Copyright (c) 1999 by P.Bretchko and R.Ludwig % "RF Circuit Design: Theory and Practice" % global Z0; close all; % close all o
www.eeworm.com/read/128748/14279877

m fig3_13.m

% % This file generates the plot shown in Figure 3-13 % % Copyright (c) 1999 by P.Bretchko and R.Ludwig % "RF Circuit Design: Theory and Practice" % close all; % close all opened graphs
www.eeworm.com/read/128748/14279882

m fig3_15.m

% % This file generates the plot shonw in Figure 3-15 % % Copyright (c) 1999 by P.Bretchko and R.Ludwig % "RF Circuit Design: Theory and Practice" % global Z0; close all; % close all o
www.eeworm.com/read/127767/14336887

txt e794. creating a jslider component.txt

// Create a horizontal slider with min=0, max=100, value=50 JSlider slider = new JSlider(); // Create a horizontal slider with custom min and max; value is set to the middle int m
www.eeworm.com/read/127372/14357678

h limits.h

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/limits.h ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/220289/14843785

m linemin.m

function [x, options] = linemin(f, pt, dir, fpt, options, ... varargin) %LINEMIN One dimensional minimization. % % Description % [X, OPTIONS] = LINEMIN(F, PT, DIR, FPT, OPTIONS) uses Brent's % algori
www.eeworm.com/read/220155/14847877

m objfun9.m

% OBJFUN9.M (OBJective function for sum of different power FUNction 9) % % This function implements the sum of different power. % % Syntax: ObjVal = objfun9(Chrom,switch_) % % Input parameters:
www.eeworm.com/read/220155/14847879

m objfun1a.m

% OBJFUN1A.M (OBJective function for axis parallel hyper-ellipsoid) % % This function implements the axis parallel hyper-ellipsoid. % % Syntax: ObjVal = objfun1a(Chrom,switch_) % % Input paramet
www.eeworm.com/read/220155/14847884

m objgold.m

% OBJGOLD.M (OBJective function for GOLDstein-price function) % % This function implements the GOLDSTEIN-PRICE function. % % Syntax: ObjVal = objgold(Chrom,switch_) % % Input parameters: % Ch