代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/206912/15285930

txt infile.txt

ivan() a:int; b:int; c:int; b=1; c=12; while c>b do { b=b+2; a=b+c; }@
www.eeworm.com/read/206865/15287824

m createm.m

function A=createM(x,y) A=zeros((x+2)*(y+2),(x+2)*(y+2)+1); for i=1:(x+2)*(y+2) A(i,(x+2)*(y+2)+1)=1; end k=[]; l=0; while l
www.eeworm.com/read/166734/5472867

1bk init.1bk

1 2 3 4 5 6 7 if for else while 1 2 3 if 4 5 0 for 6 7 8 else 9 10 11 while 1 2 3 if 4 5 0 for 6 7 8 else 9 10 11 while 0 0 0
www.eeworm.com/read/166734/5472915

1bk init.1bk

1 2 3 4 5 6 7 if for else while 1 2 3 if 4 5 0 for 6 7 8 else 9 10 11 while 1 2 3 if 4 5 0 for 6 7 8 else 9 10 11 while 0 0 0
www.eeworm.com/read/166734/5472963

1bk init.1bk

1 2 3 4 5 6 7 if for else while 1 2 3 if 4 5 0 for 6 7 8 else 9 10 11 while 1 2 3 if 4 5 0 for 6 7 8 else 9 10 11 while 0 0 0
www.eeworm.com/read/166734/5473098

1bk init.1bk

1 2 3 4 5 6 7 if for else while 1 2 3 if 4 5 0 for 6 7 8 else 9 10 11 while 1 2 3 if 4 5 0 for 6 7 8 else 9 10 11 while 0 0 0
www.eeworm.com/read/166734/5473190

1bk init.1bk

1 2 3 4 5 6 7 if for else while 1 2 3 if 4 5 0 for 6 7 8 else 9 10 11 while 1 2 3 if 4 5 0 for 6 7 8 else 9 10 11 while 0 0 0
www.eeworm.com/read/162614/5526608

c 950906-1.c

g (int i) { } f (int i) { g (0); while ( ({ i--; }) ) g (0); } main () { f (10); exit (0); }
www.eeworm.com/read/162614/5528316

c 950124-1.c

f () { if (g ()) h (); else { do { return 0; break; } while (1); } return 1; }
www.eeworm.com/read/162614/5528417

c 930503-1.c

f (const char *s, char *d, unsigned l) { if (0) while (1); else while (--l >= 0) *d++ = *s++; }