代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/191613/8426716
cpp pr0610.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 6.10 on page 143
// Finding the minimum and maximum values in an array
#include
www.eeworm.com/read/433114/8545779
m s_zone_attributes.m
function seismic=s_zone_attributes(seismic,varargin)
% Compute attributes such as minimum, maximum, RMS amplitude in a trace-dependent
% interval/zone and either print them to the screen or store them
www.eeworm.com/read/187848/8596238
m demopsobehavior.m
% demopsobehavior.m
% demo of the pso.m function
% the pso tries to find the minimum of the f6 function, a standard
% benchmark
%
% on the plots, blue is current position, green is Pbest, and red
www.eeworm.com/read/431176/8705922
m demopsobehavior.m
% demopsobehavior.m
% demo of the pso.m function
% the pso tries to find the minimum of the f6 function, a standard
% benchmark
%
% on the plots, blue is current position, green is Pbest, and red
www.eeworm.com/read/286526/8761884
m demopsobehavior.m
% demopsobehavior.m
% demo of the pso.m function
% the pso tries to find the minimum of the f6 function, a standard
% benchmark
%
% on the plots, blue is current position, green is Pbest, and red
www.eeworm.com/read/385314/8809624
m kolmog.m
function [w_min] = kolmog(w,type_of_input,L);
%KOLMOG: Kolmogoroff spectral factorization.
% Given an arbitrary wavelet this function retrieves the minimum
% phase wavelet using Kolmo
www.eeworm.com/read/381005/9116508
m demopsobehavior.m
% demopsobehavior.m
% demo of the pso.m function
% the pso tries to find the minimum of the f6 function, a standard
% benchmark
%
% on the plots, blue is current position, green is Pbest, and red
www.eeworm.com/read/184067/9123723
m fminusub.m
function [x,FVAL,GRADIENT,HESSIAN,EXITFLAG,OUTPUT] = fminusub(funfcn,x,verbosity,options,Fval,Gval,Hval,varargin)
%FMINUSUB Finds the minimum of a function of several variables.
% Copyright (c)
www.eeworm.com/read/184067/9123730
m nlconstold.m
function [x,OPTIONS,lambda,HESS]=nlconstold(FUNfcn,x,OPTIONS,VLB,VUB,GRADfcn,varargin);
%NLCONST Helper function to find the constrained minimum of a function
% of several variables. Called by CO
www.eeworm.com/read/182374/9205822
m runhpmodel.m
function [Max,k,BestSolutions]=RunHPModel(PopSize,T,CantGen,Elitism,dim)
% RunHPModel Calls the Markov EDA to find the HP model with minimum energy in 2-d lattice
% The sequence is in InitCon