代码搜索:DA转换

找到约 10,000 项符合「DA转换」的源代码

代码结果 10,000
www.eeworm.com/read/256132/12021473

txt 4.5 bcd码到ascii码转换实例.txt

BCDTOASC MOV R0,#20H MOV R1,#10H MOV R2,#05H ACALL BCDASC LOOP0: SJMP LOOP0 BCDASC: MOV R1,#10H MOV R6,#0AH LOOP1: MOV @R1,#00H INC R1 DJNZ R6,LOOP1 LOOP2:
www.eeworm.com/read/255904/12046462

txt 4.5 bcd码到ascii码转换实例.txt

BCDTOASC MOV R0,#20H MOV R1,#10H MOV R2,#05H ACALL BCDASC LOOP0: SJMP LOOP0 BCDASC: MOV R1,#10H MOV R6,#0AH LOOP1: MOV @R1,#00H INC R1 DJNZ R6,LOOP1 LOOP2:
www.eeworm.com/read/340452/12156317

prg 字符串大小写转换测试.prg

cstring x,y let x,"fgggggggg" print x upper y,x print y lower y print y
www.eeworm.com/read/148511/12461885

txt 4.5 bcd码到ascii码转换实例.txt

BCDTOASC MOV R0,#20H MOV R1,#10H MOV R2,#05H ACALL BCDASC LOOP0: SJMP LOOP0 BCDASC: MOV R1,#10H MOV R6,#0AH LOOP1: MOV @R1,#00H INC R1 DJNZ R6,LOOP1 LOOP2:
www.eeworm.com/read/126999/14390235

txt 真正的公农历转换类.vip.txt

真正的公农历转换类for VB 选择自 BlueDog 的 Blog 关键字 公农历 VB 类 出处 公农历转换VB类 clsDate 网上流传很多计算公农历的源代码,很多,但是居然没有VB的,晕, 所以。。。。。 用法: 以l开始的方法均为阴历,以s开始的方法均为公历 基本的两个