代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/328857/12998017
m general simulated annealing algorithm .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/319068/13463451
pas rdjpgcom.pas
Program rdjpgcom;
{ This file contains a very simple stand-alone application that displays
the text in COM (comment) markers in a JFIF file.
This may be useful as an example of the minimum lo
www.eeworm.com/read/303147/13821000
m mdl.m
function [K,erg,vK] = mdl(e,N,gamma,verbose);
%MDL - find number of principal components such that it is optimal
% with respect to the minimum description length
% first in the input come th
www.eeworm.com/read/136989/5838638
readme
/**
@page DII Latency Test README File
This test tries to estimate the minimum latency for a DII twoway
request. The test uses a single threaded client and server, and
configures the ORB to
www.eeworm.com/read/136989/5838654
readme
/**
@page Single Threaded Sequence Latency Performance Test README File
This test tries to estimate the minimum latency for a twoway
request. The test uses a single threaded client and server
www.eeworm.com/read/136989/5838760
readme
/**
@page AMI Latency Test README File
This test tries to estimate the minimum latency for a AMI
request. The test uses a single threaded client and server, and
configures the ORB to elimina
www.eeworm.com/read/136989/5839059
readme
/**
@page DII Latency Test README File
This test tries to estimate the minimum latency for a DII twoway
request. The test uses a single threaded client and server, and
configures the ORB to
www.eeworm.com/read/136989/5839181
readme
/**
@page Collocation Performance Test README File
This test estimates the minimum latency for a twoway
request when both client and server are collocated. The test uses a single
threaded c
www.eeworm.com/read/136989/5839193
readme
/**
@page AMI Latency Test README File
This test tries to estimate the minimum latency for a AMI
request. The test uses a single threaded client and server, and
configures the ORB to elimina
www.eeworm.com/read/131315/5939369
c names.c
/*
* A quick and dirty C program to spit out possible identifiers
* from a stream of *.c and *.h files. Takes a single parameter
* which specifies the minimum length of an identifier to be
* extr