代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/113071/6142052
java loopwhile.java
/** Compile this program and dump the compiled bytecode
* with "javap -c" or equivalent; you will be enlightened
* as to the true nature of while loops compared to for loops.
*/
class Loops {
www.eeworm.com/read/112192/6148070
c split.c
#include
#include
/*
- split - divide a string into fields, like awk split()
= int split(char *string, char *fields[], int nfields, char *sep);
*/
int /* number of fields,
www.eeworm.com/read/111887/6151746
java clientoutput.java
package Services;
import java.io.*;
import java.net.*;
import Utilities.*;
import Config;
/**
* Title: InHand SMS platform XMLRouter
* Description: InHand 短信服务平台服务路由器
* C
www.eeworm.com/read/111887/6151826
java~81~ clientoutput.java~81~
package Services;
import java.io.*;
import java.net.*;
import Utilities.*;
import Config;
/**
* Title: InHand SMS platform XMLRouter
* Description: InHand 短信服务平台服务路由器
* C
www.eeworm.com/read/111887/6151827
java~82~ clientoutput.java~82~
package Services;
import java.io.*;
import java.net.*;
import Utilities.*;
import Config;
/**
* Title: InHand SMS platform XMLRouter
* Description: InHand 短信服务平台服务路由器
* C
www.eeworm.com/read/111887/6151844
java~83~ clientoutput.java~83~
package Services;
import java.io.*;
import java.net.*;
import Utilities.*;
import Config;
/**
* Title: InHand SMS platform XMLRouter
* Description: InHand 短信服务平台服务路由器
* C
www.eeworm.com/read/111069/6159454
java showfile2.java
package myp;
import java.security.*;
import java.io.*;
public class ShowFile2{
public String go(String name) throws IOException{
String s;
String content="";
Buffer
www.eeworm.com/read/110034/6168548
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/110034/6171477
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