代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/283278/9031665
lst can_show.lst
C51 COMPILER V7.06 CAN_SHOW 12/12/2007 18:07:57 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE CAN_SHOW
OBJECT MODULE PLACED I
www.eeworm.com/read/282850/9055850
c main.c
/*writed by 叶观平 有问题请QQ:314629407*/
//LCD1602 驱动程序
//接口:E==IOB12 RS==IOB13 RW==IOB14
//数据口接IOA8~15
//通用性有待改进
#include "SPCE061A.h"
#define E (0x1000)
#define RS (0x2000)
#define RW
www.eeworm.com/read/381109/9109747
h agg_config.h
#ifndef AGG_CONFIG_INCLUDED
#define AGG_CONFIG_INCLUDED
// This file can be used to redefine certain data types.
//---------------------------------------
// 1. Default basic types such as:
/
www.eeworm.com/read/282188/9115304
h lc75823.h
#ifndef LC75823_H
#define LC75823_H
#ifdef LC75823
#define LCD_BUFFER_SIZE 10//10*16=160
#define LC75823_ADDRESS 0X41
#define DR_1_2_BIAS 0
#define DR_1_3_BIAS 0X04
#define SC_ON 0
www.eeworm.com/read/281749/9136554
cpp producer_consummer.cpp
#include
#include
using namespace std;
const unsigned short SIZE_OF_BUFFER = 10; //缓冲区长度
int Buffer_size;//产品出缓冲区时的下标
int g_buffer[SIZE_OF_BUFFER]; //
www.eeworm.com/read/180748/9296192
cc pppmon.cc
// not finished
// author: arvin@suse.de
#include
#include
#include
#include
#include
#include
#include "wvdialmon.h"
#include "w
www.eeworm.com/read/178315/9408678
c tokens.c
#line 3 "tokens.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_
www.eeworm.com/read/174993/9565251
c jchuff.c
#include "jinclude.h"
/* huffman encode OUTPUT
*/
union buffer_tag {
UINT32 all;
UINT8 c[4];
};
static union buffer_tag buffer;
static int bits_in_buffer;
int bit_num(int a)
{
i
www.eeworm.com/read/366576/9808120
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/168764/9898049
h xmodem.h
/*******************************************************************************
*
* Filename: xmodem.h
*
* Definition of simple x-modem support using debug uart channel.
*
* Revision info