代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/362076/10019909
c getchar.c
/* GETCHAR.C
The ANSI "getchar" function.
The getchar function reads the character c from the
input-stream pointed to by stream.
The function returns the character re
www.eeworm.com/read/166450/10020049
c natk.c
#include "math.h"
double natk(x,y,n,t,eps)
int n;
double t,eps,x[],y[];
{ int i,j,k,m,l;
double z,xx[10],yy[10];
z=0.0;
if (n
www.eeworm.com/read/166450/10020058
c eatk.c
#include "math.h"
double eatk(x0,h,n,y,t,eps)
int n;
double t,eps,x0,h,y[];
{ int i,j,k,m,l;
double z,xx[10],yy[10];
z=0.0;
if (n
www.eeworm.com/read/166450/10020072
c queen.c
#include "stdio.h"
#include "math.h"
#include "stdlib.h"
void queen(int n)
{ int i,j,k,jt,*q;
q=malloc(n*sizeof(int));
for(i=0; i
www.eeworm.com/read/166143/10032013
txt qq.txt
1.1.1实验目的
设计,编制并调试一个词法分析程序。
1.2实验要求
1. 关键字:begin ;if;then;while;do;end 并为小写。
2. 符号:”+”;”-“;”*”;”/”;”:=”;”:”;”=”;””;”=”;”(”;”)”;”;”;”#”。
3. 其他标记 如字符串,以字母开头的标识符。
4. 空格符跳过。
www.eeworm.com/read/361569/10044798
c 8atk.c
#include "math.h"
double atk(x,y,n,t,eps)
int n;
double t,eps,x[],y[];
{ int i,j,k,m,l;
double z,xx[10],yy[10];
z=0.0;
if (n
www.eeworm.com/read/361569/10044865
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/361569/10044872
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/361569/10044874
c 16cbkey.c
int cbkey(p,n,a,b,m)
int n,*m;
BISERCH *p[];
char a,b;
{ int i,j,k;
i=1; j=n;
while (i=a)&&((*p[k-1]).KEY
www.eeworm.com/read/361569/10044896
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