代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/440906/1775765
c inherit2.c
// Build don't link:
#include
class A {
public:
void z();
A(void) {}
private:
A(const A &) { abort(); } // ERROR -
const A& operator =(const A &) { abort(); }
};
class B : public
www.eeworm.com/read/435341/1864779
cpp ch21_1.cpp
//**********************
//** ch21_1.cpp **
//**********************
#include
#include
#include
void main(int argc, char ** argv)
{
ifstream sourc
www.eeworm.com/read/430954/1913734
cpp parser.cpp
//**********************************
//语法语义分析程序
//**********************************
#include
#include
#include
typedef struct stack
{
char name[20];
int cod
www.eeworm.com/read/426555/1989298
c rpc_maint.c
/*
* Licensed Materials - Property of IBM
*
* trousers - An open source TCG Software Stack
*
* (C) Copyright International Business Machines Corp. 2004-2006
*
*/
#include
#include
www.eeworm.com/read/426555/1989299
c rpc_seal.c
/*
* Licensed Materials - Property of IBM
*
* trousers - An open source TCG Software Stack
*
* (C) Copyright International Business Machines Corp. 2004-2006
*
*/
#include
#include
www.eeworm.com/read/426555/1989300
c rpc_auth.c
/*
* Licensed Materials - Property of IBM
*
* trousers - An open source TCG Software Stack
*
* (C) Copyright International Business Machines Corp. 2004-2006
*
*/
#include
#include
www.eeworm.com/read/426555/1989301
c rpc_tick.c
/*
* Licensed Materials - Property of IBM
*
* trousers - An open source TCG Software Stack
*
* (C) Copyright International Business Machines Corp. 2004-2007
*
*/
#include
#include
www.eeworm.com/read/426555/1989302
c rpc_own.c
/*
* Licensed Materials - Property of IBM
*
* trousers - An open source TCG Software Stack
*
* (C) Copyright International Business Machines Corp. 2004-2006
*
*/
#include
#include
www.eeworm.com/read/426555/1989303
c rpc_certify.c
/*
* Licensed Materials - Property of IBM
*
* trousers - An open source TCG Software Stack
*
* (C) Copyright International Business Machines Corp. 2004-2006
*
*/
#include
#include
www.eeworm.com/read/426555/1989304
c rpc_ek.c
/*
* Licensed Materials - Property of IBM
*
* trousers - An open source TCG Software Stack
*
* (C) Copyright International Business Machines Corp. 2004-2007
*
*/
#include
#include