代码搜索:stuff
找到约 10,000 项符合「stuff」的源代码
代码结果 10,000
www.eeworm.com/read/354153/10381935
c mcdx.c
/*
* The Mitsumi CDROM interface
* Copyright (C) 1995 1996 Heiko Schlittermann
* VERSION: 2.14(hs)
*
* ... anyway, I'm back again, thanks to Marcin, he adopted
* large
www.eeworm.com/read/161115/10448069
h sysvware.h
/* sysVware.h - visionWare-dependent definitions */
/* Copyright 2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,12jun02,kab SPR 74987: cplusplus protection
01b,25
www.eeworm.com/read/161115/10448178
h sysvware.h
/* sysVware.h - visionWare-dependent definitions */
/* Copyright 2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,12jun02,kab SPR 74987: cplusplus protection
01b,25
www.eeworm.com/read/352659/10530984
h sysvware.h
/* sysVware.h - visionWare-dependent definitions */
/* Copyright 2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,12jun02,kab SPR 74987: cplusplus protection
01b,25
www.eeworm.com/read/278099/10570377
c setenvar.c
/* +++Date last modified: 05-Jul-1997 */
/*
** SETENVAR.C - Program which sets the DOS master environment upon exit
**
** Original Copyright 1988-1991 by Bob Stout as part of
** the MicroFir
www.eeworm.com/read/278058/10577990
cpp newexcp.cpp
// newexcp.cpp -- the bad_alloc exception
#include
#include
#include
using namespace std;
struct Big
{
double stuff[20000];
};
int main()
{
Big * pb;
www.eeworm.com/read/349547/10820079
h sysvware.h
/* sysVware.h - visionWare-dependent definitions */
/* Copyright 2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,12jun02,kab SPR 74987: cplusplus protection
01b,25
www.eeworm.com/read/417019/11006936
js 10.02 - facades as convenience methods.js
function a(x) {
// do stuff here...
}
function b(y) {
// do stuff here...
}
function ab(x, y) {
a(x);
b(y);
}
var DED = window.DED || {};
DED.util = {
stopPropagation: function(e) {
i
www.eeworm.com/read/270284/11043076
h sysvware.h
/* sysVware.h - visionWare-dependent definitions */
/* Copyright 2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,12jun02,kab SPR 74987: cplusplus protection
01b,25
www.eeworm.com/read/470800/6908683
cpp newexcp.cpp
// newexcp.cpp -- the bad_alloc exception
#include
#include
#include
using namespace std;
struct Big
{
double stuff[20000];
};
int main()
{
Big * pb;