代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/109232/15561447
cpp main.cpp
#include
#include
using namespace std;
class Spongecake {
public:
typedef int SpongeNumber;
SpongeNumber weight;
SpongeNumber diameter;
};
int main(in
www.eeworm.com/read/109232/15561466
cpp main.cpp
#include
#include
#include
using namespace std;
void Inner() {
throw string("Error!");
}
void Outer() {
try {
Inner();
}
catch (
www.eeworm.com/read/109232/15561472
cpp main.cpp
#include
#include
using namespace std;
class LittleInst {
public:
int MyNumber;
~LittleInst() { cout
www.eeworm.com/read/109232/15561480
cpp main.cpp
#include
#include
#include
using namespace std;
class LittleInst {
public:
string MyName;
LittleInst(string init);
~LittleInst();
};
LittleIn
www.eeworm.com/read/109232/15561654
cpp main.cpp
#include
#include
using namespace std;
class BrokenMirror {
private:
int NumberOfPieces;
public:
int GetNumberOfPieces();
int SetNumberOfPieces(int newamo
www.eeworm.com/read/109232/15561658
cpp main.cpp
#include
#include
using namespace std;
class BrokenMirror {
private:
int NumberOfPieces;
public:
int GetNumberOfPieces();
int SetNumberOfPieces(int newamo
www.eeworm.com/read/107300/15610121
c tstbot.c
#include "ranlib.h"
#include
#include
void main(int argc,char argv[])
/*
**********************************************************************
A test program for the bottom
www.eeworm.com/read/102720/15761880
3 getenv.3
GETENV(3) Minix Programmer's Manual GETENV(3)
NAME
getenv - value for environment name
SYNOPSIS
#include
char *getenv(const
www.eeworm.com/read/102720/15761895
3 abort.3
ABORT(3) Minix Programmer's Manual ABORT(3)
NAME
abort - generate a fault
SYNOPSIS
#include
void abort(void)
DESCRIPTIO
www.eeworm.com/read/100730/15866151
c 4_2_2.c
/* ======================================== */
/* 程式实例: 4_2_2.c */
/* 稀疏阵列的环状链结串列表示法 */
/* ======================================== */
#include
str