代码搜索:repeat
找到约 6,690 项符合「repeat」的源代码
代码结果 6,690
www.eeworm.com/read/440591/7686849
htm css_append.htm
#header .wrap { padding: 0 0 4px; background: url({STYLEIMGDIR}/header.gif) no-repeat 0 100%; }
#menu { height: 25px; }
#menu li { padding-left: 5px; }
#menu li a, #menu li a:hover { padding: 0 20px
www.eeworm.com/read/199924/7814543
vwf div20pll.sim.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/298341/7965603
stresstest
#!/bin/sh
IPADDR=127.0.0.1
PORT1=10720
PORT2=20720
if [ -z "$1" ]; then
DEVICE1="1"
else
DEVICE1=$1
fi
if [ -z "$2" ]; then
DEVICE2="2"
else
DEVICE2=$2
fi
OHPHONE="./obj_li
www.eeworm.com/read/297035/8058643
asm seg7.asm
ORG 00H
BEGIN:
MOV R0,#0FH
REPEAT:
MOV A,R0
CALL SEGCODE
MOV P1,A
CALL DELAY
DJNZ R0,REPEAT
JMP
www.eeworm.com/read/196682/8067576
asm boot_img.asm
;**********************************************************************************
;
; File Name : boot_img.asm
; Project : C55x Peripheral Test Program Suite
; Author : MH
;
;