代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/231652/14225029
pas ac1019.pas
program ural1019;
const
maxn=5000;
treesize=6144;
root=4096;
maxd=root shr 1;
type
event=record
x:longint;
level:word;
delta:shortint;
end;
node=record
exist
www.eeworm.com/read/231652/14225087
pas ac1362.pas
program ural1362;
const
maxn=100000;
maxe=maxn*2-2;
var
v2,pre:array[1..maxe]of longint;
last,time,a:array[1..maxn]of longint;
v:array[1..maxn]of boolean;
n,i,c,x,root:longint;
pr
www.eeworm.com/read/231652/14225118
pas ac1354.pas
program ural1354;
const
maxl=10000;
var
c:array[1..maxl]of char;
next:array[1..maxl]of word;
l,i,j:longint;
begin
repeat
inc(l);read(c[l]);write(c[l]);
until seekeoln;
n
www.eeworm.com/read/231652/14225154
pas ac1355.pas
program ural1355;
var
t,u,a,b,ans:longint;
begin
read(t);
for u:=1 to t do begin
read(a,b);
if b mod a>0 then begin writeln(0);continue;end;
ans:=1;b:=b div a;
while not
www.eeworm.com/read/231652/14225255
pas ac1278.pas
program ural1278;
var
x:array[0..99]of byte;
k:longint;
n,i:shortint;
begin
read(k);
while k>1 do begin
if odd(k) then inc(n);
x[n]:=n+1;inc(n);k:=k shr 1;
end;
for i:
www.eeworm.com/read/231554/14227555
c 1.c
# define NULL 0
# define m 20
typedef struct node {int num; char name[m];int age;
struct node *lchild,*rchild;}BSTNode;
BSTNode *searchnode(BSTNode *r,int k) /*二叉排序树
www.eeworm.com/read/231535/14228006
h sclinlist.h
/*文件SCLinList.h*/
typedef struct node
{
DataType data;
struct node *next;
} SCLNode; /*结点结构体定义*/
void SCLLInitiate(SCLNode **head) /*初始化*/
{
if((*head = (SCLNode *)malloc(sizeof(SCLNod
www.eeworm.com/read/129755/14228397
c dial.c
/*------------- 泰兴电子集团 ------------------
*----------------------------------------------
*文件名: Dial.C
*开发: www.at90s1200.go.nease.net
*创建日期: 2004-6-30 16:19
*创建人: 尹刚
*功能: 拨号程序
www.eeworm.com/read/231489/14231414
cpp rtspcommon.cpp
/**********
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either versio
www.eeworm.com/read/129726/14231671
c exit.c
#include
#include
void main()
{
int j,k;
while(1)
{
for (;;)
{
for (j=1;j