代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/448796/7525954
asm 家庭时钟6.8.asm
;本实验是做一个计时器,能从00:00计到59:59共1个小时。
;数码管1、2位为时,3、4位为分。
DS1 EQU 22H ;数码管显示缓存
DS2 EQU 23H
DS3 EQU 24H
DS4 EQU 25H
BUFF_LP EQU 28
www.eeworm.com/read/448335/7534771
asm port_p1.asm
org 00H
loop:mov a,#0feh
mov r2,#8
output:mov p1,a
rl a
acall delay
djnz r2,output
ljmp loop
delay:mov r6,#0
mov r7,#0
delayloop:
djnz r6,delayl
www.eeworm.com/read/447044/7559897
java_wrong listing11-01_mygamecanvas.java_wrong
// This example does not work, since no proper import statement is used:
public class MyGameCanvas
extends javax.microedition.lcdui.game.GameCanvas
implements Runnable
{
public MyGameCanvas(bo
www.eeworm.com/read/447044/7559901
java_ok listing11-02_mygamecanvas.java_ok
// this example works, since a proper import statement is used rather than qualifying the GameCanvas class directly:
import javax.microedition.lcdui.game.GameCanvas;
public class MyGameCanvas
e
www.eeworm.com/read/446884/7563181
asm irdacom.asm
; **************************************************************
; IrDA Data Communication Test Procedure
; **************************************************************
; PCON EQU
www.eeworm.com/read/446819/7564402
cpp cachebandwidth.cpp
//---------------------------------------------------------------------------
//
// CacheBandwidth.cpp: Cache Bandwidth Routines Implementation
//
//-----------------------------------------------
www.eeworm.com/read/446414/7579604
lst serial.lst
A51 MACRO ASSEMBLER SERIAL 09/28/2004 11:05:42 PAGE 1
MACRO ASSEMBLER A51 V7.09
OBJECT MODULE PLACED IN Serial.OBJ
ASSEMBLER I
www.eeworm.com/read/445795/7590217
lst ledloop.lst
C51 COMPILER V7.06 LEDLOOP 12/06/2007 09:43:04 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE LEDLOOP
OBJECT MODULE PLACED IN