代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/131067/14162621
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/130689/14178155
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/124283/14579274
texi min.texi
@cindex optimization, see minimization
@cindex maximization, see minimization
@cindex minimization, one-dimensional
@cindex finding minima
@cindex non-linear functions, minimization
This chapter desc
www.eeworm.com/read/223183/14650025
txt mysession.txt
Areas Code Size Count Incl. Total Incl. Maximum Incl. Minimum Incl. Average Excl. Total Excl. Maximum Excl. Minimum Excl. Average
FilterBUF() 88 4 9634352 2462102 2462102 2408588 1495 382 382 498
Fi
www.eeworm.com/read/122497/14687623
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/221179/14755431
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/218191/14931658
asv orient.asv
function y=orient(x)
%this is a function used to solve the minimum point
%it can derive the result when the independent is x
n=size(x,2);
X=dev_ls(x,5,4,1);
X=X(:,5:196);
%%X=dev_ls(x);
p=
www.eeworm.com/read/218191/14931659
m orient.m
function y=orient(x)
%this is a function used to solve the minimum point
%it can derive the result when the independent is x
n=size(x,2);
X=dev_ls(x,5,3,1);
X=X(:,3:198);
%%X=dev_ls(x);
p=
www.eeworm.com/read/116890/14950744
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/114869/15035200
pas ufunc.pas
unit uFunc;
interface
uses
FMath, Matrices;
function Func1(X : TVector) : Float;
function Func2(X : TVector) : Float;
function Func3(X : TVector) : Float;
function Func4(X : TVe