代码搜索:repeat
找到约 6,690 项符合「repeat」的源代码
代码结果 6,690
www.eeworm.com/read/231652/14225231
pas ac1262.pas
program ural1262;
const
d:array['0'..'9']of byte=(0,1,2,3,2,1,2,3,4,2);
var
c:char;
t:word;
begin
repeat
read(c);
inc(t,d[c]);
until eoln;
writeln(t);
end.
www.eeworm.com/read/231652/14225247
pas ac1223.pas
program ural1223;
const
maxeggs=1000;
maxfloors=1000;
maxthrows=45;
var
a:array[2..maxeggs,1..maxthrows]of word;
{a[x,y]:the max number of floors solvable with x eggs & y throws}
www.eeworm.com/read/231652/14225257
pas ac1259.pas
program ural1259;
var
n,i,m:longint;
function gcd(a,b:longint):longint;
var
t:longint;
begin
repeat
t:=a mod b;a:=b;b:=t;
until b=0;
gcd:=a;
end;
begin
rea
www.eeworm.com/read/230779/14274126
txt macro3.txt
[General]
Description=3.鼠标左键连点器
BeginHotkey=122
BeginHotkeyMod=0
RunOnce=0
Enable=1
[Repeat]
Type=1
Number=3954080
[Script]
LeftClick 1
Delay 200
www.eeworm.com/read/227824/14409923
c bitmap.c
/* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client.
Bitmap decompression routines
Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redis
www.eeworm.com/read/126464/14422914
tny sample.tny
{ Sample program
in TINY language -
computes factorial
}
read x; { input an integer }
if 0 < x then { don't compute if x
www.eeworm.com/read/226000/14504261
c bitmap.c
/*
rdesktop: A Remote Desktop Protocol client.
Bitmap decompression routines
Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/225849/14513649
hashgen pascal_keywords.hashgen
and
array
begin
case
const
div
do
downto
else
end
file
for
forward
function
goto
if
in
label
mod
nil
not
of
or
packed
procedure
program
record
repeat
set
then
to
type
u
www.eeworm.com/read/225849/14513661
hashgen modula2_keywords.hashgen
and
array
begin
by
case
const
definition
div
do
else
elsif
end
exit
export
for
from
if
implementation
import
in
loop
mod
module
not
of
or
pointer
procedure
qualified
recor
www.eeworm.com/read/123850/14609062
txt websphere快速入门(14).txt
作者:easyinfonet
email: easyinfonet@sina.com.cn
日期:2001-2-16 11:35:11
5.3 JSP 语法
JSP 文件(扩展名为 .jsp)可以包含指令(或称为指示语句)、Class-wide 变量和方法、直接插入的 Java 代码(scriptlet)、访问 JavaBean、变量数据的 HTML 模型、变量数据的 Java 表