代码搜索:FOUNDATION

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

代码结果 10,000
www.eeworm.com/read/348903/10861131

h sbr_huff.h

/* ** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding ** Copyright (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com ** ** This program is free software; you can redistribut
www.eeworm.com/read/348903/10861134

h output.h

/* ** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding ** Copyright (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com ** ** This program is free software; you can redistribut
www.eeworm.com/read/273343/10919518

h stdafx.h

// This is a part of the Microsoft Foundation Classes C++ library. // Copyright (c) Microsoft Corporation. All rights reserved. // // This source code is only intended as a supplement to the // M
www.eeworm.com/read/418629/10937354

txt apache.license.txt

/* * * ==================================================================== * * The Apache Software License, Version 1.1 * * Copyright (c) 1999-2001 The Apache Software Foundation. All ri
www.eeworm.com/read/418504/10943666

txt apache.license.txt

/* * * ==================================================================== * * The Apache Software License, Version 1.1 * * Copyright (c) 1999-2001 The Apache Software Foundation. All ri
www.eeworm.com/read/468463/6991058

m4 aclocal.m4

# generated automatically by aclocal 1.9.6 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005 Free Software Foundation, Inc. # This file is free software;
www.eeworm.com/read/467759/7000699

m permutes.m

function [p,s]=permutes(n) %PERMUTES All N! permutations of 1:N + signatures [P,S]=(N) % The output P is a matrix of size (N!,N) where each row % contains a permutation of the numbers 1:N. The rows
www.eeworm.com/read/467759/7000707

m irdct.m

function x=irdct(y,n) %IRDCT Inverse discrete cosine transform of real data X=(Y,N) % Data is truncated/padded to length N. % % This routine is equivalent to multiplying by the matrix % %
www.eeworm.com/read/467759/7000710

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/467759/7000716

m erb2frq.m

function frq = erb2frq(erb) %ERB2FRQ Convert ERB frequency scale to Hertz FRQ=(ERB) % frq = erb2frq(erb) converts a vector of ERB-rate values % to the corresponding frequencies in Hz. % %