代码搜索:stdlib

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

代码结果 10,000
www.eeworm.com/read/296669/8082920

txt in.txt

#include main() { int tt2,ba; float c; c = b + 10.0; a = 10; printf("aa",tt2); }
www.eeworm.com/read/296669/8082935

txt in.txt

#include main() { int tt2,ba; float c; c = b + 10.0; a = 10; printf("aa",tt2); }
www.eeworm.com/read/196428/8092508

c lt67.c

# include "stdlib.h" # include "stdio.h" void main( ) { int i; char ch1,ch2,ch; char numstr[10]; gets(numstr); i=atoi(numstr); ch1=getchar( ); ch=getchar( ); ch2=get
www.eeworm.com/read/196428/8092547

c lt72.c

# include "stdio.h" # include "stdlib.h" void main() {FILE *fp; char c,x[41]; int i; if((fp=fopen("writ.dat","w"))==NULL) { printf("不能打开该文件writ.dat!\n"); exit(0); } while (gets(
www.eeworm.com/read/196428/8092577

c lt75.c

# include "stdio.h" # include "stdlib.h" void main() {FILE *fp; char string[41]; if ((fp=fopen("writ.dat","r"))==NULL) { printf("不能打开该文件\n"); exit(0); } while (fgets(string
www.eeworm.com/read/196428/8092614

c lt84.c

# include "stdio.h" # include "dos.h" # include "stdlib.h" # include "idisp.c" void main( ) { char *fn="abc.c"; idisp(fn,20); }
www.eeworm.com/read/196183/8111745

cpp main.cpp

#include "graph.h" #include "share.h" #include #include void main() { graph* g= creatgraph("input.txt");//生成图像信息 int* path = TSP(g);//问题求解 free(g->nermat);//释放相关空间
www.eeworm.com/read/296107/8121556

lst chap18.lst

listing 1 #include #include int main(void) { for(;;) if(getchar()=='A') abort(); return 0; } listing 2 int get_abs(void) { char num[80]; gets(num)
www.eeworm.com/read/195903/8124273

cpp wds3.cpp

#include #include class sample { public: int x,y; sample(){x=y=0;} sample(int a,int b){x=a;y=b;} void disp() { cout
www.eeworm.com/read/295994/8129368

c task1.c

#include #include #include int random=0; int main(int argc, char *argv[]) { printf("main=0x%p\n", main); printf("&random=0x%08X, random=%d\n", &random, ra