代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/479782/1330099
c generatesphericalharmonics.c
#include
#include
#include
#include "FST_semi_disk.h"
#include "cospmls.h"
/*=========================================================================*/
#define MAX_
www.eeworm.com/read/475965/1374283
c mall.c
/* mall.c -- use the Queue interface */
/* compile with queue.c */
#include
#include /* for rand() and srand() */
#include /* for time()
www.eeworm.com/read/474959/1387569
h config-sinix.h
/* WARNING! This file is untested! */
#define SIZEOF_UNSIGNED_CHAR 1
#define SIZEOF_INT 4
#define HAVE_STDLIB_H 1
#define HAVE_STRERROR 1
www.eeworm.com/read/471707/1425841
h mpwmikmodheaders.h
/* standard headers */
#include
#include
/* missing function prototypes */
extern char *strdup(const char *);
extern int strcasecmp(const char *,const char *);
www.eeworm.com/read/470720/1445686
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/470693/1457632
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/463221/1539071
c tcp49com.c
/* tcp49com.c */
#include
#include
#include
char *cmds[]={
"help",
"say",
"hello",
"bye",
"exit",
NULL
};
www.eeworm.com/read/251805/4416549
c testalpha.c
/* Simple program: Fill a colormap with gray and stripe it down the screen,
Then move an alpha valued sprite around the screen.
*/
#include
#include
#include
www.eeworm.com/read/246835/4491154
h mpwmikmodheaders.h
/* standard headers */
#include
#include
/* missing function prototypes */
extern char *strdup(const char *);
extern int strcasecmp(const char *,const char *);
www.eeworm.com/read/246586/4492615
c vfem-engine.c
#include "vfem-engine.h"
#include
#include
extern float gNeededDelta;
extern float gSigmaSquare;
extern int gNormalApprox;
IterationStatsPtr IterationStatsInitial(VoidAListPtr in