代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/168118/9937177
m tomin.m
function wavemin=tomin(wavelet,stab)
% TOMIN Converts an arbitrary waveform to minimum phase equivalent using
% the Levinson algorithm.
%
% wavemin= tomin(wavelet,stab)
% wavemin= tomin(wavelet)
www.eeworm.com/read/357616/10205044
m tomin.m
function wavemin=tomin(wavelet,stab)
% TOMIN Converts an arbitrary waveform to minimum phase equivalent using
% the Levinson algorithm.
%
% wavemin= tomin(wavelet,stab)
% wavemin= tomin(wavelet)
www.eeworm.com/read/354568/10345203
ini default-ini.ini
[Neural Network Parameters]
Initial learning rate (eta) = 0.001
Minimum learning rate (eta) = 0.00005
Rate of decay for learning rate (eta) = 0.794183335 ;;; 0.794183335 = 0.001 down to 0.0000
www.eeworm.com/read/161337/10423779
cpp iconeditor.cpp
#include
#include "iconeditor.h"
IconEditor::IconEditor(QWidget *parent, const char *name)
: QWidget(parent, name, WStaticContents)
{
setSizePolicy(QSizePolicy::Minimum, QSizePo
www.eeworm.com/read/423675/10538099
cpp iconeditor.cpp
#include
#include "iconeditor.h"
IconEditor::IconEditor(QWidget *parent, const char *name)
: QWidget(parent, name, WStaticContents)
{
setSizePolicy(QSizePolicy::Minimum, QSizePo
www.eeworm.com/read/273878/10895896
m code.m
function [minimum,fval] = anneal(loss, parent, options)
% ANNEAL Minimizes a function with the method of simulated annealing
% (Kirkpatrick et al., 1983)
%
% ANNEAL takes three input parameter
www.eeworm.com/read/417154/11001929
m anneal.m
function [minimum,fval] = anneal(loss, parent, options)
% ANNEAL Minimizes a function with the method of simulated annealing
% (Kirkpatrick et al., 1983)
%
% ANNEAL takes three input parameters,
www.eeworm.com/read/364251/7075947
c runtest.c
/*
* runtest.c: C program to run libxml2 regression tests without
* requiring make or Python, and reducing platform dependancies
* to a strict minimum.
*
* To compile on Uni
www.eeworm.com/read/140797/7146853
h malloc.h
/*
* malloc.h
*
* Internals for the memory allocator
*/
#include
#include
/*
* This is the minimum chunk size we will ask the kernel for; this should
* be a multiple of t
www.eeworm.com/read/140797/7146998
h malloc.h
/*
* malloc.h
*
* Internals for the memory allocator
*/
#include
#include
/*
* This is the minimum chunk size we will ask the kernel for; this should
* be a multiple of t