- 博客(0)
- 资源 (1)
空空如也
16x16点阵程序和电路
void Delay(unsigned char i) //延时定义
{
unsigned char j;
for(;i>0;i--)
for(j=0;j<80;j++)
{;}
}
void main()
{
unsigned int a,e;
unsigned char b,c,d=0;
SCON=0;
while(1)
{
for(e=0;e<5312;e=e+32)
{
for(a=0;a<8;a++)
{
for(b=0;b<8;b++)
{
for(c=0;c<32;c++)
{
2010-02-28
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人