代码搜索:Loop

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

代码结果 10,000
www.eeworm.com/read/262705/11393659

txt svkpoep.txt

var k var m var y var x sti bphws esp, "r" eoe lab1 eob toep run lab1: esti rtr toep: esti bp eax mov k,esp sub k,20 bphwc k eob loop2 run loop2: sti
www.eeworm.com/read/262705/11394011

txt upxshit006.txt

/* EOP finder for upxshit 0.6 (snaker) & UPX It also works for a "standalone" UPX packed program Author : mimas */ var x loop: findop eip, #E9??# // find jump to next loop mov x, $RESULT s
www.eeworm.com/read/262705/11394375

txt upxshit.txt

/* EOP finder for upxshit 0.6 (snaker) & UPX It also works for a "standalone" UPX packed program Author : mimas */ var x loop: findop eip, #E9??# // find jump to next loop mov x,
www.eeworm.com/read/407658/11412514

bak jdd5.bak

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; 交通灯 ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; TIME EQU 50H ;秒计数用 TIMESFR EQU 51H ;临时寄存器 CONR5
www.eeworm.com/read/407658/11412517

asm jdd5.asm

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; 交通灯 ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; TIME EQU 50H ;秒计数用 TIMESFR EQU 51H ;临时寄存器 CONR5
www.eeworm.com/read/407580/11414591

m chap9_5i.m

%Three Loop of Flight Simulator Servo System with Direct Current Motor clear all; close all; %(1)Current loop L=0.001; %L
www.eeworm.com/read/407477/11418328

asm text1.asm

FLAG BIT 00H ORG 00H START: JB P1.7,START JNB FLAG,NEXT MOV R2,#200 DV: CPL P1.0 LCALL DELY500 LCALL DELY500 DJNZ R2,DV CPL FLAG NEXT: MOV R2,#200 DV1:
www.eeworm.com/read/407477/11418345

asm alarm.asm

FLAG BIT 00H ORG 00H START: JB P1.7,START ;判断按键状态 JNB FLAG,NEXT ;判断标志位 MOV R2,#200 ;置计数值 DV: CPL P1.0 LCALL DELY500 LCALL DELY500 ;延时1毫秒 DJNZ R2,DV CPL FLAG ;标志位取反 N
www.eeworm.com/read/407474/11418639

asm port1 (2).asm

KEYLEFT BIT P1.0 KEYRIGHT BIT P1.1 LEDLEFT BIT P1.2 LEDRIGHT BIT P1.3 ;位定义 ORG 00H SETB KEYLEFT SETB KE
www.eeworm.com/read/407474/11418813

asm audio.asm

OUTPUT BIT P1.0 ;P1.0端口 ORG 00H LOOP: CLR C ;主程序 MOV OUTPUT,C CALL DELAY SETB C MOV OUTPUT,C ;输出方波 CALL DELAY