代码搜索结果

找到约 14,905 项符合 7 的代码

7.c

main ( ) { int x , y , z ; int a[10] ; printf("input 10 numbers:\n"); for(x=0 ; x

97.c

/*7-1.c*/ #include "graphics.h" #include "dos.h" #include "stdio.h" #define ENABLE 0x0F #define INDEXREG 0x3CE /*定义索引寄存器端口地址*/ #define VALREG 0x3CF /*定义数据寄存器端口地址*/ #define VGABASE 0xA0000000L