代码搜索:Buffer

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

代码结果 10,000
www.eeworm.com/read/192304/8389386

htm websvar.htm

websExpand -- GoAhead WebServer API
www.eeworm.com/read/291801/8394616

h midi.h

///////////////////////////////////////////////////////////////////////////// // Copyright (C) 1998 by J鰎g K鰊ig // All rights reserved // // This file is part of the completely free tetris clone "
www.eeworm.com/read/291781/8395611

java cutils.java

// jSMSEngine API. // An open-source API package for sending and receiving SMS via a GSM device. // Copyright (C) 2002-2006, Thanasis Delenikas, Athens/GREECE // Web Site: http://www.jsmsengine.or
www.eeworm.com/read/192179/8401175

c server-main.c

/* Main code for multi-ice server for GDB. Copyright (C) 1999 Free Software Foundation, Inc. This file is part of GDB. This program is free software; you can redistribute it and/or modify it unde
www.eeworm.com/read/291685/8403498

txt ultrasonic measure diatance.txt

#include #define k1 P3_4 #define csbout P3_5 #define csbint P3_7 #define csbc=0.034 #define bg
www.eeworm.com/read/291646/8405559

java data.java

package readwritelock; public class Data { private final ReadWriteLock lock; private final ReadWriteStrategy readWriteStrategy; public Data() { this.lock = new ReadWriteLock
www.eeworm.com/read/291612/8407769

cpp bluetoothclient.cpp

/** * * @brief Definition of CBluetoothClient * * Copyright (c) EMCC Software Ltd 2003 * @version 1.0 */ // System include #include // User include #include "BluetoothClient.h
www.eeworm.com/read/391240/8414447

h lcd_chuan.h

#ifndef lcdchuan #define lcdchuan sbit CS = P3^6 ; //PIN4 片选高有效 P33 sbit SID = P3^3; //PIN5 串行输入 P34 sbit CLK = P3^2; //PIN6 串行时钟,上升沿有效 P32 sbit PSB = P3^1; //PIN15 工作方式,低为串
www.eeworm.com/read/391151/8418556

c adaptpredict.c

//Adaptpredict.C Adaptive predictor to cancel interference #include "wbsignal.h" //wide-band signal table look-up #define beta 1E-14 //rate of convergence #defin
www.eeworm.com/read/391151/8418967

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