代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/152785/12084866
c atoi.c
/***************************************************************************
* __________ __ ___.
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
* S
www.eeworm.com/read/341404/12084965
cpp 1024.cpp
#include
using namespace std;
const int maxN = 1000;
int a[maxN + 1], len[ maxN + 1 ];
bool visit[maxN + 1];
int gcd(int a, int b)
{
while( b != 0 )
{ int c = a%b; a = b;
www.eeworm.com/read/152723/12090293
c netutil.c
/* Network utility functions for 'TCP/IP Lean' (c) Iosoft Ltd. 2000 */
#include
#include
#include
#include
#include "ethernet.h"
#include "netutil.h"
www.eeworm.com/read/152659/12094779
c string.c
/**********************************************************************
* 统计字符数,不包括最后的'\0'
**********************************************************************/
int strlen(const char *str)
{
int i
www.eeworm.com/read/255227/12094915
m sor.m
function x=sor(A,b,omega,x0,e,N)
n=length(b);
if nargine&k
www.eeworm.com/read/341202/12102700
c main.c
#define uchar unsigned char //定义一下方便使用
#define uint unsigned int
#define ulong unsigned long
#include //包括一个52标准内核的头文件
sbit P10 = P1^0; //头文件中没有定义的IO就要自己来定义了
sbit P11 = P1^1;
sb
www.eeworm.com/read/255066/12102751
c u241mon.c
/****************************************************************
NAME: u241mon.c
DESC: u241mon entry point,menu,download
HISTORY:
Mar.25.2002:purnnamu: S3C2400X profile.c is ported for S3C241
www.eeworm.com/read/341202/12103628
c main.c
#define uchar unsigned char //定义一下方便使用
#define uint unsigned int
#define ulong unsigned long
#include //包括一个52标准内核的头文件
char code dx516[3] _at_ 0x003b;//这是为了仿真设置的
sbit P10=P1^
www.eeworm.com/read/152475/12111249
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/254960/12111393
cpp 122.cpp
#include
void ShellSort(int a[],int n,int d[],int numOfD)
{ int i,j,k,m,span,temp;
for(m=0;m