代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/353762/6322586
s crtsi.s
; C STARTUP FOR MC68HC08
; WITH AUTOMATIC DATA INITIALISATION
; Copyright (c) 1995 by COSMIC Software
;
xref _main, __memory, __idesc__, __stack
xdef _exit, __stext
;
switch .bss
__sbss:
www.eeworm.com/read/425780/6323352
asm order.asm
STACK SEGMENT STACK 'STACK'
DW 100H DUP(?)
TOP LABEL WORD
STACK ENDS
DATA SEGMENT
A DB 21H,22H,23H,24H,25H
FL DB 100H DUP(?)
DATA ENDS
CODE SEGMENT
ASSUME CS:CODE,DS:D
www.eeworm.com/read/267004/6332922
lst bjkz.lst
A51 MACRO ASSEMBLER BJKZ 11/20/2007 12:43:23 PAGE 1
MACRO ASSEMBLER A51 V7.07
OBJECT MODULE PLACED IN bjkz.OBJ
ASSEMBLER INV
www.eeworm.com/read/198453/6337431
asm jianxiangqi.asm
ORG 0000H
AJMP HEND
ORG 0003H
AJMP FIRST
ORG 0013H
AJMP SECOND
ORG 0030H
HEND: MOV SP,#50H
MOV R1,#40H
CLR
www.eeworm.com/read/418906/6339445
cpp c7-8.cpp
#include
#include
using namespace std;
int main()
{enum color {red,yellow,blue,white,black};
color pri;
int i,j,k,n=0,loop;
for (i=red;i
www.eeworm.com/read/187296/6354512
asm sleep.asm
sleep proc
execute:
nop
dec bx
cmp bx,0
jnz execute
loop execute
sleep endp
www.eeworm.com/read/494226/6380519
java twothreadsleep.java
public class TwoThreadSleep extends Thread {
public void run() {
loop();
}
public void loop() {
// get a reference to the thread running this
Thread t =
www.eeworm.com/read/494226/6380533
java threadjoin.java
public class ThreadJoin extends Thread {
public void run() {
loop();
}
public void loop() {
// get a reference to the thread running this
Thread t = Th
www.eeworm.com/read/494296/6381906
s43 实验4_wdt.s43
#include "msp430x44x.h"
;******************************************************************************
; MSP-Test44x Demo - WDT Toggle P5.1 Interval overflow WDT, 32kHz ACLK
;
; Descripti
www.eeworm.com/read/494049/6387136
asm bds12887.asm
;“模仿式”实验十 扩展时钟系统DS12887实验
;按“NEXT”键,调整秒位;按“LAST”键,调整分位;按"MON"键,调整时位;
OUTBIT equ 0e101h ; 位控制口
CLK164 equ 0e102h ; 段控制口(接164时钟位)
DAT164 equ 0e102h ; 段控制口(接164数据位)
IN equ 0e1