代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/337669/12351381
java associationsfinder.java
/*
ARMiner - Association Rules Miner
Copyright (C) 2000 UMass/Boston - Computer Science Department
This program is free software; you can redistribute it and/or modify
it under the terms of the GN
www.eeworm.com/read/149739/12352675
m minc.m
%MINC Minimum combining classifier
%
% W = MINC(V)
% W = V*MINC
%
% INPUT
% V Set of classifiers
%
% OUTPUT
% W Minimum combining classifier on V
%
% DESCRIPTION
% If V = [V1,V2,V3, ...
www.eeworm.com/read/336521/12439477
m ssubmmse.m
function [ss,zo]=ssubmmse(si,fsz,pp)
%SSUBMMSE performs speech enhancement using mmse estimate of spectral amplitude or log amplitude [SS,ZO]=(S,FSZ,P)
%
% Inputs:
% si input speech signal
www.eeworm.com/read/132141/14106851
out bboard.out
Enter 8 x 5 net matrix
Minimum density is 4
Optimal arrangement is
2 3 4 5 1 6 7 8
www.eeworm.com/read/124283/14579518
texi multimin.texi
@cindex minimization, multidimensional
This chapter describes routines for finding minima of arbitrary
multidimensional functions. The library provides low level components
for a variety of iterativ
www.eeworm.com/read/122873/14665181
c brent.c
#include
#include "nrutil.h"
#define ITMAX 100
#define CGOLD 0.3819660
#define ZEPS 1.0e-10
/*
Here ITMAX is the maximum allowed number of iterations; CGOLD is the golden ratio; ZEPS is
www.eeworm.com/read/122674/14676493
cpp prg13_6.cpp
#include
#include
#pragma hdrstop
#include "strclass.h"
// include the graph class with the MinimumPath method
#include "graph.h"
void main(void)
{
// vertices
www.eeworm.com/read/218185/14931857
asv obj_fun.asv
function y=obj_fun(x)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Rosenbrock 'Banana' function
%x(1) and x(2)->[-5,5];
% the function has global minimum of 0 at
www.eeworm.com/read/218185/14931865
m obj_fun.m
function y=obj_fun(x)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Rosenbrock 'Banana' function
%x(1) and x(2)->[-5,5];
% the function has global minimum of 0 at
www.eeworm.com/read/167728/5453198
texi multimin.texi
@cindex minimization, multidimensional
This chapter describes routines for finding minima of arbitrary
multidimensional functions. The library provides low level components
for a variety of iterativ