代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/431721/8659617

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/431660/8663388

txt 新建文本文档.txt

Exponentiation Time Limit: 500MS Memory Limit: 10000K Total Submissions: 43441 Accepted: 9954 Description Problems involving the computation of exact values of very large magnitude and pre
www.eeworm.com/read/387310/8693770

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/387310/8693776

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/387310/8694341

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/387310/8694365

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/431167/8706321

c ascase.c

/****************************************************************************** * * Module Name: ascase - Source conversion - lower/upper case utilities * $Revision: 1.22 $ * ******
www.eeworm.com/read/287194/8710218

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/287194/8710230

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/287194/8710912

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