代码搜索:FOUNDATION

找到约 10,000 项符合「FOUNDATION」的源代码

代码结果 10,000
www.eeworm.com/read/453505/7417937

php rsa_keygen.php

www.eeworm.com/read/453505/7417940

php rsalib.php

www.eeworm.com/read/450804/7476582

h version.h

/* ** igmpproxy - IGMP proxy based multicast router ** Copyright (C) 2005 Johnny Egeland ** ** This program is free software; you can redistribute it and/or modify ** it under th
www.eeworm.com/read/449369/7508154

tex lgplnotice.tex

\medskip \noindent\hbox{}\hrule\hbox{}\penalty-1000 \medskip \noindent Copyright \copyright 1994, 1995, 1996, 1997, 1998 David Neto \smallskip \noindent This library is free software; you can red
www.eeworm.com/read/448648/7528507

m4 aclocal.m4

# aclocal.m4 generated automatically by aclocal 1.6.3 -*- Autoconf -*- # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This file is free software; the Free Sof
www.eeworm.com/read/448620/7528999

m4 aclocal.m4

# generated automatically by aclocal 1.7.2 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This file is free software; the Free Software F
www.eeworm.com/read/448350/7534348

m lpcis2rf.m

function rf=lpcis2rf(is) %LPCRF2IS Convert inverse sines to reflection coefficients RF=(IS) % Copyright (C) Mike Brookes 1997 % Version: $Id: lpcis2rf.m,v 1.4 2007/05/04 07:01:38 dmb
www.eeworm.com/read/448350/7534354

m lpcaa2dl.m

function dl=lpcaa2dl(aa) %LPCAA2DL LPC: Convert area coefficients to dct of log area DL=(AA) % note: we do not correct for sinc distortion; perhaps we should multiply by % k=1:p-1;s=[sqrt(0.5)/p
www.eeworm.com/read/448350/7534355

m lpczz2cc.m

function cc=lpczz2cc(zz,np) %LPCZZ2CC Convert poles to "complex" cepstrum CC=(ZZ,NP) % Copyright (C) Mike Brookes 1997 % Version: $Id: lpczz2cc.m,v 1.4 2007/05/04 07:01:39 dmb Exp $
www.eeworm.com/read/448350/7534358

m lpcss2zz.m

function zz=lpcss2zz(ss) %LPCSS2ZZ Convert s-place poles to z-plane poles ZZ=(SS) %the s-plane is in units of Normalized Hz and so the imaginary part % of each ss() value is in the range +-0.5 %