代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/294538/8220475
cpp buffer.cpp
/* buffer.cpp
*
* Copyright (C) 2003 Sawtooth Consulting Ltd.
*
* This file is part of yaSSL.
*
* yaSSL is free software; you can redistribute it and/or modi
www.eeworm.com/read/292861/8328744
h buffer.h
/****************************************************************
File Name: buffer.h
Author: Tian Zhang, CS Dept., Univ. of Wisconsin-Madison, 1995
Copyright(c) 1995 by Tian Zhang
www.eeworm.com/read/292861/8328748
c buffer.c
/****************************************************************
File Name: buffer.C
Author: Tian Zhang, CS Dept., Univ. of Wisconsin-Madison, 1995
Copyright(c) 1995 by Tian Zhang
www.eeworm.com/read/174274/9598749
c buffer.c
/*
* 'buffer.c' implements the buffer-cache functions. Race-conditions have
* been avoided by NEVER letting a interrupt change a buffer (except for the
* data, of course), but instead letting the
www.eeworm.com/read/370077/9620127
c buffer.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/173687/9641861
h buffer.h
/******************************************************************************
* Buffer.h Floppydisk buffering data
******************************************************************************
*
www.eeworm.com/read/173667/9643907
h buffer.h
unsigned char far *double_buffer=NULL;
unsigned int buffer_height=SCREEN_HEIGHT;
unsigned int buffer_size=SCREEN_WIDTH*SCREEN_HEIGHT/2;
int Create_Double_Buffer(int num_lines)
{
if((double_buff
www.eeworm.com/read/368784/9678669
cpp buffer.cpp
#include
#include
#include
#include
// 功能:实现buffer.h中的各个缓冲类的函数
#include "buffer.h"
DOUBLE defaulterr = 1e-8; // 缺省的误差调整值
int doadjust = 1;
www.eeworm.com/read/368784/9678672
h buffer.h
#ifndef BUFFER_H
#define BUFFER_H
// 功能:定义数据缓冲区各抽象类
#ifndef DOUBLE
#define DOUBLE double
// #define DOUBLE long double // 如double精度不够,则可将此行去注释,而将上行注释
// 即可得到更精确的结果
#endif // DOUBLE