代码搜索:Buffer
找到约 10,000 项符合「Buffer」的源代码
代码结果 10,000
www.eeworm.com/read/431832/8651131
c 1.c
#include
#include
#include
ifstream fin("test.in");
ofstream fout("test.out");
int liuhua[10];
void fun(int n)
{
int i,j;
char buffer[10
www.eeworm.com/read/431812/8653947
cpp pku1370.cpp
#include
#include
#include
typedef struct Line
{
int cnt;
int pos[50];
}Line;
typedef struct Driver
{
int s_pos;
int line;
}Driver;
Line line[20]
www.eeworm.com/read/387762/8655160
h buffpool2.h
class BufferPool {
public:
// Return pointer to the requested block
virtual void* getblock(int block) = 0;
// Set the dirty bit for buffer buff
virtual void dirtyblock(int block) = 0;
www.eeworm.com/read/431751/8656312
hh rebuffer.hh
/*
Rebuffering class
Copyright (C) 2001-2005 Jussi Laako
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as
www.eeworm.com/read/431751/8656341
hh flipband.hh
/*
Class for flipping odd frequency bands, header
Copyright (C) 2003-2005 Jussi Laako
This program is free software; you can redistribute it and/or modify
it under the terms of the G
www.eeworm.com/read/287947/8658047
c adaptnoise.c
//Adaptnoise.c Adaptive FIR filter for noise cancellation
#include "refnoise.h" //cosine 312 Hz
#include "dplusn.h" //sin(1500) + sin(312)
#define beta 1E-9
www.eeworm.com/read/431614/8665548
cpp utils.cpp
#include "utils.h"
#include
//--------------------------itos------------------------------------
// converts an integer to a string
//-----------------------------------------------
www.eeworm.com/read/287618/8678711
c ilibwebclient.c
/*
* INTEL CONFIDENTIAL
* Copyright (c) 2002, 2003 Intel Corporation. All rights reserved.
*
* The source code contained or described herein and all documents
* related to the source code ("Mat
www.eeworm.com/read/387434/8681775
pas mddsstream.pas
unit MdDsStream;
interface
uses
Classes, Db, MdDsCustom;
type
TMdDataFileHeader = record
VersionNumber: Integer;
RecordSize: Integer;
RecordCount: Integer;
end;
T
www.eeworm.com/read/387432/8683289
c main.c
// *********************************************************************
// Filename: MAIN.c
// *********************************************************************
// Author: Lucio Di J