国产亚洲精品AA片在线观看,丰满熟妇HD,亚洲成色www成人网站妖精,丁香五月天婷婷五月天男人天堂

新聞中心

EEPW首頁 > 光電顯示 > 設計應用 > 流水燈電路圖及其程序?qū)嵗?/p>

流水燈電路圖及其程序?qū)嵗?/h1>
作者: 時間:2011-12-19 來源:網(wǎng)絡 收藏

本文引用地址:http://www.ljygm.com/article/168740.htm
#include reg52.h>

#includeinstrins.h>

#define uchar unsigned char

#define uint unsigned int

uchar code led[]={0xfe,0xfb,0xfd ,0xf7,0xef,0xbf,0xdf,0x7f};

delay(uint z)

{

uint x,y;

for(x=z;x>0;x--)

for(y=110;y>0;y--);

}

main( )

{

uint i;

while(1)

{

P2=led[];

delay(500);

_crol_(led,1);

}

}

電路圖符號相關文章:電路圖符號大全




評論


相關推薦

技術專區(qū)

關閉