代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/128604/5981001

java sentencebreakiterator.java

/* SentenceBreakIterator.java - Default sentence BreakIterator. Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; y
www.eeworm.com/read/128531/5985476

c memcpy.c

/* * Copyright (C) 2002 Mark Debbage (Mark.Debbage@superh.com) * * May be copied or modified under the terms of the GNU General Public * License. See linux/COPYING for more information.
www.eeworm.com/read/128531/5988955

h system.h

/* * linux/include/asm-arm/proc-armo/system.h * * Copyright (C) 1995, 1996 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU
www.eeworm.com/read/128531/5989159

h uncompress.h

/* * linux/include/asm-arm/arch-mx1ads/uncompress.h * * * * Copyright (C) 1999 ARM Limited * Copyright (C) Shane Nay (shane@minirl.com) * * This program is free software; you can redistribu
www.eeworm.com/read/128026/5993036

c merge.c

#include void Mpass(int x[],int y[],int k,int n); /*声明其为函数*/ void Msort(int x[],int y[],int n); /*声明其为函数*/ int main(void) { /*要排序整型数据序列*/ int a[] = {26,5,37,1,61,11,59,15,48,19
www.eeworm.com/read/127948/5993303

java testbytearrayinputstream.java

package apibook.c3.s7; import java.io.*; //测试ByteArrayInputStream类 public class TestByteArrayInputStream { public TestByteArrayInputStream() { } public static void main(String[] args) {
www.eeworm.com/read/127824/5994302

c strings.c

/****************************************************************/ /* */ /* strings.c */ /* */ /* Global String Handling Functions */ /* */ /* Copyright (c)
www.eeworm.com/read/127824/5994318

c strings.c

/****************************************************************/ /* */ /* strings.c */ /* */ /* Global String Handling Functions */ /* */ /* Copyright (c) 1
www.eeworm.com/read/127781/5996939

c hexify.c

#include void main() { int c; int comma=0; int count=0; while((c=getchar())!=EOF) { unsigned char x=c; if(comma) printf(","); else comma=1; if(count==8) { count=0;
www.eeworm.com/read/127781/6000531

h system.h

/* * linux/include/asm-arm/proc-armo/system.h * * Copyright (C) 1995, 1996 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU