代码搜索:while

找到约 10,000 项符合「while」的源代码

代码结果 10,000
www.eeworm.com/read/439485/7708029

txt file.txt

while (a
www.eeworm.com/read/438810/7726118

c 16isech.c

int isech(p,k,m,a,b) STRU p[]; int a,b; int k,m; { int i; i=k; while ((im) return(-1); return(i); }
www.eeworm.com/read/438810/7726124

c 16rbsh.c

int rbsh(p,n,a,b,m) int n,*m; double a,b,p[]; { int i,j,k; i=1; j=n; while (i=a)&&(p[k-1]
www.eeworm.com/read/438810/7726384

c 15cbub.c

void cbub(p,n) int n; char p[]; { int m,k,j,i; char d; k=0; m=n-1; while (k
www.eeworm.com/read/438810/7726394

c 15rbub.c

void rbub(p,n) int n; double p[]; { int m,k,j,i; double d; k=0; m=n-1; while (k
www.eeworm.com/read/437134/7754521

m 2-73.m

% 此程序段用来演示pause命令 i=2; s=1; while i
www.eeworm.com/read/437118/7754860

tig test10.tig

/* error : body of while not unit */ while(10 > 5) do 5+6
www.eeworm.com/read/437118/7754869

tig test20.tig

/* error: undeclared variable i */ while 10 > 5 do (i+1;())
www.eeworm.com/read/435844/7782979

m exm072_2.m

%exm072_2.m a(1)=1;a(2)=1;i=2; while a(i)
www.eeworm.com/read/299792/7831667

c 16isech.c

int isech(p,k,m,a,b) STRU p[]; int a,b; int k,m; { int i; i=k; while ((im) return(-1); return(i); }