代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/101082/6243450

1a l50.1a

#print (Everything) Write a program that reads an input file and prints out the most frequently appearing word in it. Although you don't need to know this, I'll tell you that not more than 500 distinc
www.eeworm.com/read/492904/6413420

c 16ibsh.c

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

c 15ibub.c

void ibub(p,n) int p[],n; { int m,k,j,i,d; k=0; m=n-1; while (k
www.eeworm.com/read/492699/6420019

txt ccc.txt

{ if(a==b)//if stmt then { if(c==d) then a=l; else while(c==d) h=c+200;//while stmt } else a=b/3;//arithexpr }
www.eeworm.com/read/484559/6579813

c gui_test.c

#include "config.h" void main(void) { while(1) { } }
www.eeworm.com/read/477944/6726371

c main.c

int main(void) { while(1); return 0; }
www.eeworm.com/read/410160/11299750

c cprogram.c

#include"math.h" int x,y,z; main() { x=1; y=2; while ( 1 ) { z=x+y; } }
www.eeworm.com/read/410160/11300175

c casm.c

int x,y,z; main() { x=1; y=2; while ( 1 ) { z=x+y; } //在此处加软件断点 }
www.eeworm.com/read/347738/11639378

c 3_3_2a.c

//计算自然数1-100的累加和 main () { int s,i; s=0;; i=1;; while (i
www.eeworm.com/read/261367/11652751

c main b.c

void main(void) { int dummy; dummy = 0; while(1); }