代码搜索:repeat

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

代码结果 6,690
www.eeworm.com/read/184327/9109792

pas ac1067.pas

program tju1067; var count:array[0..9]of int64; n,k:int64; r,i:byte; s:string; begin repeat fillchar(count,sizeof(count),0); read(n);k:=1; repeat r:=n mod 10;
www.eeworm.com/read/184327/9109820

pas ac1009.pas

program tju1009; var n,i,j:byte; begin repeat read(n); for i:=1 to n do for j:=i to n do begin write(j*(j+1) div 2-i+1); if j=n then writeln else write(' ');
www.eeworm.com/read/184327/9109886

pas ac1095.pas

program tju1095; const maxn=100; tail:array[0..9]of byte=(6,6,2,6,4,4,4,8,4,6); var a:array[0..maxn]of byte; i,l,five,ans:byte; s:string; begin repeat readln(s);l:=length(s);
www.eeworm.com/read/184327/9109946

pas ac1093.pas

program tju1093; const maxn=2004; var x,y,l:array[0..maxn]of cardinal; n,i,ans:cardinal; procedure qsort(s,t:cardinal); var p,i,j,tx,ty:cardinal; begin if s>=t then exit;
www.eeworm.com/read/184327/9109948

pas ac1078.pas

program tju1078; const maxsize=20; var qx,qy:array[1..sqr(maxsize)]of byte; step:array[1..maxsize,1..maxsize]of byte; count:array[1..maxsize,1..maxsize]of qword; n,m,p,c,i,j,t,f,r:wor
www.eeworm.com/read/378479/9229775

v loop3.v

module loop3; integer i; initial begin i=0; repeat(4) begin $display ("i=%h",i); i=i+1; end end endmodule
www.eeworm.com/read/181792/9236874

txt readme_zbuf.txt

FILE LIST - zbufManip.c DESCRIPTION - This module illustrates the use of zbufLib routines, and their effect on zbuf segments and data sharing. To keep the example
www.eeworm.com/read/180097/9319742

asp testmanage.asp

www.eeworm.com/read/374228/9415417

v loop3.v

module loop3; integer i; initial begin i=0; repeat(4) begin $display ("i=%h",i); i=i+1; end end endmodule
www.eeworm.com/read/374010/9423731

m igls.m

function [W1,W2,lambda,GAMMA]=igls(NetDef,W1,W2,trparms,repeat,GAMMA,PHI,Y); % IGLS % ---- % Train a multi-output network and estimate the covariance matrix % simultaneously us