代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/444579/7611512
c main.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : main.c
* Author : EMBEST
* Date First Issued : 08/30/2007
* Description
www.eeworm.com/read/442531/7649843
c 16f884.c
/*功能描述
启动时,由按键选择程序代码或进入设置子程序(读写EEPROM程序需完善)
EEPROM读取完后载入EEPROM数据到RAM,初始显示代码,计算正玄表数据
正常工作时,根据正玄表产生PWM占空比,占空比为:PR2/2+range*正玄值
range是由PID控制更新的数据
正常工作过程中按下上下键,输出正玄波频率发生变化,按下退出键时,关断输出,再次按下退出键时,进入程序选择 ...
www.eeworm.com/read/441677/7666993
h pvr_osd.h
/*----------------------------------------------------------------------------+
| This source code has been made available to you by IBM on an AS-IS
| basis. Anyone receiving this source
www.eeworm.com/read/438636/7728777
c lex.yy.c
#line 3 "lex.yy.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/298415/7962295
c lex.yy.c
#line 3 "lex.yy.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/298132/7972634
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/333484/12678525
c udp_server.c
#include
#include
#include
#include
#include
#include
#include
#include
#include "utils.h"
#define BUF
www.eeworm.com/read/243541/12934959
v spi_interface.v
module SPI_INTERFACE (do, iostrb_l, rw_l, io_wr, spi_rd, clkout, reset_l, dclk, cs_en, dio) ;
input reset_l;
inout do ;
input iostrb_l ;
input rw_l ;
output io_wr,spi_rd;
input clkout ;
www.eeworm.com/read/142265/12953946
c store_ad.c
void *FUN_Store_AD()
{
register short i=0;
int fp1;
int fp2;
if((fp1=open("/mnt/yaffs/data1",O_WRONLY | O_CREAT))==0)//成功打开文件
{
if(Mask_AD)
{
for(i=0;i
www.eeworm.com/read/329396/12956174
c client.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#defi