代码搜索:电压基准
找到约 3,921 项符合「电压基准」的源代码
代码结果 3,921
www.eeworm.com/read/482696/6621419
hex 数字电压表.hex
www.eeworm.com/read/482696/6621420
bin 数字电压表.bin
www.eeworm.com/read/482696/6621421
asm 数字电压表.asm
LED_0 EQU 30H
LED_1 EQU 31H
LED_2 EQU 32H ;存放段码
ADC EQU 35H
CLOCK BIT P2.4 ;定义ADC0808时钟位
ST BIT P2.5
EOC BIT P2.6
OE BIT P2.7
ORG 00H
SJMP START
ORG 0BH
www.eeworm.com/read/401846/11547101
pwi 数字电压表.pwi
www.eeworm.com/read/401846/11547102
dsn 数字电压表.dsn
www.eeworm.com/read/260158/11742506
c 数字电压报警表.c
#include "at89x51.h" //头文件
unsigned char tab[]={0xFC,0x60,0xDA,0xF2, 0x66,0xB6,0xBE,0xE0,
0xFE,0xF6}; //段代码表
unsigned char tabbit[]
www.eeworm.com/read/342655/12007341