代码搜索:Loop

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

代码结果 10,000
www.eeworm.com/read/314191/13572378

asm s14-6.asm

ORG 0000H LJMP MAIN ORG 0BH MOV TH0,R1 MOV TL0,R0 CPL P1.7 RETI ORG 0100H MAIN: MOV TMOD,#01H MOV IE,#82H MOV DPTR,#TAB LOOP: CLR A MOVC A,@A+DPTR MOV R1,A INC DPTR CLR A
www.eeworm.com/read/314191/13572395

lst s14-4.lst

A51 MACRO ASSEMBLER S14_4 10/18/2003 17:04:04 PAGE 1 MACRO ASSEMBLER A51 V6.14 OBJECT MODULE PLACED IN .\S14-4.OBJ ASSEMBLER
www.eeworm.com/read/313931/13579245

asm noname1.asm

MOV P3,#0 MOV P2,#0 MOV P1,#0 MOV P0,#0 MOV A,#01H LOOP: MOV P2,#3FH MOV P0,A RL A MOV P2,#06H MOV P0,A RL
www.eeworm.com/read/313385/13589112

lst port1 (1).lst

A51 MACRO ASSEMBLER PORT1__1_ 07/23/2006 10:56:20 PAGE 1 MACRO ASSEMBLER A51 V8.00 OBJECT MODULE PLACED IN Port1 (1).OBJ ASSEMBLE
www.eeworm.com/read/313385/13589178

lst audio.lst

A51 MACRO ASSEMBLER AUDIO 07/26/2006 22:10:19 PAGE 1 MACRO ASSEMBLER A51 V8.00 OBJECT MODULE PLACED IN Audio.OBJ ASSEMBLER IN
www.eeworm.com/read/313385/13589240

asm serial to parallel.asm

ORG 00H AJMP START START: MOV SCON,#0 MOV 30H,#01H ;8字节待传输数据 MOV 31H,#02H MOV 32H,#04H MOV 33H,#08H MOV 34H,#16 MOV 35H,#32 MOV 36H,#64 MOV 3
www.eeworm.com/read/312318/13613657

m fangzhen1_ls.m

function fangzhen1_ls() pe=6; %生成增广矩阵Re M=100; loops=20; %pe=25; %Re=zeros(M,pe+1); fvMatrix=zeros(pe/2,loops); arMatrix=zeros(pe,loops); %存储AR参数估计值 for loop=1:1:loops % w = wgn(1,2000
www.eeworm.com/read/311362/13631708

prg atpos.prg

release all clear all close all set talk off set date ymd set safety off set escape off set exact on set sysmenu off set resource off set exclusive on set deleted on set cursor off set ce
www.eeworm.com/read/311206/13633859

s crt0.s

.text .global _start _start: ldr sp, =1024*4 bl main halt_loop: b halt_loop
www.eeworm.com/read/310794/13643819

pl rc4-586.pl

#!/usr/local/bin/perl # At some point it became apparent that the original SSLeay RC4 # assembler implementation performs suboptimaly on latest IA-32 # microarchitectures. After re-tuning performance