欧美极品高清xxxxhd,国产日产欧美最新,无码AV国产东京热AV无码,国产精品人与动性XXX,国产传媒亚洲综合一区二区,四库影院永久国产精品,毛片免费免费高清视频,福利所导航夜趣136

標題: 帶參數子程序--用處比如設定流水燈閃爍間隔 [打印本頁]

作者: nius    時間: 2015-4-10 03:21
標題: 帶參數子程序--用處比如設定流水燈閃爍間隔
#include<reg51.h>
#define xx unsigned int
#define qq unsigned char
sbit uu=P2^2;
void sent();
void main()
{
        P2=0;
        uu=0;
        sent();
        uu=1;
        sent();
}
void sent()
{
        xx x,y;
        for(x=100;x>0;x--)
                for(y=200;y>0;y--);
}




如果覺得對你有幫助  如果覺得寫得好  那么請在左下角給個過







歡迎光臨 (http://www.raoushi.com/bbs/) Powered by Discuz! X3.1