代码搜索:repeat
找到约 6,690 项符合「repeat」的源代码
代码结果 6,690
www.eeworm.com/read/161887/5549401
java tvevent.java
/*
* TVEvent.java
*
* Created on 2006年5月5日, 上午11:51
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package DogPet;
import
www.eeworm.com/read/161887/5549415
java shakeevent.java
/*
* ShakeEvent.java
*
* Created on 2006年5月5日, 上午11:46
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package DogPet;
impo
www.eeworm.com/read/294911/8193945
ulp find.ulp
#usage "Find elements in schematic/board and zoom in\n"
""
"Centers the object and zooms into the drawing."
""
"Usage: RUN find [ name [ count |
www.eeworm.com/read/193210/8247502
asm p130-18.asm
.model small
.data
msg db 16 dup('0'),'$'
.code
.startup
mov ax, 2122h
mov si, offset msg
mov cx, 16
.repeat
shl ax, 1
www.eeworm.com/read/193210/8247534
asm p130-17.asm
.model small
.data
str1 db "skjdhf234kjhjh24j2j",0
.code
.startup
mov bx, offset str1
mov si, bx
.repeat
mov al, [bx]
inc bx
.if al