代码搜索:repeat
找到约 6,690 项符合「repeat」的源代码
代码结果 6,690
www.eeworm.com/read/382755/9002797
html lang_replace.html
SQLite Query Language: REPLACE
body {
margin: auto;
www.eeworm.com/read/382755/9002841
html lang_dropview.html
SQLite Query Language: DROP VIEW
body {
margin: auto;
www.eeworm.com/read/382508/9023845
txt commandmenu.txt
//NxGC v7.4 Menu
"*" "+ AIMBOT" { // aiming assistance
"*" "+ ACTIVATION" { // bind aiming functions to mouse buttons
"*" "mouse1: csg proof" "bind mouse1 +csgaim; shoot 0;lock 0;fov 25
www.eeworm.com/read/184327/9109567
pas ac1105.pas
program tju1105;
const
zero=1e-6;
var
a,k,l,r,t,s1,s2:extended;
begin
repeat
read(a,k);
l:=k;r:=1e10;
repeat
t:=(l+r)/2;
s1:=a*t*t/2;
s2:=(t-k)*(t-k)*(t
www.eeworm.com/read/184327/9109673
pas ac1118.pas
program tju1118;
var
n:int64;
begin
repeat
read(n);
if n>=520000000 then
writeln(n-3)
else
writeln(520005196-(519999999-n) mod 5200);
until seekeof;
end.
www.eeworm.com/read/180002/9325080
css tree.css
a
{
text-decoration:none;
}
a,a:visited
{
color:#000;
background:inherit;
}
body
{
margin:0;
padding:20px;
font:12px tahoma,宋体,sans-serif;
}
dt
{
font-size:22px;
font-weight:
www.eeworm.com/read/374298/9411996
vwf dzxs.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/372673/9498257
css style.css
/*
Offical Style for UCenter
(C) 2001-2008 Comsenz Inc.
*/
/* common */
*{ word-wrap:break-word; }
body{ padding:5px 0; background:#FFF; text-align:center; }
body, td, input, textarea, select
www.eeworm.com/read/372666/9498930
pl0 test4.pl0
var x,y,rem;
begin
read(x);
read(y);
repeat
rem = x-y*(x/y);
x = y;
y = rem
until rem=0;
write(x)
end.
www.eeworm.com/read/372120/9520832
css amdmenu.css
/*top导航样式*/
#navmenu-bg {
PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; BACKGROUND:url(../images/menunav-bgred.gif); FLOAT: right; height:33px; margin-top:4px;margin-right:10px
}
#