代码搜索:stuff
找到约 10,000 项符合「stuff」的源代码
代码结果 10,000
www.eeworm.com/read/228024/14402720
c led.c
/*
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 44):
* Rolf Freitag (webmaster at true-random.com) wrote this file.
* As long
www.eeworm.com/read/210713/15192944
cpp qmstuffpage.cpp
/* qmstuffpage.cpp
*
* $Id: qmstuffpage.cpp,v 1.15 2002/03/21 15:03:08 amos Exp $
*
* Apollo sound player: http://www.apolloplayer.org
* Copyright(C) 2000-2002 Apollo Team. See CREDITS file.
*
www.eeworm.com/read/194581/8190344
h stringbuf.h
/*
stringbuf: mimicking a bit of C++ to more safely handle strings
copyright 2006 by the mpg123 project - free software under the terms of the LGPL 2.1
see COPYING and AUTHORS files in distributio
www.eeworm.com/read/193315/8239778
h crctab.h
/* @(#)crctab.h 1.2 96/09/13 */
/*
* Crc calculation stuff. See crctab.c
*/
extern unsigned short crctab[256] ;
#define updcrc(cp, crc) ( crctab[((crc >> 8) & 255)] ^ (crc
www.eeworm.com/read/249469/12500463
txt changes-katharsis.txt
added the crc's to crazy climber 2 and haze's country-selection-stuff to twin cobra 2
:)
btw. i am really impressed by this sources ... you're at least a 100 times as good as i am
... i hope i can m
www.eeworm.com/read/112569/15482943
txt karlsson.txt
Lambda Expressions & C++
by Bjorn Karlsson
Listing 1:
template class print_to_stream_t {
Stream& stream_;
public:
print_to_stream_t(Stream& s):st
www.eeworm.com/read/112213/15491446
equ id_sd.equ
;
; ID_SD.EQU
; Id Sound Manager assembly equates
;
INCLUDE 'ID_VL.EQU' ; For screen color debugging stuff
; Modes
sdm_Off = 0
sdm_PC = 1
sdm_AdLib = 2
smm_Off = 0
smm_AdLi