欧美极品高清xxxxhd,国产日产欧美最新,无码AV国产东京热AV无码,国产精品人与动性XXX,国产传媒亚洲综合一区二区,四库影院永久国产精品,毛片免费免费高清视频,福利所导航夜趣136
標題:
時光如流水--單片機流水燈程序
[打印本頁]
作者:
nius
時間:
2015-4-10 03:20
標題:
時光如流水--單片機流水燈程序
#include<reg51.h>
#include<intrins.h>
#define q unsigned int
#define w unsigned char
void qwe (q);
w s;
void main()
{
P2=0;
s=0x7f;
s=1;
while(1)
{
P2=s;
qwe(600);
s=_crol_(s,1);
}
}
void qwe(q k)
{
q x,y;
for(x=100;x>0;x--)
for(y=k;y>0;y--);
}
記住是誰寫的薛yh
歡迎光臨 (http://www.raoushi.com/bbs/)
Powered by Discuz! X3.1