代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/275837/10792762

c 16rbkey.c

int rbkey(p,n,a,b,m) int n,*m; BISERCH *p[]; double a,b; { int i,j,k; i=1; j=n; while (i=a)&&((*p[k-1]).KEY
www.eeworm.com/read/275837/10792801

c 12cplx.c

#include "stdlib.h" int cplx(n,m,a,b,alpha,eps,x,xx,k,s,f) int n,m,k; void (*s)(); double a[],b[],alpha,eps,x[],xx[],(*f)(); { double rn(double *); int r,g,i,j,it,kt,jt,kk;
www.eeworm.com/read/275837/10792874

c 5sstq.c

#include "stdio.h" #include "math.h" int sstq(n,b,c,q,eps,l) int n,l; double b[],c[],q[],eps; { int i,j,k,m,it,u,v; double d,f,h,g,p,r,e,s; c[n-1]=0.0; d=0.0; f=0.0;
www.eeworm.com/read/275837/10793395

c 15ikey.c

void ikey(p,n,k,m) int n,k,m; HEAPSORT *p[]; { int i,l; HEAPSORT *w; void pisift(); if (kn-1) m=n-1; l=m-k+1; for (i=l/2-1; i>=0; i--)
www.eeworm.com/read/275837/10793422

c 15hbub.c

#include "string.h" void hbub(p,n,k,m) char *p[]; int k,m,n; { int j,i; char *d; if (kn-1) m=n-1; while (k
www.eeworm.com/read/275837/10793427

c 15ckey.c

void ckey(p,n,k,m) int n,k,m; HEAPSORT *p[]; { int i,l; HEAPSORT *w; void pcsift(); if (kn-1) m=n-1; l=m-k+1; for (i=l/2-1; i>=0; i--)
www.eeworm.com/read/275837/10793521

c 3rab1.c

int rab1(a,b,r) int a,b,*r; { int k,l,m,i,p; k=b-a+1; l=2; while (l
www.eeworm.com/read/349844/10796495

h parallel_generic.h

/* FFdecsa -- fast decsa algorithm * * Copyright (C) 2003-2004 fatih89r * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Li
www.eeworm.com/read/349837/10797850

cpp algo0706.cpp

void BFSTraverse(Graph G, Status (*Visit)(int v )) {// 算法7.6 // 按广度优先非递归遍历图G。使用辅助队列Q和访问标志数组visited。 QElemType v,w; queue Q; QElemType u; for (v=0; v
www.eeworm.com/read/275068/10837315

pl0 prim.pl0

const ober = 10000; var a,b,c,weiter; begin a:= 1; while a