热门
最新
红包
立Flag
投票
同城
我的
发布
m0_69284330
4 年前
truem0_69284330
有个Windows10家庭版激活码
先到先得
下一条:
74HC595锁存代码 #include<reg52.h> sbit RCK=P3^5; sbit SCK=P3^6; sbit SER=P3^4; void _74hc595_(unsigned char Byte) { unsigned char i; for(i=0;i<8;i++) { SER=Byte&0x80; SCK=1; SCK=0; } RCK=1; RCK=0; }
立即登录