代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/340554/12147530
c 74.c
#include/*for function of printf()*/
#include/*for function of exit()*/
#include/*for function of strcmp()*/
void loadmous(void);
main()
{
loadmous();
www.eeworm.com/read/340554/12147906
c 1-4.c
/*1-4.c*/
#include "stdlib.h"
#include "graphics.h"
main()
{
int gdriver=DETECT, gmode, i;
initgraph(&gdriver, &gmode, "");
setbkcolor(RED);
www.eeworm.com/read/151943/12158856
c 74.c
#include/*for function of printf()*/
#include/*for function of exit()*/
#include/*for function of strcmp()*/
void loadmous(void);
main()
{
loadmous();
www.eeworm.com/read/151943/12159008
c 1-4.c
/*1-4.c*/
#include "stdlib.h"
#include "graphics.h"
main()
{
int gdriver=DETECT, gmode, i;
initgraph(&gdriver, &gmode, "");
setbkcolor(RED);
www.eeworm.com/read/151936/12160324
c 38.c
#include/*for function of printf()*/
#include/*for function of exit()*/
#include/*for function of strcmp()*/
void loadmous(void);
main()
{
loadmous();
www.eeworm.com/read/151841/12171105
c filter.c
#include
#include
#include "filter.h"
/* -------------------------------- FILTER_CREATE --------------------------------
*/
FILTER *filter_create(num, nl, den, dl)
www.eeworm.com/read/253260/12234841
cpp random.cpp
// random.cpp -- random access to a binary file
#include // not required by most systems
#include
#include
#include // (or stdlib.h) for exit()
c
www.eeworm.com/read/253260/12235565
cpp random.cpp
// random.cpp -- random access to a binary file
#include // not required by most systems
#include
#include
#include // (or stdlib.h) for exit()
c
www.eeworm.com/read/252659/12272440
txt carpark.txt
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
/*------------------------------------------------------------------------------*/
#define MAX 2 /*车库容量*/
#define price 0.05 /*每车每分
www.eeworm.com/read/251813/12318457
cpp recursivedescent.cpp
#include "stdio.h"
#include "stdlib.h"
#include "iostream.h"
#include "vector.h"
/******************************************递归下降分析实验********************************************/
RD::RD()
{
R