代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/198225/7946939
s start.s
/*
* start.S: blob start code
*
* Copyright (C) 1999 2000 2001 Erik Mouw (J.A.K.Mouw@its.tudelft.nl) and
* Jan-Derk Bakker (J.D.Bakker@its.tudelft.nl)
*
* This program is fre
www.eeworm.com/read/298314/7967328
asm 3.asm
; *************************
; * 电子屏字符显示器 *
; * "电子设计" *
; * 2001.10.23 *
; ****
www.eeworm.com/read/298314/7967331
bak 3.bak
; *************************
; * 电子屏字符显示器 *
; * "电子设计" *
; * 2001.10.23 *
; ****
www.eeworm.com/read/298254/7969837
txt sa_parameters.txt
t0 0.30
t1 0.20
alpha 0.999
innerloop 5
//Only first four lines are read by sa algorithm
// inner-loop parameters:
// innerloop 0 - vertices
// 1 - 2*vertices
// 2 - vertic
www.eeworm.com/read/197606/7984571
asm sub5.asm
;
; file: sub5.asm
; Subprogram to C interfacing example
%include "asm_io.inc"
; subroutine _calc_sum
; finds the sum of the integers 1 through n
; Parameters:
; n - what to sum up to (at [eb
www.eeworm.com/read/297900/7986287
m disprog.m
function disprog(i,N,steps);
%DISPROG Display progression of a loop.
% DISPROG(i,N,steps) displays the progression of a loop.
%
% I : loop variable
% N : final value of i
% STEPS : number of d
www.eeworm.com/read/297732/7999144
asm exec062.asm
ORG 0000H
AJMP START
ORG 000BH ;定时器0的中断向量地址
AJMP TIME0 ;跳转到真正的定时器程序处
ORG 30H
START:
MOV P1,#0FFH ;关所 灯
MOV TMOD,#00000001B ;定时/计数器0工作于方式1
MOV TH0,#15H
MOV TL0,#0A0H ;即数5536
SETB EA
www.eeworm.com/read/197382/8001380
asm xf.asm
.global main
; .data
;RESET .word 0000000H
.text
main ;LDP RESET ; LOAD DATA PAGE POINTER
nop
ldi 06h,iof
LOOP ldi 02h,IOF
nop
NOP
nop
nop
n
www.eeworm.com/read/197380/8001451
asm xf.asm
.global main
; .data
;RESET .word 0000000H
.text
main ;LDP RESET ; LOAD DATA PAGE POINTER
nop
ldi 06h,iof
LOOP ldi 02h,IOF
nop
NOP
nop
nop
n
www.eeworm.com/read/197375/8001655
asm xf.asm
.global main
; .data
;RESET .word 0000000H
.text
main ;LDP RESET ; LOAD DATA PAGE POINTER
nop
ldi 06h,iof
LOOP ldi 02h,IOF
nop
NOP
nop
nop
n