打包成rar以后再上传吧 |
C:\Users\Administrator\Desktop\100\1.jpgC:\Users\Administrator\Desktop\100\2.jpg 也就14K,就是上传不了 |
是不是大小超限了 20m |
奉上源代码: #include <REG52.H> void Delay(unsigned int count) { unsigned int i,j; for(i=0;i<count;i++) for(j=0;j<0;j++); } main() { unsigned char code Tab[]={0xff,0xdf,0xcf,0xc7,0xc3,0x7f,0x5f,0x4f,0x47,0x43}; unsigned char *p[ ]={&Tab[0],&Tab[1],&Tab[2],&Tab[3],&Tab[4],&Tab[5],&Tab[6],&Tab[7],&Tab[8],&Tab[9]}; unsigned char i; //定义无符号字符型数据 while(1) { for(i=0;i<=9;i++) { P0=*p[i]; Delay(100000); } } } |
怪事,发不了附件。 |