代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/246404/12728785
pas ac1242.pas
{$Q-,R-}
program tju1242;
const
maxn=30000;
maxe=100000;
maxq=100000;
var
edge:array[1..maxe]of record v1,v2:word;pre1,pre2:longint;del:byte;end;
query:array[1..maxq+maxe-maxn+1]of r
www.eeworm.com/read/246404/12728855
pas ac1244.pas
program tju1244;
const
maxn=300;
maxc=10000;
var
v1,v2,order:array[1..maxc]of word;
len:array[1..maxc]of longint;
root:array[1..maxn]of word;
n,c,i,r,a,b:longint;
procedure qsort(
www.eeworm.com/read/246404/12728971
pas ac1065.pas
program tju1065;
const
maxn=100000;
maxl=50;
var
w:array[0..maxn]of string[maxl];
s,l:array[0..maxl]of longint;
n,i,t,ans:longint;
procedure qsort(s,t:longint);
var
p,i,j:lon
www.eeworm.com/read/145385/12729167
m ex3_11.m
sum=0;
cnt=0;
val=input('Enter a number (end in 0):');
while (val~=0)
sum=sum+val;
cnt=cnt+1;
val=input('Enter a number (end in 0):');
end
if (cnt > 0)
sum
mean=sum/cn
www.eeworm.com/read/246404/12729328
pas ac1242.pas
{$Q-,R-}
program tju1242;
const
maxn=30000;
maxe=100000;
maxq=100000;
var
edge:array[1..maxe]of record v1,v2:word;pre1,pre2:longint;del:byte;end;
query:array[1..maxq+maxe-maxn+1]of r
www.eeworm.com/read/246404/12729418
pas ac1244.pas
program tju1244;
const
maxn=300;
maxc=10000;
var
v1,v2,order:array[1..maxc]of word;
len:array[1..maxc]of longint;
root:array[1..maxn]of word;
n,c,i,r,a,b:longint;
procedure qsort(
www.eeworm.com/read/246401/12730201
c bo4-3.c
/* bo4-3.c 串采用块链存储结构(由c4-3.h定义)的基本操作(16个) */
void InitString(LString *T)
{ /* 初始化(产生空串)字符串T。另加 */
(*T).curlen=0;
(*T).head=NULL;
(*T).tail=NULL;
}
Status StrAssign(LString *T,ch
www.eeworm.com/read/145370/12733046
cpp mainnew.cpp
// *******************************************************
//
// FILENAME: main.c
// PROJECT: Attack Plane
// DESCRIPTION: 飞机空战游戏
// DATE: 2002-11-23
// BY: bo
//
// ******************
www.eeworm.com/read/246386/12733485
c lexyy.c
/*--------------------------------------------------------*/
/* Copyright (c) PSW-soft 1996 */
/* */
/* File: LEXY
www.eeworm.com/read/246339/12735457
c server.c
//server
/****************************************************
* 《ATM 服务模型服务端代码》 *
* 2003级计算机4班 030300639 许贻福 *
* 2005.12.28 *
**********************************************