代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/398836/7916423
c stoi.c
/* stoi.c -- More powerful version of atoi */
static char rcsid[] = "@(#)stoi.c 1.1 13:15:03 7/1/92 EFC";
#define islower(c) ( 'a'
www.eeworm.com/read/398819/7918781
m instfreq.m
function [fnormhat,t]=instfreq(x,t,L,trace);
%INSTFREQ Instantaneous frequency estimation.
% [FNORMHAT,T]=INSTFREQ(X,T,L,TRACE) computes the instantaneous
% frequency of the analytic signal X at time
www.eeworm.com/read/198623/7919417
c m66.c
#
#include "m6.h"
doif() {
int i;
int *p;
char *arg();
i = 1;
while(!comp(arg(i),one)) if((i =+ 2)>8) return;
p = arg(i+1) - 2;
ge = move(p,&gf->ga0,p->word+1);
setscan(dummy);
}
bindec(n
www.eeworm.com/read/198623/7919440
c m63.c
#
#include "m6.h"
char *
finddef(n) {
char *p;
if((p = lookup(arg(n)))==0)
if((p = lookup(""))==0) diag("Software error");
return(p);
}
char *
lookup(s) {
char *dt;
dt = df;
while(dt>d0) {
www.eeworm.com/read/198623/7919444
c getpw.c
getpw(uid, buf)
int uid;
char buf[];
{
auto pbuf[259];
static pwf;
register n, c;
register char *bp;
if(pwf == 0)
pwf = open("/etc/passwd", 0);
if(pwf < 0)
return(1);
seek(pwf, 0, 0);
pbu
www.eeworm.com/read/198623/7919531
c atoi.c
atoi(ap)
char *ap;
{
register n, c;
register char *p;
int f;
p = ap;
n = 0;
f = 0;
loop:
while(*p == ' ' || *p == ' ')
p++;
if(*p == '-') {
f++;
p++;
goto loop;
}
while(*p >= '0' &&
www.eeworm.com/read/198623/7919591
c c21.c
#
/*
* C object code improver-- second part
*/
#include "c2h.c"
rmove()
{
register struct node *p;
register char *cp;
register int r;
int r1, flt;
for (p=first.forw; p!=0; p = p->forw) {
if
www.eeworm.com/read/198623/7919661
c c20.c
#
/*
* C object code improver
*/
#include "c2h.c"
struct optab optab[] {
"jbr", JBR,
"jeq", CBR | JEQ
www.eeworm.com/read/198623/7919798
c printf.c
char *_ptrbf, *_ptrst, *__fmt;
printf(a1,a2,a3,a4){
auto char c, *s, adj, *ptr,*p, buf[30];
extern cputc(),_putstr(), cout;
auto int *adx, x, n, m, width, prec,i, padchar, fd;
double zz, *dblptr;
www.eeworm.com/read/198623/7920115
c ne4.c
# include "ne.h"
# define SIGPIPE 13 /* nroff has stopped reading */
int ESC 033;
int HREV '8';
int HFWD '9';
int SI 017;
int SO 016;
int ESCOUT 033;
int HFWDOUT '9';
int HREVOUT '8';
int BKSPOUT '\b