代码搜索:initgraph

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

代码结果 1,200
www.eeworm.com/read/208779/15237328

c sun_111.c

CARTOON1(void) {int graphdriver=VGA,graphmode=VGAHI; struct palettetype palette; int l,t,z; initgraph(&graphdriver,&graphmode,""); cleardevice(); {setcolor(9);settextstyle(0,0,5);sett
www.eeworm.com/read/16321/669034

c 106.c

#include void main() { int gdriver=DETECT,gmode; initgraph(&gdriver,&gmode,"c:\\tc"); cleardevice(); printf("\n Draw lines with function 'line'."); line(160,120,480,120)
www.eeworm.com/read/37168/1069187

c-

#include void main() { int gdriver=DETECT,gmode; initgraph(&gdriver,&gmode,"c:\\tc"); cleardevice(); printf("\n Draw lines with function 'line'."); line(160,120,480,120)
www.eeworm.com/read/249482/4450760

dat funtc189b.dat

#include #include #include #include int main(void) { int gdriver = DETECT, gmode, errorcode; initgraph(&gdriver, &gmode, ); errorcode =
www.eeworm.com/read/322960/3519390

c 例4-16.c

/* Note:Your choice is C IDE */ #include #include main() { int i,graphdriver,graphmode,size,page; char s[30]; graphdriver=DETECT; initgraph(&graphdriver,&graphmode,"
www.eeworm.com/read/322960/3519393

c 例4-14.c

/* Note:Your choice is C IDE */ #include #include main() { int i,graphdriver,graphmode,size,page; char s[30]; graphdriver=DETECT; initgraph(&graphdriver,&graphmode,
www.eeworm.com/read/322960/3519407

c 例4-15.c

/* Note:Your choice is C IDE */ #include #include main() { int i,graphdriver,graphmode,size,page; char s[30]; graphdriver=DETECT; initgraph(&graphdriver,&graphmode,"
www.eeworm.com/read/298155/3874913

dat funtc189b.dat

#include #include #include #include int main(void) { int gdriver = DETECT, gmode, errorcode; initgraph(&gdriver, &gmode, ); errorcode =
www.eeworm.com/read/443363/1750221

c 例4-16.c

/* Note:Your choice is C IDE */ #include #include main() { int i,graphdriver,graphmode,size,page; char s[30]; graphdriver=DETECT; initgraph(&graphdriver,&graphmode,"
www.eeworm.com/read/443363/1750224

c 例4-14.c

/* Note:Your choice is C IDE */ #include #include main() { int i,graphdriver,graphmode,size,page; char s[30]; graphdriver=DETECT; initgraph(&graphdriver,&graphmode,