代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/318888/13467847
asm ex7p2fir.asm
;----------------------------------------------------------------------------------
;Program: ex7p2FIR.asm
;Description: This is an example to show how to implement an FIR filter.
;
www.eeworm.com/read/318725/13473400
c ibg2simplex.c
/* last edit: Ilja Schmelzer -------------- 20-OCT-1994 15:49:58.82 */
/************************************************************************/
/*
www.eeworm.com/read/318725/13473446
c ibgdwasy.c
/* last edit: Ilja Schmelzer -------------- 20-OCT-1994 11:01:23.12 */
/************************************************************************/
/*
www.eeworm.com/read/318428/13479154
c lcd.c
/*
* $Id: lcd.c,v 1.2 2003/08/29 03:13:17 casic Exp $
*
* lcd.c : LCD driver
*
* Copyright (C) 2003 ynding ( haoanian@263.net )
*
* This program is free software; you can redistribute it
www.eeworm.com/read/318179/13483907
h psock.h
/*
* Copyright (c) 2004, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provide
www.eeworm.com/read/317449/13504727
c valueoverperiod.c
#include "utils.h"
// iOp
// 0 : min
// 1 : max
float ValueOverPeriod (float In, struct tValueOverPeriod *D)
{
int i;
float rVal;
if (D->Duration > D->DT*0.5)
{
if (D->Init == 0)
www.eeworm.com/read/317235/13507170
c mp3dec.c
/* MPEG AUDIO LAYER 3 DECODER */
/* Bjorn Wesen 1997 */
/*#define USE_DATA */
#undef ROCKFORD
#ifndef DSP
#define DECVERBOSE
#endif
#include "mp3dec.h"
#ifdef DSPSIMUL
#in
www.eeworm.com/read/316737/13518254
h hidsdi.h
/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
HIDSDI.H
Abstract:
This module contains the PUBLIC definitions for the
code that implements the HID dll.
En
www.eeworm.com/read/315640/13539062
h psock.h
/*
* Copyright (c) 2004, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provide
www.eeworm.com/read/314910/13555794
cpp database.cpp
// Copyright (C) 1999-2005 Open Source Telecom Corporation.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as publis