代码搜索:minimum

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

代码结果 5,594
www.eeworm.com/read/241840/13113322

c testapp0.c

// Description: Driver program that makes use of two library functions to // calculate the maximum and minimum values within an array #include int main() { int test_data[] =
www.eeworm.com/read/241225/13163411

m mmin.m

function [m,i]=mmin(a) %MMIN Matrix Minimum Value. % MMIN(A) returns the minimum value in the matrix A. % [M,I] = MMIN(A) in addition returns the indices of % the minimum value in I = [row col]. % D.
www.eeworm.com/read/241049/13175407

cpp d11r7.cpp

#include "iostream.h" #include "math.h" double func2(double x[], int n) { double f = 0.0; f = f + (x[1] - 1) * (x[1] - 1); f = f + (x[2] - 1) * (x[2] - 1); f = f + (x[3] - 1)
www.eeworm.com/read/138268/13243954

m mmin.m

function [m,i]=mmin(a) %MMIN Matrix Minimum Value. % MMIN(A) returns the minimum value in the matrix A. % [M,I] = MMIN(A) in addition returns the indices of % the minimum value in I = [row col]. % D.
www.eeworm.com/read/320558/13424129

m mmin.m

function [m,i]=mmin(a) %MMIN Matrix Minimum Value. % MMIN(A) returns the minimum value in the matrix A. % [M,I] = MMIN(A) in addition returns the indices of % the minimum value in I = [row col]. % D.
www.eeworm.com/read/315324/13545920

m golden_sect.m

% Program: golden_sect.m % Title: Golden-Section Search % Description: Implements the golden-section search. % Theory: See Practical Optimization Sec. 4.4 % Input: % fname: objective functi
www.eeworm.com/read/309190/13679391

m ar.m

function a1=ar(n,Cd) %AR obtains a first-order AR process with given characteristics. % % a1=AR(n,Cd) determines the coefficient a1 of a first-order AR % process such that, when th
www.eeworm.com/read/308765/13693018

c testapp0.c

// Description: Driver program that makes use of two library functions to // calculate the maximum and minimum values within an array #include int main() { int test_data[] = {
www.eeworm.com/read/308765/13693208

c testapp0.c

// Description: Driver program that makes use of two library functions to // calculate the maximum and minimum values within an array #include int main() { int test_data[] =
www.eeworm.com/read/306131/13752195

m mmin.m

function [m,i]=mmin(a) %MMIN Matrix Minimum Value. % MMIN(A) returns the minimum value in the matrix A. % [M,I] = MMIN(A) in addition returns the indices of % the minimum value in I = [row col]. % D.