代码搜索:repeat
找到约 6,690 项符合「repeat」的源代码
代码结果 6,690
www.eeworm.com/read/246404/12729511
pas ac1206.pas
program tju1206;
var
n,m:byte;
begin
repeat
read(n,m);
writeln(power(2,n)*(m+1));
until seekeof;
end.
www.eeworm.com/read/145255/12742932
tny sample.tny
{ Sample program
in TINY language -
computes factorial
}
read x; { input an integer }
if 0 < x then { don't compute if x
www.eeworm.com/read/145250/12743250
tny sample.tny
{ Sample program
in TINY language -
computes factorial
}
read x; { input an integer }
if 0 < x then { don't compute if x
www.eeworm.com/read/245113/12818879
txt websphere快速入门(14).txt
作者:easyinfonet
email: easyinfonet@sina.com.cn
日期:2001-2-16 11:35:11
5.3 JSP 语法
JSP 文件(扩展名为 .jsp)可以包含指令(或称为指示语句)、Class-wide 变量和方法、直接插入的 Java 代码(scriptlet)、访问 JavaBean、变量数据的 HTML 模型、变量数据的 Java 表
www.eeworm.com/read/330802/12867651
vwf osc_disp.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/143472/12872917
tny sample.tny
{ Sample program
in TINY language -
computes factorial
}
read x; { input an integer }
if 0 < x then { don't compute if x
www.eeworm.com/read/243682/12924316
txt scl.txt
/L12"SCL" Nocase Line Comment = -- File Extensions = SCL PER RLS
/Delimiters = !&*()-+=\/"' , .
/Function String = "%[ ^t]++Script "
/Function String 1 = "%[ ^t]++Function "
/Open Brace Strings
www.eeworm.com/read/243682/12924500
txt providex.txt
/L10"ProvideX" Line Comment = ! String Chars = " Nocase File Extensions = PVX PVC PVS PVT
/Delimiters = ~!@%^&*()-+=|\/{}[]:;"' , .?
/Function String = "^(%[^t0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_
www.eeworm.com/read/243682/12924507
txt blitz.txt
/L20"Blitz Basic 3D" Line Comment = ; String Chars = " File Extensions = BB
/Function String = "%Function"
/Indent Strings = "While" "For" "Select" "If" "ElseIf" "Repeat"
/Unindent Strings = "Wend"