void delay()//1S延時子程序{unsigned int x,y;//定義循環用變量 for(x=1000;x>0;x--)//for循環嵌套 for(y=110;y>0;y--);}
上面的程序怎么看出是1S的延時??
要幫忙,還要錢。