代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/469752/6926204

cpp 1099094_ac_6217ms_49012k.cpp

#include #include #include using namespace std; int a[4001],b[4001],c[4001],d[4001],n1[16000001],n2[16000001]; int num,n; int cnt; int main() { int i,j,p1,p2,c
www.eeworm.com/read/469754/6926276

cpp 2568.cpp

#include using namespace std; int main() { int n,m,i,j,k; while(scanf("%d",&n)!=EOF) { while(n--) { scanf("%d",&m); if(m==1) printf("1\n"); else if(m==0) printf("0\n"
www.eeworm.com/read/469754/6926292

cpp 2565.cpp

#include #include using namespace std; int main() { int n,m,i,j,k; while(scanf("%d",&n)!=EOF) { while(n--) { scanf("%d",&m); for(j=0;j
www.eeworm.com/read/469754/6926295

cpp 2564.cpp

#include using namespace std; int main() { int n,m,i,j,k; char ch[500]; while(scanf("%d",&n)!=EOF) { gets(ch); while(n--) { gets(ch); if(ch[0]='a')
www.eeworm.com/read/469491/6929036

c 1.c

#include #include #include #include"1.h" main() {SLNode *head;bookNode *head1;authorNode *head2;pressNode *head3;int i=1,j,a,c;char b,d,e,f; printf("****************
www.eeworm.com/read/312829/6934146

c adc.c

#include "mqb.h" BYTE GetADCData(BYTE Chanel)/*Chanel=0x0c;0x0d;0x0e;0x0f*/ { BYTE ch,i,ch1; bit b; ADCCS=1; ADCCLK=0; ADCCS=0; Chanel+=0xc; for (i=0;i
www.eeworm.com/read/331255/6935464

vb sortalogrithm.vb

Public Class SortAlogrithm Protected Overridable Sub Exch(ByRef A As Integer, ByRef B As Integer, ByVal i As Integer, ByVal j As Integer) Dim T As Integer T = A A =
www.eeworm.com/read/331255/6935484

vb sortalogrithm.vb

Public Class SortAlogrithm Protected Overridable Sub Exch(ByRef A As Integer, ByRef B As Integer) Dim T As Integer T = A A = B B = T End Sub Pr
www.eeworm.com/read/193319/6939739

c adler32.c

/* adler32.c -- compute the Adler-32 checksum of a data stream * Copyright (C) 1995-2003 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) $Id: ad
www.eeworm.com/read/177588/6940559

java gformat.java

import java.text.*; public class GFormat //a class holding static methods for //formatting purposes { public static String padRight(String s, int n) //if s has fewer than n characters then