代码搜索:Buffer
找到约 10,000 项符合「Buffer」的源代码
代码结果 10,000
www.eeworm.com/read/189271/8481435
cpp lex.cpp
#include
#include
#include
#include
#include
#define N 50
#define M 500
char *a[32]={"auto","break","case","char","const","continue","defau
www.eeworm.com/read/390147/8482330
h v_video.h
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th
www.eeworm.com/read/390146/8482456
c http_base64.c
/*
* http_base64.c -- This file contains code for encoding strings with base64.
* Created: Christopher Blizzard , 20-Nov-1998
* Author: Joe Orton
*
www.eeworm.com/read/290380/8486222
c setbuf.c
#include
#include
#include
void main(void)
{
char buffer[512];
int letter;
setbuf(stdout, buffer);
puts("First line of output");
puts("Secon
www.eeworm.com/read/189175/8486724
pas propstorageeh.pas
{*******************************************************}
{ }
{ EhLib v4.0 (Build 4.0.01) }
{
www.eeworm.com/read/290336/8489372
c inp.c
/* inp.c
*
*
* - x86 Limit trap -
*
*
* http://chpie.org
*
*/
#include
#include "inp.h"
#include "i8042.h"
// Function prototypes
VOID DrvUnload(IN PDRIVER_OBJECT);
www.eeworm.com/read/290244/8493448
c i2c应用程序1.c
; File: an734.asm
; data: feb.23.2001
; Written By: 歌林电子制作实验室www.nbglin.com
; Functionality:
;
; This code implements the basic functions for an I2C slave device
; using the SSP module. All
www.eeworm.com/read/389893/8495113
bas modapiwindows.bas
Attribute VB_Name = "ModAPIWindows"
Declare Function EnumWindows Lib "user32.dll" (ByVal lpEnumFunc As Long, ByVal lParam As Long) As Long
Declare Function GetWindowTextLength Lib "user32.dll" Alias
www.eeworm.com/read/389810/8498570
cpp ex236_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB-CLI
#include // include the OTL 4.0 header file
otl_connect db; // connect obje
www.eeworm.com/read/389810/8498655
cpp ex612_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC_ENTERPRISEDB // Compile OTL 4.0/EnterpriseDB-ODBC
// Uncomment the #define below when used in Linux / Unix
//#define