代码搜索:Convolution

找到约 1,402 项符合「Convolution」的源代码

代码结果 1,402
www.eeworm.com/read/277188/10655406

c fir4.c

#include #define NROF_SAMPLES 400 void initialize( char *a, char *b ) { int i; for(i = 0; i < 8; i++) b[i] = i - 4; for(i = 0; i < 8; i++) a[i] = 0;
www.eeworm.com/read/159329/10669593

c fir4.c

#include #define NROF_SAMPLES 400 void initialize( char *a, char *b ) { int i; for(i = 0; i < 8; i++) b[i] = i - 4; for(i = 0; i < 8; i++) a[i] = 0;
www.eeworm.com/read/205541/15313978

makefile

CC = gcc INCLUDES = -I../common -I../image_io -I../arith_coder -I../collections_io #LANL start INCLUDES += -I../transform_annexG -I../components -I../info #LANL end C_OPT = -O -ansi -g CFLAGS
www.eeworm.com/read/205541/15314001

makefile

CC = gcc INCLUDES = -I../common -I../image_io -I../arith_coder -I../collections_io #LANL start INCLUDES += -I../transform_annexG -I../components -I../info #LANL end C_OPT = -O -ansi CFLAGS = $