代码搜索: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