代码搜索:minimum

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

代码结果 5,594
www.eeworm.com/read/399806/7834786

txt netsim_readme.txt

NETSIM_README.TXT Boson NetSim version 5.0 Dated 5/31/2003 Thank you for your interest in the Boson NetSim(tm)! Table of Contents; 1...Boson NetSim Components 2...Minimum and Recommended
www.eeworm.com/read/434325/7874539

m nelder.m

function [V0,y0,dV,dy,P,Q] = nelder(Fn,V,min1,max1,epsilon,show) %--------------------------------------------------------------------------- %NELDER Nelder-Mead method to search for a minimum. %
www.eeworm.com/read/434325/7874550

m grads.m

function [P0,y0,h,err,P,Y] = grads(Fn,Gn,P0,max1,delta,epsilon,show) %--------------------------------------------------------------------------- %GRADS Gradient search for a minimum. % Sample ca
www.eeworm.com/read/296430/8103007

c mindist.c

/* minimum distance^2 between n random points(x(i),y(i)). mean is about .64 for 4000 points in a square of side 1000. and .995 for 8000 points in a square of side 10000. Since distance^2 is
www.eeworm.com/read/143498/12870328

m nonoise.m

% plot for noise-free situation % Roger Jang, Aug-10-1995 % ============ plot 1: minimum phase order1 = 2; % order of the equalizer order2 = 3; % order of the channel delay = 0; % delay of the
www.eeworm.com/read/139738/13137323

nachos

#!/bin/sh # Shell-script front-end to run Nachos. # Simply sets terminal to a minimum of one byte to complete a read and # disables character echo. Restores original terminal state on exit. onexit (
www.eeworm.com/read/320176/13431596

m lpcrand.m

function ar=lpcrand(p,n,bw) % generate n random stable polynomials of order p with a minimum pole % bandwidth of bw*fs where fs is the sampling fequency. % To limit the pole radius to r set bw=-log
www.eeworm.com/read/320175/13431636

m lpcrand.m

function ar=lpcrand(p,n,bw) % generate n random stable polynomials of order p with a minimum pole % bandwidth of bw*fs where fs is the sampling fequency. % To limit the pole radius to r set bw=-log
www.eeworm.com/read/304082/13801569

m lpcrand.m

function ar=lpcrand(p,n,bw) % generate n random stable polynomials of order p with a minimum pole % bandwidth of bw*fs where fs is the sampling fequency. % To limit the pole radius to r set bw=-log
www.eeworm.com/read/303513/13813735

m range.m

function y=range(S) %RANGE The range is the difference between the maximum and minimum values. % y = RANGE(S) calculates the range of the scalar function S. % Copyright (c) 2001-04-17, B. Rasm