Home > Back-end >  Do a job, everybody help see bai, thank you very much, trouble for one day
Do a job, everybody help see bai, thank you very much, trouble for one day

Time:11-08

# define uchar unsigned char
# define uint unsigned int
# define out0 P0
# define out2 P2
# define out1 P1
Void delay (uint j)
{uchar I=250;
for(; J> 0; J -)
{the while (I); I=100;
}}
uchar code string[]={0x10,0x10,0xD0,0xFF,0x90,0x10,0x00,0x42,0xE2,0x52,0x4A,0xC6,0x42,0x40,0xC0,0x00,0x04,0x03,0x00,0xFF,0x00,0x23,0x10,0x8C,0x43,0x20,0x18,0x47,0x80,0x40,0x3F,0x00,0x00,0x82,0x82,0xBA,0xAA,0xAA,0xAA,0xAB,0xAA,0xAA,0xAA,0xBA,0x82,0x82,0x80,0x00,0x02,0x01,0xA0,0xAA,0xAA,0x56,0x56,0xAA,0xF2,0x12,0x2A,0x22,0x40,0x42,0x01,0x00,0x10,0x60,0x02,0x8C,0x00,0xFE,0x02,0xF2,0x52,0x5A,0x56,0x52,0x52,0xF2,0x02,0x00,0x04,0x04,0x7E,0x41,0x30,0x0F,0x20,0x13,0x49,0x81,0x7F,0x01,0x09,0x13,0x20,0x00,}
Void main ()
{uchar I, j, n;
While (1)
{the for (j=0; J<3; J++)
{the for (n=0; N<40; N++)
{the for (I=0; i<15. I++)
{the out1=I % 15;
Out0=string [I * 2 + j * 32];
Out2=string [I * 2 + 1 + j * 32];
Delay (4); Out0=0 XFF; Out2=0 XFF; }}}}}

CodePudding user response:

What do you mean? This is why?
  • Related