代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/481753/6637921
m pso_trelea_vectorized.m
% pso_Trelea_vectorized.m
% a generic particle swarm optimizer
% to find the minimum or maximum of any
% MISO matlab function
%
% Implements Common, Trelea type 1 and 2, and Clerc's class 1". It will
www.eeworm.com/read/479257/6690597
m pso_trelea_vectorized.m
% pso_Trelea_vectorized.m
% a generic particle swarm optimizer
% to find the minimum or maximum of any
% MISO matlab function
%
% Implements Common, Trelea type 1 and 2, and Clerc's class 1". It will
www.eeworm.com/read/410537/11278869
m pso_trelea_vectorized.m
% pso_Trelea_vectorized.m
% a generic particle swarm optimizer
% to find the minimum or maximum of any
% MISO matlab function
%
% Implements Common, Trelea type 1 and 2, and Clerc's class 1". It will
www.eeworm.com/read/401528/11556460
txt wince.txt
At a minimum, a Windows CE OS design contains the following elements:
Run-time image
boot loader
OEM adaptation layer (OAL)
Device drivers
Configuration files
The BSP creation process i
www.eeworm.com/read/400576/11573578
m mst.m
function [tree,A] = mst(d)
% [tree,A] = mst(d)
% minimum spanning tree
%
% INPUT
% d [m x m] distance matrix
% OUTPUT
% tree [m-1 x 2] list of edges
% A
www.eeworm.com/read/347943/11626696
c ordmmdmex.c
/*
perm = ordmmdmex(X)
Computes multiple-minimum-degree permutation, for sparse
Cholesky. X is a sparse symmetric matrix; only its off-
diagonal sparsity structure is used.
Invokes
www.eeworm.com/read/155807/11845926
m pso.m
function [OUT,varargout]=pso(functname,D,varargin)
% PSO.M
% a generic particle swarm optimizer
% to find the minimum or maximum of any
% MISO matlab function
%
% Brian Birge
% Rev 1.0
% 1/
www.eeworm.com/read/154843/11923505
m lpcbwexp.m
function arx=lpcbwexp(ar,bw)
%LPCBWEXP expand formant bandwidths of LPC filter ARX=(AR,BW)
%minimum bandwidth will be BW*fs where fs is the sampling frequency
%the radius of each pole will be multi
www.eeworm.com/read/150749/12267358
m code_moc.m
function [codebook,scheme] = code_MOC(m)
% Generate the codebook for multiclass classification with Minimum Output encoding.
%
% >> codebook = code_MOC(m)
%
% see also:
% code
% Copyright (c) 200
www.eeworm.com/read/150238/12302765
m lpcbwexp.m
function arx=lpcbwexp(ar,bw)
%LPCBWEXP expand formant bandwidths of LPC filter ARX=(AR,BW)
%minimum bandwidth will be BW*fs where fs is the sampling frequency
%the radius of each pole will be multi