代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/129685/14233176

cc mcwildmatch.cc

/* McWildMatch.cc Copyright (c) 1996 Roland Wunderling, Malte Zoeckler Copyright (c) 1999-2000 Dragos Acostachioaie This file is part of DOC++. DOC++ is free software; you can redistribut
www.eeworm.com/read/110938/14233322

cpp xishujuzheng.cpp

#include #include #include #define M 10 #define N 10 float a[M][N]; float b[M][N]; float c[M][N]; void add() { for(int i0=1;i0
www.eeworm.com/read/231390/14237163

c 44blib.c

#include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\def.h" #include "..\inc\option.h" #include #include #include #include #includ
www.eeworm.com/read/231386/14237244

java scan.java

public class Scan{ int shape[][][]=new int[19][19][5]; void scan(int chesspad[][],int colour){ int i,j; for(i=0;i
www.eeworm.com/read/129561/14238366

cpp filestr.cpp

#include "rar.hpp" static bool IsUnicode(byte *Data,int Size); bool ReadTextFile(char *Name,StringList *List,bool Config,bool AbortOnError, bool ConvertToAnsi,bool Unquote,bool Ski
www.eeworm.com/read/231175/14249816

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/129337/14250863

arith

#!/bin/sh x=0 while [ "$x" -ne 10 ]; do echo $x x=$(($x+1)) done exit 0
www.eeworm.com/read/129337/14250975

c stdio.c

#include int main() { int c; FILE *in, *out; in = fopen("file.in","r"); out = fopen("file.out","w"); while((c = fgetc(in)) != EOF) fputc(c,out); exit(0);
www.eeworm.com/read/129314/14252464

txt 新建 文本文档.txt

'--------------------------------------产生网络-------------------------------------------- Public Function GenerateNetwork(Net) _ As Integer Dim Net(prepare.rownumber, prepare.linenumber) As
www.eeworm.com/read/129311/14253000

htm 第四章 流控制1.htm

基础教程