代码搜索:repeat

找到约 6,690 项符合「repeat」的源代码

代码结果 6,690
www.eeworm.com/read/196944/8039467

vwf pprom6c8.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/196944/8039557

vwf pprom6c8.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/296919/8071905

css tree.css

.TreeMenu img.s { cursor:hand; vertical-align:middle; } .TreeMenu ul { padding:0; } .TreeMenu li { list-style:none; padding:0; } .Closed ul { display:none; } .Child img.s {
www.eeworm.com/read/146233/12662650

h osdtable.h

//---------------------------------------------------------------------------------------------------- // ID Code : OsdTable.h No.0000 // Update Note : // //--------------------------------
www.eeworm.com/read/246868/12700451

c project1.c

#include #include #include #include int a[10000]; /* array initializaion */ int main ( ) {
www.eeworm.com/read/246404/12727429

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/246404/12727667

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/246404/12727904

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/246404/12728118

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.