代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/191613/8426930

cpp ex0613.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Example 6.13 on page 134 // Implementing the Bubble Sort algorithm #include // defin
www.eeworm.com/read/390852/8436835

c maze.c

#include #include #include #include #include #include #include #define IDM_APPLICATION_EXIT (101) #define IDM_APP
www.eeworm.com/read/190158/8446962

c actorc.c

/************************************************************************** * * NAME * actorc * * FUNCTION * * Schur recursion to do autocorrelation analysis. * Converts autocorrelation sequence to r
www.eeworm.com/read/190158/8446969

c intsynth.c

/************************************************************************** * * ROUTINE * intsynth * * FUNCTION * Linearly interpolate between transmitted LSPs * to generate nn (=4) intermediate se
www.eeworm.com/read/190158/8447003

c autodbn.c

/************************************************************************** * * ROUTINE * autohf * * FUNCTION * LPC autocorrelation analysis with high frequency compensation * * * SYNOPSIS * subrou
www.eeworm.com/read/190158/8447012

c lsptopc.c

/************************************************************************** * * NAME * lsptopc * * FUNCTION * * convert lsp frequencies to predictor coefficients * * SYNOPSIS * * subroutine lsptopc(f
www.eeworm.com/read/190158/8447060

c autohf.c

/************************************************************************** * * ROUTINE * autohf * * FUNCTION * LPC autocorrelation analysis with high frequency compensation * * * SYNOPSIS * subrou
www.eeworm.com/read/190158/8447093

c rctopc.c

/************************************************************************** * * NAME * rctopc * * FUNCTION * * convert reflection coefficients into lpc coefficients * * BEWARE: This code does not use
www.eeworm.com/read/190158/8447096

c bwexp.c

/************************************************************************** * * ROUTINE * bwexp * * FUNCTION * Bandwidth expansion of LPC predictor coefficients * * SYNOPSIS * subroutine bwexp(alph
www.eeworm.com/read/190158/8447125

c delaynr.c

#define NFRAC 6 #define TRUE 1 #define FALSE 0 #define M1 -4 #define M2 3 /* five fractional delays plus zero delay = 6 */ static float frac[NFRAC] = {0.25, 0.33333334, 0.5, 0.66666667, 0.75, 0.0