代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/123989/14602553
asm r8x8invdct.asm
/*******************************************************************************************
Copyright(c) 2000 Analog Devices/Intel
Developed by JD(FRIO) Software Application Team, IPDC, Bangalore,
www.eeworm.com/read/123743/14614903
c p16_eth.c
/* RTL8019AS network driver for ChipWeb - Copyright (c) Iosoft Ltd 2001
**
** This source code is only licensed for distribution in the Iosoft ChipWeb
** package, and the purchaser of that package
www.eeworm.com/read/123719/14615213
c lh7a404_adc_driver.c
/***********************************************************************
* $Workfile: lh7a404_adc_driver.c $
* $Revision: 1.0 $
* $Author: WellsK $
* $Date: Oct 15 2003 17:24:44 $
www.eeworm.com/read/223823/14616425
asm mt86+_loader.asm
; A loader for www.Memtest86.com images, by Eric Auer 2003.
; This assumes that the image starts with the boot sector,
; which has the size of setup.S in sectors in a byte at offset
; 1f1h (497). Furt
www.eeworm.com/read/123453/14630706
h wsencode.h
/*
*
* wsencode.h
*
* Author: Markku Rossi
*
* Copyright (c) 1999-2000 WAPIT OY LTD.
* All rights reserved.
*
* Encoding and decoding routines to store different types of data
www.eeworm.com/read/123440/14633155
asm xpal.asm
;-----------------------------------------------------------------------
; MODULE XPAL
;
; Palette functions all MODE X 256 Color resolutions
;
; Compile with Tasm.
; C callable.
;
;
; ******
www.eeworm.com/read/123013/14652608
pas 2.pas
fuction IsDelimiter(aCh : Char; const aDelims : string) : boolean;
var
i : integer;
begin
Result := true;
if (aCh > ' ') then
begin
for i := 1 to length(aDelims) do
www.eeworm.com/read/122891/14660534
cpp usb_demo.cpp
/////////////////////////////////////////////////////////////////////////////
// USB_Demo.cpp
//
// Main source for Mirror example application.
//
// Author: Jon Moore, Marian Ilecko
//
// Revi
www.eeworm.com/read/122711/14671648
cpp demo7_10.cpp
// DEMO7_10.CPP 8-bit bitmap loading demo
// INCLUDES ///////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN // just say no to MFC
#define INITGUID
#include
www.eeworm.com/read/122711/14671686
cpp demo7_16.cpp
// DEMO7_16.CPP 8-bit color rotation demo
// INCLUDES ///////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN // just say no to MFC
#define INITGUID
#include