代码搜索:双积分ADC

找到约 10,000 项符合「双积分ADC」的源代码

代码结果 10,000
www.eeworm.com/read/387056/8709454

hex 双路继电器实验.hex

:10003100E4FDFCC3ED9FEC9E500DE4FB0BBB78FC93 :070041000DBD00010C80EC75 :010048002295 :100000007580FFC2A6C2A720A0117F0A7E00120041 :100010003120A002B2A6B28030A0FD20A1E97F0A63 :100020007E0012003120A1
www.eeworm.com/read/387056/8709460

opt 双路继电器实验.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/387056/8709461

c 双路继电器实验.c

//MCU:AT89S51 //晶振:12M #include"AT89X51.H" /********1ms延时子程序***********/ delay_nms(unsigned int n) { unsigned int i; unsigned char j; for(i=0;i
www.eeworm.com/read/387056/8709464

lst 双路继电器实验.lst

C51 COMPILER V7.50 薩路继电芲实验 03/28/2007 18:46:45 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE 薩路继电芲实验 OBJECT MODULE PLACED IN 双路继电器实
www.eeworm.com/read/429594/8801070

txt 3.1.2双字节加法.txt

DBCDA: MOV R2,#2 ADD A,R0 MOV R0,A MOV A,R2 ADD A,R1 MOV R1,A CLR C BCD0: DEC R0 DEC R1 MOV A,@R0 ADDC A,@R1 DA A MOV @R0,A DJNZ R2,BCD0
www.eeworm.com/read/429594/8801089

txt 3.3.2双字节乘法.txt

DBCDM: MOV R2,#2 ADD A,R0 MOV R0,A MOV R3,#0 LOOP: DEC R0 MOV A,@R0 SWAP A MOV @R0,A MOV A,R3 XCHD A,@R0 MOV R3,A DJNZ R2,LOOP RET  
www.eeworm.com/read/429594/8801092

txt 3.5.2双字节开方.txt

DQRT: MOV R2,#10H MOV R3,#00H CLR A MOV R0,A MOV R1,A MOV R4,#01H LOOP: MOV A,R4 MOV R1,A ADD A,R1 DA A MOV R1,A MOV A,#9AH SUBB A,#01H ADD A,R1 DA A CPL C MOV
www.eeworm.com/read/429594/8801104

txt 3.4.2双字节除法.txt

DBCDD: MOV R0,#11H MOV R7,#02H LOOP1: MOV @R0,#00H INC R0 DJNZ R7,LOOP1 MOV R0,#25H MOV R7,#04H LOOP2: MOV @R0,#00H INC R0 DJNZ LOOP2 MOV R3,#10H LOOP0: MOV R4,#04H L
www.eeworm.com/read/285298/8852612

txt 3.1.2双字节加法.txt

DBCDA: MOV R2,#2 ADD A,R0 MOV R0,A MOV A,R2 ADD A,R1 MOV R1,A CLR C BCD0: DEC R0 DEC R1 MOV A,@R0 ADDC A,@R1 DA A MOV @R0,A DJNZ R2,BCD0