代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/118834/14852835
h f2407.h
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
;Filename: f2407.h |
;
www.eeworm.com/read/118555/14864079
cpp 词法分析.cpp
/**************词法分析.cpp*****************/
/*****************梁鹤**********************/
/***********实现模拟词法分析算法************/
/***********石油大学:2003.12.8 *************/
#include
#include
www.eeworm.com/read/118536/14864454
h f2407.h
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
;Filename: f2407.h |
;
www.eeworm.com/read/219561/14875946
h spi.h
/**
* Copyright (c) 2006-2008 iWESUN (ShenZhen) Inf.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that t
www.eeworm.com/read/219561/14875958
h display.h
/**
* Copyright (c) 2006-2008 iWESUN (ShenZhen) Inf.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that t
www.eeworm.com/read/118014/14890760
pas ftpindex.pas
unit FtpIndex;
{Rountines to parse diffrent kinds of index file}
interface
uses Classes, SysUtils, Windows, FtpData;
const
InpriseID = 'File Ext Size Date Time Descriptio
www.eeworm.com/read/219237/14890838
cpp getline.cpp
#include
#include
#include
char n;
char * tem;
int flag=0;
int k=0;
void getaline(ifstream &ins,int pw,int lm,char * buffer)
{ for(int m=0;m
www.eeworm.com/read/117850/14902611
c mp3dec.c
/* MPEG AUDIO LAYER 3 DECODER */
/* Bjorn Wesen 1997 */
/*#define USE_DATA */
#undef ROCKFORD
#ifndef DSP
#define DECVERBOSE
#endif
#include "mp3dec.h"
#ifdef DSPSIMUL
#in
www.eeworm.com/read/117850/14902620
c mp3.c
/* MPEG AUDIO LAYER 3 DECODER */
/* Bjorn Wesen 1997 */
/*#define USE_DATA */
#undef ROCKFORD
#ifndef DSP
#define DECVERBOSE
#endif
#include "mp3dec.h"
#ifdef DSPSIMUL
#in