代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/338741/12286431
cpp cifa.cpp
#include
#include
#include
using std::cout;
using std::cin;
using std::endl;
using std::string;
char prog[80],token[8];//prog存放原程序字符串,token存放单词自身字符串
char ch;
www.eeworm.com/read/252304/12286708
c bch2bps.c
/* convert bivariate w Chebyshev series to w Power series */
#ifndef lint
static const char SCCSID[]="@(#)bch2bps.c 4.5 94/03/22 GIE REL";
#endif
#include
/* basic support procedures */
www.eeworm.com/read/150497/12289511
c myfunc.c
/* *src甫 numbytes父怒 *dest栏肺 墨乔茄促. */
void Move( unsigned char *src, unsigned char *dest, unsigned int numbytes )
{
if ( numbytes
www.eeworm.com/read/338581/12293613
prg li4.prg
clear
scan for 单价>22.00
display
endscan
*go top
*do while .not.eof()
* display
* skip
*enddo
www.eeworm.com/read/338533/12294891
txt kmp算法详解.txt
KMP算法详解
我们这里说的KMP不是拿来放电影的(虽然我很喜欢这个软件),而是一种算法。KMP算法是拿来处理字符串匹配的。换句话说,给你两个字符串,你需要回答,B串是否是A串的子串(A串是否包含B串)。比如,字符串A="I'm matrix67",字符串B="matrix",我们就说B是A的子串。你可以委婉地问你的MM:“假如你要向你喜欢的人表白的话,我的名字是你的告白语中的子串吗 ...
www.eeworm.com/read/150340/12297938
c preproc.c
/* `
* 68K/386 32-bit C compiler.
*
* copyright (c) 1997, David Lindauer
*
* This compiler is intended for educational use. It may not be used
* for profit
www.eeworm.com/read/150338/12298415
c cc2.c
/*
** Small-C Compiler -- Part 2 -- Front End and Miscellaneous.
** Copyright 1982, 1983, 1985, 1988 J. E. Hendrix
** All rights reserved.
*/
#include
#include "cc.h"
extern char
www.eeworm.com/read/150338/12298429
arc clib.arc
>>> CLIB.H 1617
/*
** CLIB.H -- Definitions for Small-C library functions.
**
** Copyright 1983 L. E. Payne and J. E. Hendrix
*/
/*
** Misc parameters
*/
#define MAXFILES 20 /* maximum op
www.eeworm.com/read/150338/12298448
c cc1.c
/*
** Small-C Compiler -- Part 1 -- Top End.
** Copyright 1982, 1983, 1985, 1988 J. E. Hendrix
** All rights reserved.
*/
#include
#include "notice.h"
#include "cc.h"
/*
** mis