代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/323155/13348588
cpp 交通咨询系统.cpp
#include
const int MaxVerNum=20; //交通图的顶点数的最大值
const int MAXVALUE=100000; //两点间通路权值的最大值
typedef struct{
char vexs[MaxVerNum];
int edges[MaxVerNum][MaxVerNum];
int Vnum,Enum;
www.eeworm.com/read/136972/13350460
cpp xt6-5.cpp
#include
using namespace std;
int main()
{int i,k,m,n,num[50],*p;
coutn;
p=num;
for (i=0;i
www.eeworm.com/read/136972/13350468
cpp xt6-16.cpp
#include
using namespace std;
int main()
{char str[50],*pstr;
int i,j,k,m,e10,digit,ndigit,a[10],*pa;
cout
www.eeworm.com/read/136959/13350927
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
#define
www.eeworm.com/read/136959/13351197
c reversi.c
#define X N(a,O(h,W(f,M(c,g))),O(i,W(f,M(d,g))))
#define A(x) r(D(x,1); O(x,-9); D(x,O(x,1)))
#define L(x) toupper(getchar())-x
#define R Z,Z,0,0
#define S 0,9,6,6,6,6,6,6,9,0
#define q D(h,0); A(f)A(
www.eeworm.com/read/136959/13351569
c faskbhit.c
/*
** by David Goodenough & Bob Stout
**
** Revisions:
** 30-Mar-96 Ed Blackman OS/2 mods
*/
#include
#include
#include "snipkbio.h"
#include "extkword.h"
#include "ext_keys.h"
www.eeworm.com/read/136959/13351838
c initvars.c
/**** init_globals(fp, names, types, ...)
**
** public domain by Raymond Gardner Sept. 1991
**
** fp is a FILE * to the (already fopen'ed) file containing
** initialization data
** names is
www.eeworm.com/read/323118/13354407
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
%
www.eeworm.com/read/136879/13355856
cpp text5.cpp
#include
main()
{
while( true )
new double[ 100000000 ];
return 0;
}
www.eeworm.com/read/136879/13355863
cpp text5.cpp
#include
main()
{
while( true )
new double[ 100000000 ];
return 0;
}