代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/107846/6188205
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/107543/6188982
c xval-prep.c
/*************************************************************************/
/* */
/* Program to prepare data file for cross-validation */
/* ------------------------------------------------
www.eeworm.com/read/105029/6200403
c ztrim.c
#include "zlib.h"
void Ztrim( char *s )
{
int l = Zstrlen( s );
char *p = s;
s[l] = 0;
while( *p && *p s )
Zstrmovf( s, l + 1, p - s );
}
www.eeworm.com/read/104960/6200820
c console.c
#include "typDef.h"
#include "console.h"
#include "utils.h"
#include "snds.h"
#include
#define CONSOLE_OUTPUT 1
//baud rate 19200
int console_init(void)
{
UARTLCON0=0x03;
UAR
www.eeworm.com/read/104260/6205591
java eventdispatchthread.java
package java.awt;
/**
*
* Copyright (c) 1998
* Transvirtual Technologies Inc. All rights reserved.
*
* See the file "license.terms" for information on usage and redistribution
* of this file
www.eeworm.com/read/103192/6220844
c strcmps.c
/* strcmps - compare strings and ignore spaces */
#include
#include "..\h\tools.h"
/* compare two strings, ignoring white space, case is significant, return
* 0 if identical, 0 ot
www.eeworm.com/read/103142/6221363
cpp n_eventnpc.cpp
// N_EventNpc.cpp: implementation of the CN_EventNpc class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "..\..\..\goods\Goods\Goods.h"
www.eeworm.com/read/103088/6224089
pl banner.pl
#!/usr/bin/perl
while (1)
{
exit 0 if read(STDIN,$c,1) == 0;
last if ($cl eq "\031" && $c eq "\001");
$cl = $c;
}
kill 'STOP',$$;
exit 0
www.eeworm.com/read/102935/6227135
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/102935/6230076
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