代码搜索:loop2

找到约 704 项符合「loop2」的源代码

代码结果 704
www.eeworm.com/read/31461/876433

cod time.cod

time MOV 1 DJNZ 2 NOP 1 MOV R5,#TIME2 ;周期1 LOOP1: MOV R6,#TIME1 ; 1 LOOP2: NOP
www.eeworm.com/read/435454/7792208

asm flash-light.asm

ORG 00H ;loop1是流动循环方向一(左),loop2是流动循环方向2(右) LOOP1: MOV P0,#0FEH CALL DELAY
www.eeworm.com/read/270557/11032736

txt 下.txt

文件尾: V SI,BX RET CHKKEY ENDP DELAY PROC NEAR PUSH CX MOV CX,0AH SUB CL,DELAYTIME LOOP1:PUSH CX MOV CX,03FFH LOOP2:NOP
www.eeworm.com/read/445632/7592431

a51 readmac.a51

NAME READMAC ?PR?ReadMac?READMAC SEGMENT CODE PUBLIC ReadMac RSEG ?PR?ReadMac?READMAC ReadMac: USING 0 WAIT1: MOV DPTR,#04000H ; MOV R4,#0FFH ;LOOP2: ; DEC
www.eeworm.com/read/395676/8161391

txt 新建 文本文档.txt

#include "stdio.h" #include "conio.h" struct qq { char num[12]; char name[10]; char age[2]; }Qq[1]; main() { int kk=1;char choice; loop2 : init(); loop : scanf("%c",&choice);
www.eeworm.com/read/443250/7635407

vhd v6_12.vhd

library ieee; use ieee.std_logic_1164.all; entity loop2 is port(Din : in std_logic_vector(7 downto 0); Dout : out std_logic_vector(7 downto 0); Reset : in std_logic; C
www.eeworm.com/read/164193/10123191

txt 新建 文本文档qq好友管理.txt

/* HELLO.C -- Hello, world */ #include "stdio.h" #include "conio.h" struct qq { char num[12]; char name[10]; char age[2]; }Qq[1]; main() { int kk=1;char choice; loop2 : init(); loop :
www.eeworm.com/read/154749/11929988

txt qq.txt

#include "stdio.h" #include "conio.h" struct qq { char num[12]; char name[10]; char age[2]; }Qq[1]; main() { int kk=1;char choice; loop2 : init(); loop : scanf("%c",&choice); switch(cho
www.eeworm.com/read/4755/39537

txt 3.4.3多字节除法.txt

MBCDD: MOV R0,#11H MOV R7,#08H 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 LOO
www.eeworm.com/read/4755/39540

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