代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/130553/14186227

c initvars.c

#include #include #include #include #include #include /**** init_globals(fp, names, types, ...) ** ** public domain by Raymond
www.eeworm.com/read/130553/14186290

c xstrcmp.c

/* ** xstrcmp() - compares strings using DOS wildcards ** 'mask' may contain '*' and '?' ** returns 1 if 's' matches 'mask', otherwise 0 ** public domain
www.eeworm.com/read/130553/14186302

c roman.c

/* * * ROMAN.C - Converts integers to Roman numerals * * Written by: Jim Walsh * * Compiler : Microsoft QuickC v2.5 * * This Program Is Relea
www.eeworm.com/read/130553/14186536

c xstrcat.c

/* ** XSTRCAT.C - String concatenation function ** ** Notes: 1st argument must be a buffer large enough to contain the ** concatenated strings. ** ** 2nd thru nth arguments are
www.eeworm.com/read/130553/14186970

c uudecode.c

/* ** by: John Lots ** patched up for BC++ 3.1 by Alan Eldridge 10/12/92 ** (UUCP: alane@wozzle.linet.org, FIDO: 1:272/38.473) */ #include #include #def
www.eeworm.com/read/232615/14188072

c 44blib.c

#include #include #include #include #include #include "..\target\44b.h" #include "..\target\44blib.h" #include "..\target\def.h" #inclu
www.eeworm.com/read/130455/14193254

cpp nbtheory.cpp

// nbtheory.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "nbtheory.h" #include "modarith.h" #include #include NAMESPACE_BEGIN(Crypto
www.eeworm.com/read/232500/14194030

c 74164 serial to parallel.c

/****************************** ****74164 serial to parallel**** ******************************/ #include void delay(int count); void main(void) { int i; unsigned char ta
www.eeworm.com/read/130419/14195177

cpp gui16.cpp

#include #include "gui16.h" LPDIRECTDRAW lpDD; // DirectDraw object inline WORD RGBto16bit(DDPIXELFORMAT* pixFormat,unsigned char r,unsigned char g,unsigned cha
www.eeworm.com/read/130197/14203942

m getnextarg.m

function [arg, i] = getNextArg(s, i) % [arg, i] = getNextArg(s, i) % % Used to parse a comma or space separated list of arguments % in a single string into a sequence of argument strings. % % Inputs %