代码搜索:Loop

找到约 10,000 项符合「Loop」的源代码

代码结果 10,000
www.eeworm.com/read/177633/9443513

m c6_pllsim.m

% File: pll2sin.m % Software given here is to accompany the textbook: W.H. Tranter, % K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of % Communication Systems Simulation with Wirele
www.eeworm.com/read/177174/9466257

m flexica.m

% % % flexica.m % % seungjin@postech.ac.kr % % Last updated: % February 6, 2003 % % function for batch version of flexible ICA % % function [W]=flexica(x,n,nb,ga_W,maxits) % % W:
www.eeworm.com/read/373229/9468446

asm e0901.asm

ORG 0000H LOOP: MOV P1,#00000000B ACALL DELAY MOV P1,#11111111B ACALL DELAY AJMP LOOP ; DELAY: MOV R6,#250 DL1: MOV R7,
www.eeworm.com/read/176857/9481044

3 15.3.3

FILTER4: MOV R6,#40H MOV R2,#00H MOV R3,#00H MOV A,COUNT PUSH ACC MOV R0,#DATA LOOP: MOV 36H,R6 MOV 37H,R2 MOV 38H,R3 MOV A,@R0 MOV R3,A INC R0 MOV R1,#MED1 CLR 3AH
www.eeworm.com/read/176857/9481272

5 10.1.5

PORT1 EQU P0 PORT2 EQU P2 ORG 0H JMP MAIN ORG 30H MAIN: MOV SP,#5FH MOV PORT2,#0FFH LOOP: MOV R0,#4 MOV R1,#11101111B MOV R2,#0FFH NLINE: MOV A,R1 MO
www.eeworm.com/read/176857/9481303

3 8279 10.1.3 8279

START: MOV DPTR,# 7FFFH MOV A,#0Dl H MOVX DPTR,A WAIT: MOVX A,@DPTR JB ACC. 7,WAIT MOV A,#2AH MOVX DPTR,A MOV A,#00H MOVX DPTR,A MOV R0,#30H MOV
www.eeworm.com/read/176857/9481323

3.3.2˫

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/176857/9481519

6.1.3˫

COUNT: EQU 03H TABLE: DEFB 01H,20H,50H,3AH,2BH,E5H DSRT: MOV R6,#00H MOV R7,#COVNT DEC R1 MOV R0,#TAB MOV R1,#23H LOOP: MOV 2AH,@R0 INC R0 MOV 2BH,@R0 MOV 2CH,@R1 INC R
www.eeworm.com/read/176831/9482832

asm key__cled.asm

;**************************************************************** LIST P=16F84A,R=DEC ; ;---------------------------------------------------------------- __CONFIG B'11111111110001';_
www.eeworm.com/read/176696/9487650

cpp student.cpp

//student类的实现 #include"person.hpp" #include"student.hpp" #include #include //构造函数 student::student(char n[20],char s[2],int a,char sn[20],char st[10],int sc[],int length):p