代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/154092/11989566
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/154092/11989570
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/154092/11989581
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/340413/12161750
h targetver.h
#pragma once
// The following macros define the minimum required platform. The minimum required platform
// is the earliest version of Windows, Internet Explorer etc. that has the necessary featu
www.eeworm.com/read/253950/12173464
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/253950/12174135
htm minbrack.htm
Netlab Reference Manual minbrack
minbrack
Purpose
Bracket a minimum of a function of one variable.
Description
www.eeworm.com/read/340157/12178811
h targetver.h
#pragma once
// The following macros define the minimum required platform. The minimum required platform
// is the earliest version of Windows, Internet Explorer etc. that has the necessary featu
www.eeworm.com/read/339665/12211400
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/339483/12230431
sh random-between.sh
#!/bin/bash
# random-between.sh
# Random number between two specified values.
# Script by Bill Gradwohl, with minor modifications by the document author.
# Used with permission.
randomBetween() {