代码搜索结果

找到约 3,686,282 项符合 C 的代码

font.c

/***************************************************************************** * * XVID MPEG-4 VIDEO CODEC * - Font rendering to frame buffer functions - * * Copyright(C) 2002-2003 Peter Ross

colorspace.c

/***************************************************************************** * * XVID MPEG-4 VIDEO CODEC * - Colorspace conversion functions - * * Copyright(C) 2001-2003 Peter Ross

image.c

/************************************************************************** * * XVID MPEG-4 VIDEO CODEC * - Image management functions - * * Copyright(C) 2001-2003 Peter Ross

postprocessing.c

/***************************************************************************** * * XVID MPEG-4 VIDEO CODEC * - Postprocessing functions - * * Copyright(C) 2003 Michael Militzer

config.c

/***************************************************************************** * * XVID MPEG-4 VIDEO CODEC * - Configuration processing - * * Copyright(C) 2002-2004 Peter Ross

4-2.c

#include #include #define PB XBYTE[0x1B01] //B口地址 #define PC XBYTE[0x1B02] //C口地址 #define PCT XBYTE[0x1B03] //控制口地址 int m,n,i,j,k,c; void Delay6(); void Delay02(); vo

4-1.c

#include #include #define uchar unsigned char #define COM8255 XBYTE[0x007F] //命令口地址 #define PA8255 XBYTE[0x00FC] //A口地址 #define PC8255 XBYTE[0x00F] //C口地址 void printchar(

ramp.c

//Ramp.c Generates a ramp int output; interrupt void c_int11() //interrupt service routine { output_sample(output); //output for each sample period output

aliasing.c

//Aliasing.c illustration of downsampling, aliasing, upsampling #include "lp33.cof" //lowpass at 1.8 kHz short flag = 0; //toggles for 2x down-sampling float indly[

c6xdskinit_pcm.c

//C6xdskinit_pcm.c Includes functions provided by TI, init DSK, McBSP //Contribution by Walter J. Gomes and Mike Morrow //Compile with optimization level -o1 due to "bug" SDSsq21295 (OK with CCS V1.