代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/124189/14590711
c atol.c
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: atol.c,v 1.3 90/05/2
www.eeworm.com/read/124189/14590728
c strncat.c
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: strncat.c,v 1.3 90/0
www.eeworm.com/read/124189/14590783
c strncpy.c
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: strncpy.c,v 1.3 90/0
www.eeworm.com/read/124189/14590796
c memmove.c
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: memmove.c,v 1.3 90/0
www.eeworm.com/read/224153/14604554
c t.c
main()
{
int i,j;
char c[10];
float f;
i=3;
j=4;
while(i>0)
{
if(i
www.eeworm.com/read/123919/14606445
cpp pagechange.cpp
/*功能描述:输入可用内存页面数和一个作业访问逻辑页号的序列
*给出FIFO、LRU算法的缺页中断率
*本程序中设初始页框里的页号与实际页号都不同
*/
#include
#define M 40
int N;
struct Pro
{
int num,time;
};
int Input(int m,Pro p[M])
{
cout
www.eeworm.com/read/123904/14607128
c dele.c
#include "head.h"
JD *dele(JD *tree,int data)
{
JD *p = NULL;
JD *q = NULL;
JD *s = NULL;
int flag = 0;
if(tree == NULL)
{
printf("二叉树为空\n");
return NULL;
}
p = tree;
www.eeworm.com/read/123857/14608615
c readline.c
#include "../etcp.h"
/* readline - read a newline terminated record */
int readline( SOCKET fd, char *bufptr, size_t len )
{
char *bufx = bufptr;
static char *bp;
static int cnt = 0;
static char
www.eeworm.com/read/223984/14609116
c at89c2051制作的超声波测距源程序.c
//at89c2051制作的超声波测距源程序 晶振选用12M
#include
#define k1 P3_4
#define csbout P3_5 //超声波发送
#define csbint P3_7 //超声波接收
#define csbc=0.034
#define