代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/442831/7644057

c 15chap.c

void chap(p,n) int n; char p[]; { int i,mm; char t; void csift(); mm=n/2; for (i=mm-1; i>=0; i--) csift(p,i,n-1); for (i=n-1; i>=1; i--) { t=p[0]; p
www.eeworm.com/read/442831/7644058

c 15hqck.c

#include "15hbub.c" void hqck(p,n,k,m) int n,k,m; char *p[]; { int i0,*i; void hsplit(); i=&i0; if (kn-1) m=n-1; if (m-k>10) { hsplit(p,k
www.eeworm.com/read/442831/7644065

c 12maxn.c

#include "math.h" void maxn(x,n,eps,k,js,ff) int n,k,js[]; double eps,x[],(*ff)(); { int i,j,m,l,jt,il; double y[10],b[10],p,z,t,h1,h2,f,dx; js[0]=0; jt=1; h2=0.0; while
www.eeworm.com/read/442831/7644066

c 12max1.c

#include "math.h" void max1(x,eps,k,js,f) void (*f)(); int k,js[2]; double eps,x[2]; { int i,j,m,jt; double xx,h1,h2,dx,y[10],b[10],z[2]; js[0]=0; jt=1; h2=0.0; whil
www.eeworm.com/read/442831/7644202

c 7dhrt.c

#include "math.h" int dhrt(a,b,h,eps,x,m,f) int m; double a,b,h,eps,x[],(*f)(); { int n,js; double z,y,z1,y1,z0,y0; n=0; z=a; y=(*f)(z); while ((z
www.eeworm.com/read/442530/7649897

c 两项四线步进电机.c

#include #define uchar unsigned char #define uint unsigned int sbit P0_0=P0^0; //A sbit P0_1=P0^1; //~A sbit P0_2=P0^2; //B sbit P0_3=P0^3; //~B sbit EAA=P0^4;//EA/A sbit EAB=P0^5;//E
www.eeworm.com/read/442521/7649984

cpp transform.cpp

#include "stdlib.h" #include "sqstack.h" #include "sqstackdouble.h" #include "string.h" int precede(char a,char b) {if(b=='#'||b=='(')return 1; if (a=='^')return 1; if ((a=='*'||a=='/')&&(b
www.eeworm.com/read/442343/7654627

c engineerinformationsort.c

#include #include "string.h" #include "conio.h" #include "main.h" void EngineerInformationSort(void) { int label=-1; int no=0; char choose; int i=0; int mark=0; while
www.eeworm.com/read/442343/7654628

c cleanengineerinformation.c

#include #include "main.h" void CleanEngineerInformation(void) { char choose; int mark=0; while(1) { if(count==0) printf("该信息库中不存在工程师信息,无须进行清空!\n"); else { w
www.eeworm.com/read/442337/7654864

java instructionhandler.java

//this class decode the instruction-string from the server program, then translate the string to real instructions that is //readable by the client program public class instructionHandler{ public