代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/452713/7434495

cpp xt6-5.cpp

#include using namespace std; int main() {int i,k,m,n,num[50],*p; coutn; p=num; for (i=0;i
www.eeworm.com/read/452713/7434499

cpp xt6-16.cpp

#include using namespace std; int main() {char str[50],*pstr; int i,j,k,m,e10,digit,ndigit,a[10],*pa; cout
www.eeworm.com/read/452710/7434746

c atof.c

/* C library - ascii to floating */ #include double twoe56 = 72057594037927936.; /*2^56*/ double exp5[] = {5.,25.,625.,390625.,152587890625.,23232710361480712890625.}; double a
www.eeworm.com/read/452710/7434780

c,v atof.c,v

head 1.1; access; symbols; locks dls:1.1; strict; comment @ * @; 1.1 date 97.09.21.19.27.40; author dls; state Dist; branches; next ; desc @@ 1.1 log @pre-3e code @ text
www.eeworm.com/read/452710/7434835

c strncmp.c

/* * Compare strings (at most n bytes): s1>s2: >0 s1==s2: 0 s1
www.eeworm.com/read/452710/7435344

c blkcopy.c

/* memcpy.c - memcpy */ #include /*------------------------------------------------------------------------ * memcpy - copy a block of memory form one location to another *----
www.eeworm.com/read/452444/7441116

c 16x16飞机射击游戏.c

/******************************************************* *******16X16点阵飞机射击游戏**************************** ******************************************************** **广东技术师范学院天河学院-电气工程系-电气062班*******
www.eeworm.com/read/452086/7447722

c 8皇后问题.c

#include #include #define NULL 0 #define STACK_INI_SIZE 30 #define STACKINCREMENT 20 typedef struct { int *top; int *base; int stacksize; int length; }sqstack; main() {
www.eeworm.com/read/452050/7448522

c 1895740_ac_1562ms_72k.c

# include # include typedef struct node { long big; struct node *next; }B; B *top1, *p1, *q1; typedef struct Node { long small; struct Node *next; }S; S *top2,
www.eeworm.com/read/452050/7448523

c 1895731_ac_1468ms_72k.c

# include # include typedef struct node { long big; struct node *next; }B; B *top1, *p1, *q1; typedef struct Node { long small; struct Node *next; }S; S *top2,