代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/458153/7303387
c flashled.c
#include
unsigned char i;
unsigned char temp;
unsigned char a,b;
void delay(void) /*延时0.2秒*/
{
unsigned char m,n,s;
for(m=20;m>0;m--)
for(n=20;n>0;n--)
www.eeworm.com/read/457951/7315108
cpp 100 3n+1.cpp
#include
using namespace std;
int main()
{
long i,j,max,t,l,start,end,change;
while(cin>>i>>j)
{ start=i;
end=j;
max
www.eeworm.com/read/457948/7315116
cpp 382 perfection.cpp
#include
#include
using namespace std;
int main()
{
int num,test=1;
while(cin>>num)
{
if(test==1)
cout
www.eeworm.com/read/457948/7315117
cpp 371 akermann.cpp
#include
using namespace std;
int main()
{
long long i,j,max,t,l,change,req,start,end;
while(cin>>i>>j)
{
start=i;
www.eeworm.com/read/457902/7315664
c hiding.c
/* hiding.c -- variables in blocks */
#include
int main()
{
int x = 30; /* original x */
printf("x in outer block: %d\n", x);
{
int x = 77; /*
www.eeworm.com/read/457902/7315787
c truth.c
// truth.c -- what values are true?
#include
int main(void)
{
int n = 3;
while (n)
printf("%2d is true\n", n--);
printf("%2d is false\n", n);
n = -3;
www.eeworm.com/read/457902/7315823
c shoes2.c
/* shoes2.c -- calculates foot lengths for several sizes */
#include
#define ADJUST 7.64
#define SCALE 0.325
int main(void)
{
double shoe, foot;
printf("Shoe size (men's)
www.eeworm.com/read/457838/7317198
c myfunc.c
/* *src甫 numbytes父怒 *dest栏肺 墨乔茄促. */
void Move( unsigned char *src, unsigned char *dest, unsigned int numbytes )
{
if ( numbytes
www.eeworm.com/read/457830/7317253
c lword.c
#include "world.h"
int lineno = 1;
char * int_to_string(int );
int tokenval = NONE;
char buffer[BSIZE] = "";//初始化缓冲区
char keyword[keyWordNum][keyWordMaxLen] = {"main","const","void", "int
www.eeworm.com/read/457759/7317994
c shiyan.c
#include
#include
#include
#include
#define MAXSIZE 100
#define N 50
void init(char *ch)
{ char newc[N];
newc[0]=NULL;
strcpy(ch,newc);}
void scan(cha