代码搜索:stdlib

找到约 10,000 项符合「stdlib」的源代码

代码结果 10,000
www.eeworm.com/read/9442/168208

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/9442/168335

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/13298/271232

c fat16.c

/* Includes ------------------------------------------------------------------*/ #include "fat16.h" #include #if USE_DYNAMIC_MEMORY #include #endif #define FAT16_
www.eeworm.com/read/28269/997117

h~ snake.h~

/*------------------------------ SNAKE.H -------------------------------*/ #ifndef _SNAKE_INCLUDED_ #define _SNAKE_INCLUDED_ #include #include #include
www.eeworm.com/read/28269/997130

h snake.h

/*------------------------------ SNAKE.H -------------------------------*/ #ifndef _SNAKE_INCLUDED_ #define _SNAKE_INCLUDED_ #include //包含srand函数 #include #i
www.eeworm.com/read/37274/1070630

c ch04_12.c

#include #include int main() { int h=10,day=0; do /*do-while循环开始*/ { day++;
www.eeworm.com/read/478822/1349077

readme

The main files are: stdClib.c inserts the various routines into EiC's symbol table stdClib2eic.h prototype for the interface routines stdlib.c
www.eeworm.com/read/478822/1349317

readme

The main files are: stdClib.c inserts the various routines into EiC's symbol table stdClib2eic.h prototype for the interface routines stdlib.c
www.eeworm.com/read/463221/1539077

c tcp47goodie.c

/*goodie.c */ #include #include #include void main(void) { printf("Welcome to goodie service!\n"); }
www.eeworm.com/read/456564/1605063

cc splinematrix.cc

// // SplineMatrix.h // // class with methods to convert a RegionBoundary to spline form. // // (added reparametrisation optimisation method 14/12/94) // // #include #include #in