代码搜索:minimum

找到约 5,594 项符合「minimum」的源代码

代码结果 5,594
www.eeworm.com/read/250314/12414760

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/336521/12439561

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/233811/14134647

c mincover.c

/* * Copyright 1997, Regents of the University of Minnesota * * mincover.c * * This file implements the minimum cover algorithm * * Started 8/1/97 * George * * $Id: mincover.c,v 1.1 1998/11/
www.eeworm.com/read/232588/14191612

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/228372/14387983

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/223158/14651521

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/220636/14794558

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/119681/14824459

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/217397/14966124

c arymimai.c

/* * ARYMIMAI array minimum/maximum index computation. * * Syntax: [sys, x0] = arymimai(t,x,u,flag,Func) * where Func is the string which could be min or max. *
www.eeworm.com/read/114424/15053792

cpp dt3.cpp

// DT3.cpp : Defines the entry point for the application. // This program is a "minimum feature" USB Dumb Terminal program // It's goal is to show how a simple serial device can be simply connected