代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/122655/14677365

txt test.txt

Dim A As Integer Dim B As Integer A=0 B=0 Do While A
www.eeworm.com/read/221205/14753815

try

#!/bin/ksh while [ 1 ] do echo "this is a test" done
www.eeworm.com/read/221179/14755143

cpp eclass.cpp

void eclass(int nf[], int n, int lista[], int listb[], int m) { int k,l,j; for (k = 1; k
www.eeworm.com/read/220747/14790100

txt source.txt

func my{ int a, b ; b = 2 ; a = 3 ; while a
www.eeworm.com/read/220743/14790249

txt source.txt

func my{ int a, b ; b = 2 ; a = 3 ; while a
www.eeworm.com/read/120203/14810464

c rindex.c

rindex(s,c) char *s,c; { int len; len = strlen(s)-1; while (len >= 0 && s[len] != c) len--; return(len); }
www.eeworm.com/read/218613/14912853

m reordervec.m

% reordervec Transformation vector for reordering the qudits according to % the given pattern. % reordervec(pattern,d) gives a transformation vector for % putting the qudits in the
www.eeworm.com/read/214395/15102643

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/214395/15102681

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
www.eeworm.com/read/214395/15102716

c 16csech.c

int csech(p,k,m,a,b) STRU p[]; char a,b; int k,m; { int i; i=k; while ((im) return(-1); return(i); }