代码搜索:initgraph

找到约 1,200 项符合「initgraph」的源代码

代码结果 1,200
www.eeworm.com/read/8238/144328

c 1-3.c

/*1-3.c*/ #include "stdio.h" #include "graphics.h" main() { int gdriver, gmode, i,j; gdriver=DETECT; initgraph(&gdriver, &gmode, ""); /*图形初始化*/
www.eeworm.com/read/9442/168214

c 1-3.c

/*1-3.c*/ #include "stdio.h" #include "graphics.h" main() { int gdriver, gmode, i,j; gdriver=DETECT; initgraph(&gdriver, &gmode, ""); /*图形初始化*/
www.eeworm.com/read/322960/3519394

c 例4-12.c

/* Note:Your choice is C IDE */ #include #include main() { int i,j,graphdriver,graphmode,size; void *buffer; graphdriver=DETECT; initgraph(&graphdriver,&graphmode,""
www.eeworm.com/read/322960/3519399

c 例4-1.c

/* Note:Your choice is C IDE */ #include #include main() { int graphdriver,CGA; int graphmode,CGAC0,x; initgraph(&graphdriver,&graphmode,""); cleardevice();
www.eeworm.com/read/322960/3519408

c 例4-5.c

/* Note:Your choice is C IDE */ #include #include main() { int graphdriver=CGA; int graphmode=CGAC0; initgraph(&graphdriver,&graphmode,""); cleardevice(); setco
www.eeworm.com/read/443363/1750225

c 例4-12.c

/* Note:Your choice is C IDE */ #include #include main() { int i,j,graphdriver,graphmode,size; void *buffer; graphdriver=DETECT; initgraph(&graphdriver,&graphmode,""
www.eeworm.com/read/443363/1750230

c 例4-1.c

/* Note:Your choice is C IDE */ #include #include main() { int graphdriver,CGA; int graphmode,CGAC0,x; initgraph(&graphdriver,&graphmode,""); cleardevice();
www.eeworm.com/read/443363/1750239

c 例4-5.c

/* Note:Your choice is C IDE */ #include #include main() { int graphdriver=CGA; int graphmode=CGAC0; initgraph(&graphdriver,&graphmode,""); cleardevice(); setco
www.eeworm.com/read/435045/1866303

c 例4-12.c

/* Note:Your choice is C IDE */ #include #include main() { int i,j,graphdriver,graphmode,size; void *buffer; graphdriver=DETECT; initgraph(&graphdriver,&graphmode,""
www.eeworm.com/read/435045/1866308

c 例4-1.c

/* Note:Your choice is C IDE */ #include #include main() { int graphdriver,CGA; int graphmode,CGAC0,x; initgraph(&graphdriver,&graphmode,""); cleardevice();