代码搜索:FOUNDATION

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

代码结果 10,000
www.eeworm.com/read/318604/13475247

h stage1.h

/* * GRUB -- GRand Unified Bootloader * Copyright (C) 1999,2000,2002,2004 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it unde
www.eeworm.com/read/312016/13620186

m invdct.m

% invdct - perform inverse cosine transform on an image % % SYNOPSIS % invdct % invdct(X) % invdct(X, N) % % DESCRIPTION % invdct cuts an mxn image X into NxN subimages and performs an % invers
www.eeworm.com/read/312016/13620187

m dct.m

% dct - perform discrete cosine transform on an image % % SYNOPSIS % dct % dct(X) % dct(X, N) % % DESCRIPTION % dct cuts an mxn image X into NxN subimages and transforms % these images. If X is
www.eeworm.com/read/312016/13620191

m jpegtool.m

% JPEGtool - Matlab and Octave scripts for study of JPEG-like schemes. % % Copyright (C) 1995-1997 Darrel Hankerson and Greg A. Harris % % This file is part of the JPEGtool collection of scripts for O
www.eeworm.com/read/305004/13780504

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/304082/13801490

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/304082/13801498

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/304082/13801501

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/304082/13801507

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. % %
www.eeworm.com/read/304082/13801509

m frq2midi.m

function [n,t]=frq2midi(f) %FRQ2MIDI Convert frequencies to musical note numbers [N,T]=(F) % notes are numbered in semitones with middle C being 60 % Note 69 (the A above middle C) has a frequency