代码搜索:minimum

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

代码结果 5,594
www.eeworm.com/read/198947/7903003

m minisi.m

%MINISI minimum-ISI TEQ design. % [W, D, Dv] = MINISI(Sx, Sn, Sh, H, N, Nb, Nw, Dmin, Dmax, M) % returns the time domain equalizer in W and the delay in D. % Dv is a vector containing the remaining IS
www.eeworm.com/read/240028/13239799

readme

Documentation TUT How-To minimum steps to make TUT work for you What is TUT TUT is a pure C++ unit test framework. Its name - TUT - stands for Template Unit Tests. Features TUT provides all featu
www.eeworm.com/read/136989/5836114

pl histo.pl

# # histo.pl,v 1.2 1998/06/23 17:28:56 coryan Exp # # Extract a histogram, minimum, maximum and average from a file, # filtering by a given RE. # eval '(exit $?0)' && eval 'exec perl -S $0 ${1
www.eeworm.com/read/136989/5836352

bor tao_imr.bor

# # tao_imr.bor,v 1.5 2003/12/22 17:08:38 jwillemsen Exp # # Makefile for building the tao_imr executable # !ifndef MINIMUM_CORBA NAME = tao_imr !else !undef NAME !endif OBJFILES = \ $
www.eeworm.com/read/101082/6251732

c fortune.c

char *sccsid = "@(#)fortune.c 4.3 Berkley 3/18/88"; # include # include # include "strfile.h" # define MINW 6 /* minimum wait if desired */ # define CPERS 20 /* # of char
www.eeworm.com/read/251886/6336178

m4 xmms.m4

# CFLAGS and library paths for XMMS # written 15 December 1999 by Ben Gertzfield dnl Usage: dnl AM_PATH_XMMS([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) dnl dnl Exa
www.eeworm.com/read/151091/12235705

m sq32qam_gray_demap.m

function out=sq32QAM_Gray_demap(input) K=length(input); d=1/sqrt(24); %%% The minimum distance between constellations is 2*d x=d*[5,3,1,-1,-3,-5]; %%% coordinate ma
www.eeworm.com/read/339293/12244481

m wsvd.m

function SVD = wsvd(G,w) %WSVD SVD = WSVD(G,W) returns frequency varying maximum and minimum SVDs % % $Id: wsvd.m,v 1.1 2005/11/01 09:00 hori Exp $ if (nargin == 0) | (nargin > 2),
www.eeworm.com/read/119797/14821265

m4 acinclude.m4

dnl @synopsis AC_PATH_GENERIC(LIBRARY [, MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) dnl dnl Runs a LIBRARY-config script and defines LIBRARY_CFLAGS and LIBRARY_LIBS dnl dnl The scri
www.eeworm.com/read/217040/14982094

pas brent.pas

FUNCTION brent(ax,bx,cx,tol: real; VAR xmin: real): real; (* Programs using routine BRENT must supply an external function func(x:real):real whose minimum is to be found. *) LABEL 1,2,3; CONST