代码搜索:Fast

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

代码结果 10,000
www.eeworm.com/read/117850/14902607

c fast.c

/* Fast Inverse DCT implemented using Lee's algorithm */ /* Bjorn Wesen 1997 */ #include "mp3dec.h" /* The DCT matrix for N values is defined as: D(i,j) = cos((2*j+1)*i*PI/(2*N))
www.eeworm.com/read/9022/161452

h fast.h

#ifndef FAST_H #define FAST_H #define PROD5(A,B,R) \ { typeof (R) __x,__y,__t; \ typeof (&A[0]) __pa=A; \ typeof (&B[0]) __pb=B; \ __x=*__pa++;__y=*__pb++; \ R=R-R;
www.eeworm.com/read/15279/445698

xpm fast.xpm

/* XPM */ static char * fast_xpm[] = { "16 16 2 1", " c None", ". c #000000", " ", " ", " ", " ", " .. ", " .... .. ", "
www.eeworm.com/read/460691/1558390

pm fast.pm

package CGI::Fast; # See the bottom of this file for the POD documentation. Search for the # string '=head'. # You can run this file through either pod2man or pod2html to produce pretty # doc
www.eeworm.com/read/249963/4444362

fast doxygen.fast

# Doxyfile 1.4.1 #--------------------------------------------------------------------------- # Project related configuration options #----------------------------------------------------------------
www.eeworm.com/read/248906/4463214

fast doxygen.fast

# Doxyfile 1.4.1 #--------------------------------------------------------------------------- # Project related configuration options #----------------------------------------------------------------
www.eeworm.com/read/242732/4540602

fast install.fast

-*-text-*- Read the INSTALL file for the complete instructions. The Midnight Commander by default will use the Slang screen manager, if something fails with the Slang screen manager, you ma
www.eeworm.com/read/231546/4714801

pm fast.pm

package CGI::Fast; # See the bottom of this file for the POD documentation. Search for the # string '=head'. # You can run this file through either pod2man or pod2html to produce pretty # documenta
www.eeworm.com/read/331135/3415561

xpm fast.xpm

/* XPM */ static char * fast_xpm[] = { "16 16 17 1", "* c None", ". c #000000", "+ c #800000", "@ c #008000", "# c #808000", "$ c #000080", "% c #800080", "& c #008080", " c #C0C0C0", "= c #808080",
www.eeworm.com/read/322210/3527247

h fast.h

#ifndef FAST_H #define FAST_H #define PROD5(A,B,R) \ { typeof (R) __x,__y,__t; \ typeof (&A[0]) __pa=A; \ typeof (&B[0]) __pb=B; \ __x=*__pa++;__y=*__pb++; \ R=R-R;