代码搜索:repeat
找到约 6,690 项符合「repeat」的源代码
代码结果 6,690
www.eeworm.com/read/429621/8798525
m m4.m
% MATLAB script file m4.m is for Project 4 on permanent magnet
% synchronous motor in Chapter 7.
% m4.m does the following:
% loads machine parameters of the permanent magnet motor
% set
www.eeworm.com/read/383439/8946784
asm 711.asm
7_11.asm
repeat macro x
if length x gt 5
rept 10
add ax,ax
endm
endif
endm
www.eeworm.com/read/284301/8948066
lircrc
begin
remote = avrcp
button = play
prog = mplayer
config = pause
repeat = 0
end
begin
remote = avrcp
button = stop
prog = mplayer
config = pause
repea
www.eeworm.com/read/426580/9012360
cpp intpart.cpp
// intpart.cpp : Defines the entry point for the console application.
//
// ***************************************************************
// intpart version: 1.0 ? date: 02/11/2009
// ---
www.eeworm.com/read/185301/9043989
txt test1.txt
and array begin bool call
case char constant dim do
else end false for if
input integer not of or
output procedure program read real
repeat set stop then to
true until
www.eeworm.com/read/185213/9050112
bas mouse.bas
5 MODE 1
10 REPEAT
20 a$= INKEY$
30 LOCATE 1, 1: PRINT using "###", XMOUSE
40 LOCATE 2, 1: PRINT using "###", YMOUSE
50 UNTIL a$= "CLICK"
www.eeworm.com/read/184327/9109539
pas ac1106.pas
program tju1106;
var
k,a,b,c:qword;
begin
repeat
read(k);
b:=1;c:=1;
repeat
a:=b;b:=c;c:=a+b;
until c>k;
writeln(a*a+b*b);
until seekeof;
end.
www.eeworm.com/read/184327/9109641
pas ac1189.pas
program tju1189;
const
maxn=500;
var
adj:array[1..maxn,1..maxn]of boolean;
route,dist,q:array[1..maxn]of word;
m,n,i,j,f,r:word;
begin
repeat
fillchar(adj,sizeof(adj),0);
f
www.eeworm.com/read/184327/9109655
pas ac1121.pas
program tju1121;
const
tail:array[0..9,0..3]of byte=((0,0,0,0),(1,1,1,1),(6,2,4,8),(1,3,9,7),
(6,4,6,4),(5,5,5,5),(6,6,6,6),(1,7,9,3),(6,8,4,2),(1,9,1,9));
var
a,b:longint;
begin
r