代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/142185/5765907
c dhrt.c
#include "math.h"
int dhrt(a,b,h,eps,x,m,f)
int m;
double a,b,h,eps,x[],(*f)();
{ int n,js;
double z,y,z1,y1,z0,y0;
n=0; z=a; y=(*f)(z);
while ((z
www.eeworm.com/read/140841/5780094
c apbuart.c
#include
/*
* test suite for the GRLIB UART with FIFOs. Set FIFOSIZE, FREQUENCY to the
* current configuration and select a baudrate. If an error is found, the cpu
* will trap and th
www.eeworm.com/read/140582/5785378
c ultot.c
/*
* convert unsigned long to text
* Copyright (C) 2000 Henry Spencer.
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Library General P
www.eeworm.com/read/139903/5795792
cpp sitemapconvert.cpp
//: C01:SiteMapConvert.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Using strings to create a
www.eeworm.com/read/139903/5795905
cpp strfile.cpp
//: C02:Strfile.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Stream I/O with files
// The di
www.eeworm.com/read/139903/5795973
cpp stack3.cpp
//: C04:Stack3.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Using a vector as a stack; modifi
www.eeworm.com/read/139903/5796002
h applymember.h
//: C03:applyMember.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// applySequence.h modified to us
www.eeworm.com/read/136865/5842005
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: qt/adle
www.eeworm.com/read/136849/5842608
c wstring.c
/*
+-----------------------------------------------------------------------+
| Restricted Rights Legend |
| Copyright(c) 1999-2000 by Mobile Innovation,
www.eeworm.com/read/136815/5856697
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: qt/adle