代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
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/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/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);
}