代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/267227/11189288

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/267227/11189805

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/266379/11229375

cpp fig02_10.cpp

long gcd( long m, long n ) { while( n != 0 ) { long rem = m % n; m = n; n = rem; } return m; }
www.eeworm.com/read/266197/11236717

rw reserveword.rw

lulu if int const and then while do
www.eeworm.com/read/266197/11236729

txt test2.txt

main() a:int; b:int; ccc:int; d:int; { if ccc>b and ccc>a then a=b+a; while ccc>d do a=d+ccc }
www.eeworm.com/read/411392/11247191

c led_asm_main.c

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

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/335971/12486890

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/146786/12612998

c text1.c

#include main() { P1=0; while(1); }
www.eeworm.com/read/236537/14012225

c gui_test.c

#include "config.h" void main(void) { while(1) { } }