代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/293499/8289465

c common.c

#include "common.h" void delay(int k) { while(k--); }
www.eeworm.com/read/292980/8319468

c common.c

#include "common.h" void delay(int k) { while(k--); }
www.eeworm.com/read/392361/8348549

m exm072_2.m

%exm072_2.m a(1)=1;a(2)=1;i=2; while a(i)
www.eeworm.com/read/368108/9711661

m exm072_2.m

%exm072_2.m a(1)=1;a(2)=1;i=2; while a(i)
www.eeworm.com/read/367111/9781857

c 2478.c

#include main() { while(1); }
www.eeworm.com/read/367003/9785975

c c_prog.c

unsigned int k; void main(void) { unsigned int i; while(1) { for(i=0;i
www.eeworm.com/read/366932/9791329

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/366932/9791341

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/366932/9791689

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/366932/9791699

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