代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/123764/6058005
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/170695/6344064
net sincos.net
[TRAINING] PATTERN %training method
[MINWEIGHTS] -10 %minimum weight value
[MAXWEIGHTS] 10 %maximum weight value
[PERTURBATION] 20 %maximum weight perturbation
[SATURATION] 80 %saturation thre
www.eeworm.com/read/170695/6344077
net xor.net
[TRAINING] QUICKPROP %training method
[MINWEIGHTS] -10 %minimum weight value
[MAXWEIGHTS] 10 %maximum weight value
[PERTURBATION] 5 %maximum weight perturbation
[SATURATION] 80 %saturation thr
www.eeworm.com/read/170695/6344079
net security.net
[TRAINING] PATTERN %training method
[MINWEIGHTS] -10 %minimum weight value
[MAXWEIGHTS] 10 %maximum weight value
[PERTURBATION] 20 %maximum weight perturbation
[SATURATION] 80 %saturation thre
www.eeworm.com/read/479164/6699910
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/408091/11405205
rc catalogmessages.rc
STRINGTABLE
BEGIN
2100, "name expected"
2101, "literal expected"
2102, "name or literal expected"
2103, "nul character"
2104, "not a minimum data character"
2105, "end of entity in comment
www.eeworm.com/read/405201/11470125
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 parameter
www.eeworm.com/read/400466/11576135
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/262488/11587626
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/347943/11626371
m ordmmdmex.m
% perm = ordmmdmex(adjncy)
% Computes multiple-minimum-degree permutation, for sparse
% Cholesky. Adjncy is a sparse symmetric matrix; its diagonal
% is irrelevant.
%
% Invokes SPARSPAK-