C51单片机原理图和原代码 #include "reg51.h" void Delay(unsigned int i) { unsigned int j; for(;i>0;i--) for(j=0;j