代码搜索:Buffer

找到约 10,000 项符合「Buffer」的源代码

代码结果 10,000
www.eeworm.com/read/189495/8467318

whatsnew-jan28,1998

January 28, 1998 Robin Miller The following changes have been made to 'dt' Version 10.12: o Add dtaio_close() function, to wait for queued I/O's when we're aborting, to avoid kernel I/O AIO r
www.eeworm.com/read/189479/8467632

cpp movetofront.cpp

#include "movetofront.h" void MoveToFront::Encode( PBYTE buffer, DWORD cb ) { BYTE byTbl[256]; // initialize table for ( UINT u = 0; u < 256; u++ ) byTbl[u] = u; // process input b
www.eeworm.com/read/189479/8467654

h movetofront.h

/***************************************************************************** MoveToFront ----------- data transformation algorithm by yoda WWW: y0da.cjb.net E-mail:
www.eeworm.com/read/390387/8467907

c netutil.c

/* Network utility functions for 'TCP/IP Lean' (c) Iosoft Ltd. 2000 This software is only licensed for distribution with the book 'TCP/IP Lean', and may only be used for personal experimentation b
www.eeworm.com/read/189334/8474756

cpp drawdemo.cpp

#define PI 3.1415926 #include #include "drawdemo.h" DrawDemo::DrawDemo(QWidget *parent,const char *name) :QWidget(parent,name) { setCaption("draw"); frame = new QFrame(this,"frame");
www.eeworm.com/read/189302/8477102

cpp c45dt.cpp

/**************************************************************************/ *** All rights reserved. ***文件名称:C45DT.cpp ***文件标识:见配置管理计划书 ***摘要:本程序是一个C4.5决策树类。 *** *** 当前版本:1.1 *** 改进者:wuxing,k
www.eeworm.com/read/189298/8477201

c strcpy.c

/* ** Copy the string contained in the second argument to the ** buffer specified by the first argument. */ void strcpy( char *buffer, char const *string ) { /* ** Copy characters until a N
www.eeworm.com/read/189298/8477340

c the.c

/* ** Count the number of times the word "the" appears in the standard ** input. Case is important, and the words in the input are ** separated from each other by one or more white space character
www.eeworm.com/read/390191/8478773

c snprintf.c

/* * NOTE: If you change this file, please merge it into rsync, samba, etc. */ /* * Copyright Patrick Powell 1995 * This code is based on code written by Patrick Powell (papowell@astart.com) * I
www.eeworm.com/read/390190/8479131

h ax88796.h

/***************************************************************************** * modified by Louis Beaudoin for uIP-AVR port - November 16, 2003 * www.embedded-creations.com * * Removed: The d