代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/208930/15230652
h ratecontrol.h
#ifndef _RATECONTROL_H_
#define _RATECONTROL_H_
/*#include "../encoder.h" */
#include "../portab.h"
/*#include "stdio.h"*/
#include "rc_data.h"
#define MAX_SLIDING_WINDOW 20
/*
typedef str
www.eeworm.com/read/208576/15243966
cpp fig15_06.cpp
// Fig. 15.6: Fig15_06.cpp
// Inputting characters using cin member function getline.
#include
using std::cin;
using std::cout;
using std::endl;
int main()
{
const int SIZE =
www.eeworm.com/read/208576/15243978
cpp fig15_07.cpp
// Fig. 15.7: Fig15_07.cpp
// Unformatted I/O using read, gcount and write.
#include
using std::cin;
using std::cout;
using std::endl;
int main()
{
const int SIZE = 80;
ch
www.eeworm.com/read/208215/15250775
h f2407.h
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
;Filename: f2407.h |
;
www.eeworm.com/read/208215/15250783
inc lf2407.inc
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
;Filename: f2407.h |
;
www.eeworm.com/read/207985/15255939
h hidsdi.h
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
HIDSDI.H
Abstract:
This module contains the PUBLIC definitions for the
code that implements the
www.eeworm.com/read/207663/15265820
c simpleca.c
#include
#include
#include
#include
#include
#include
#include
#define DEFAULT_CONFIG_FILE "/etc/simpleca.conf"
#define M
www.eeworm.com/read/207437/15271809
h buffers.h
//--------------------------------------------------------------------------
//
// BUFFERS.H: header file for DOSMonitor-based bounded buffer.
// Copyright (c) J.English 1993.
// Au
www.eeworm.com/read/205899/15304423
pas midicommon.pas
unit MidiCommon;
interface
uses Classes, WinTypes, Messages, SysUtils, MMSystem;
const
MIDI_ALLNOTESOFF = $7B;
MIDI_NOTEON = $90;
MIDI_NOTEOFF = $80;
MIDI_KEYAFTERTOUCH = $A0;