代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/140161/13102853
c project.c
/*
Copyright 2001-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
th
www.eeworm.com/read/140161/13103003
c lib.c
/*
Copyright 2002-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t
www.eeworm.com/read/140161/13103290
c q.c
#include
main()
{
FILE *in = fopen("crtdll.def", "r");
FILE *out = fopen("crtdll2.def", "w");
while (!feof(in))
{
char buf[256], *q;
buf[0] = 0;
www.eeworm.com/read/140161/13103303
c lib.c
/*
Copyright 1994-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t
www.eeworm.com/read/140161/13103630
c pstr.c
/*
Copyright 1994-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t
www.eeworm.com/read/140161/13103929
c preproc.c
/*
Copyright 1994-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t
www.eeworm.com/read/140161/13104225
c pstr.c
/*
Copyright 2001-2003 Free Software Foundation, Inc.
Written by David Lindauer, LADSoft
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Gener
www.eeworm.com/read/326973/13107386
c bo4-3.c
/* bo4-3.c 串采用块链存储结构(由c4-3.h定义)的基本操作(16个) */
void InitString(LString *T)
{ /* 初始化(产生空串)字符串T。另加 */
(*T).curlen=0;
(*T).head=NULL;
(*T).tail=NULL;
}
Status StrAssign(LString *T,ch
www.eeworm.com/read/326914/13109838
c vecops.c
/*----------------------------------------------------------------------
File : vecops.c
Contents: some special vector operations
Author : Christian Borgelt
History : 1996.09.16 file creat
www.eeworm.com/read/326893/13110693
c 0_to_100.c
#include
void main ()
{
int value = 0;
while (value