代码搜索:FAQ

找到约 5,223 项符合「FAQ」的源代码

代码结果 5,223
www.eeworm.com/read/360007/2970652

c crc.c

/* * Implementation of CRC-32 from the online Compression FAQ. */ #include "crc.h" /* * Polynomial used to build table for parallel byte-at-a-time CRC-32. */ #define CRC32_POLY 0x04c11db7 stati
www.eeworm.com/read/360007/2970753

c crc.c

/* * Implementation of CRC-32 from the online Compression FAQ. */ #include /* * Polynomial used to build table for parallel byte-at-a-time CRC-32. */ #define CRC32_POLY 0x04c11db7
www.eeworm.com/read/334162/12627790

am makefile.am

SUBDIRS = fftw rfftw tests doc threads mpi EXTRA_DIST = README.hacks bootstrap.sh COPYRIGHT acx_pthread.m4 acx_mpi.m4 extradist = fortran gensrc matlab cilk FAQ distsrc=$(distdir)/fftw # for some re
www.eeworm.com/read/334162/12628964

html section4.html

FFTW FAQ - Section 4
www.eeworm.com/read/334162/12628969

html section5.html

FFTW FAQ - Section 5
www.eeworm.com/read/334162/12628972

html section2.html

FFTW FAQ - Section 2
www.eeworm.com/read/334162/12628974

html section3.html

FFTW FAQ - Section 3
www.eeworm.com/read/334162/12628977

html section1.html

FFTW FAQ - Section 1
www.eeworm.com/read/446646/7572931

html mergesort.ct.html

Sorting linked lists From:
www.eeworm.com/read/446646/7572935

html gaussrand.luben.html

From: Luben Subje