代码搜索:Loop

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

代码结果 10,000
www.eeworm.com/read/385934/8778489

c sine8_intr.c

//sine8_intr.c Sine generation using 8 points, f=Fs/(# of points) //Comm routines and support files included in C6xdskinit.c short loop = 0; short sin_table[8] = {0,707,1000,707,0,-707,-1000,-707
www.eeworm.com/read/286024/8794552

asm tran.asm

org 0000H AJMP MAIN ORG 0100H MAIN:MOV R7,#16 MOV R1,#70H ;内部RAM地址70H送R1 MOV DPTR,#7000H ;DPTR指向XRAM地址7000H LOOP:MOV A,@R1 ;内部RAM内容送累加器A MOVX @DPTR,A ;将
www.eeworm.com/read/285975/8798275

095_prob ch06.095_prob

############################################################################## ## Code fragment (NOT RECOMMENDED) from Chapter 6 of "Perl Best Practices" ## ## Copyright (c) O'Reilly & Associates
www.eeworm.com/read/429594/8800647

txt 15.3.3算术均值滤波.txt

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/429594/8800946

txt 6.1.3双字节无符号数据块排序.txt

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/429594/8801036

txt 10.1.3 8279键盘接口.txt

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/429594/8801061

txt 10.1.5键盘扫描.txt

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/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/285800/8817115

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/187370/8829091

asm dicadd1.asm

; *************************************************************************** ; * Project : Electronic Dictionary * ; * Date : 2003.9