代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/222780/14673837
c dos2unix.c
/*
* This program strips the CRs from a file. MSDOS uses CRLF for
* \n while Unix uses only a LF. In addition, ^Z characters are
* stripped from the input file. Unix does not use ^Z to mark t
www.eeworm.com/read/222772/14674177
c semi.c
#include
main() {
int Ch;
while ((Ch = getchar()) != EOF) {
if (Ch == ';') putchar(';');
putchar(Ch);
}
}
www.eeworm.com/read/122684/14674295
cpp stack3.cpp
//: C20:Stack3.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Using a vector as a stack; m
www.eeworm.com/read/222771/14674449
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/122684/14675007
cpp strfile.cpp
//: C18:Strfile.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Stream I/O with files
//
www.eeworm.com/read/122684/14675054
h applymember.h
//: C19:applyMember.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// applySequence.h modified
www.eeworm.com/read/122684/14675307
cpp sitemapconvert.cpp
//: C17:SiteMapConvert.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Using strings to cre
www.eeworm.com/read/222743/14677032
cpp strfile.cpp
//: C04:Strfile.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the file '
www.eeworm.com/read/122655/14677382
txt demo.txt
Sub Main()
Dim a As Integer
Print "1+2+3+...+100="
a=100
Count(a)
End Sub
Sub Count( Dim Max As Integer)
Dim i As Integer
Dim s As Integer
s=0
i=1
Do
s=s+i
i=i+1
Loop W
www.eeworm.com/read/222717/14678839
txt cn700_vc34752424.txt
/*功能描述:输入可用内存页面数和一个作业访问逻辑页号的序列
*给出FIFO、LRU、OPT算法的缺页中断率
*本程序中设初始页框里的页号与实际页号都不同
*在VC6.0里测试通过
*/
#include
#define M 40
int N;
struct Pro
{
int num,time;
};
int Input(int m,Pro