代码搜索:DA转换

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

代码结果 10,000
www.eeworm.com/read/4755/39593

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/6626/93653

sln 转换文本文件为网页.sln

Microsoft Visual Studio Solution File, Format Version 8.00 Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "转换文本文件为网页", "转换文本文件为网页.vbproj", "{B3858ECA-A8EA-4622-B971-18E8C8824495}" ProjectSecti