代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/145241/12743923

txt ch8_5.txt

void qksort(JD r[],int t,int w) { int i,j,k; JD x; if(t>=w) return; i=t; j=w; x=r[i]; while(i
www.eeworm.com/read/144692/12776340

txt result.txt

I→int M→id:I; D→M I→int M→id:I; D→DM I→int M→id:I; D→DM I→int M→id:I; D→DM I→int M→id:I; D→DM I→int M→id:I; D→DM F→id T→F E→T F→id T→F E→T C→E
www.eeworm.com/read/144399/12796921

m demoloop.m

% demoLoop Script file to demonstrate for and while loops fprintf('\nSum elements of a vector\n'); x = 1:5; % create a row vector sumx = 0; % initialize the
www.eeworm.com/read/244966/12828360

txt origin.txt

func my { int a,b; b = 2; a = 3; while a < 10 do { a = (a + 1) * a; if a < b | false then a = b + a; } }
www.eeworm.com/read/142295/12952850

c c1.c

#include main() { while(1) { P1=0x01; } }
www.eeworm.com/read/329002/12989941

txt test1_5.txt

main ( ) { int m=1,j=6; while(m) /* m不等于0,为真*/ { j=j+m; m =m-1; } printf(“%d”,j); }
www.eeworm.com/read/329002/12990357

txt test1_5.txt

main ( ) { int m=1,j=6; while(m) /* m不等于0,为真*/ { j=j+m; m =m-1; } printf(“%d”,j); }
www.eeworm.com/read/141595/12995463

c 3rabs.c

void rabs(a,b,r,p,n) int a,b,*r,n,p[]; { int k,l,m,i; k=b-a+1; l=2; while (l
www.eeworm.com/read/141595/12995471

c 16rsech.c

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

c 16ibkey.c

int ibkey(p,n,a,b,m) int n,*m; BISERCH *p[]; int a,b; { int i,j,k; i=1; j=n; while (i=a)&&((*p[k-1]).KEY