代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/166864/9992622
c input.c
#include "define.h"
#define BUFFER_SIZE 4096
extern int read (int, unsigned char *, int);
static int bit_size; /* 记录最后一次读取的文件字符的个数 */
static unsigned char buffer[MAXLINE+1 + BUF
www.eeworm.com/read/362146/10015764
c dataproc.c
#include "PSoCApi.h"
#include
#include "globdefs.h"
#include "utils.h"
#include "sigproc.h"
#define TIMER_PULSE_INIT_VALUE 190
static volatile BYTE timer_pulse = TIMER_PULSE_INIT
www.eeworm.com/read/361963/10026543
c dev_remote.c
/*
* Cisco router simulation platform.
* Copyright (C) 2006 Christophe Fillot. All rights reserved.
*
* Remote control module.
*/
#include
#include
#include
#inc
www.eeworm.com/read/360741/10080000
h ep0req.h
/***************************************************
File: ep0req.h
Author: PCD Applications
Created: 09/09/2002
Description: Defines constants and function
prototypes for the ep0Req.c
www.eeworm.com/read/164792/10087593
h keypad.h
/*------------------------------------------------------------------*-
Keypad.h (v1.00)
------------------------------------------------------------------
- see Keypad.C for details.
www.eeworm.com/read/360438/10092203
h wuyao_avalon_lcd_controller.h
#ifndef __WUYAO_AVALON_LCD_CONTROLLER_H__
#define __WUYAO_AVALON_LCD_CONTROLLER_H__
#include
#include "system.h"
#include "sys/alt_llist.h"
#include "priv/alt_dev_llist.h"
#include "
www.eeworm.com/read/354137/10385637
c main.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : main.c
* Author : EMBEST
* Date First Issued : 08/30/2007
* Description
www.eeworm.com/read/161312/10425896
c lexer.c
#line 3 "lexer.c"
#define YY_INT_ALIGNED short int
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5
#define YY_FLEX_S
www.eeworm.com/read/161312/10426005
c lexer.c
#line 3 "lexer.c"
#define YY_INT_ALIGNED short int
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5
#define YY_FLEX_S
www.eeworm.com/read/423789/10532736
c exec_fir.c
#include
/*
Exercise 1 FIR Filter
DSPLab, Tianjin University
2007.10.30
*/
#define BUFFERSIZE 2048 /* Input and output buffer size */
#define ASMFILTER 1 /* If use assembly