代码搜索:repeat
找到约 6,690 项符合「repeat」的源代码
代码结果 6,690
www.eeworm.com/read/421516/10733289
m m1.m
% MATLAB script file m1.m is for Projects 1, and 2 on single-phase
% two-winding transformer in Chapter 4
% m1.m sets up the parameters of a two-winding single-phase unit
% and plots some varia
www.eeworm.com/read/421516/10733458
m m2.m
% M-file for Project 2 on space vectors in Chapter 5.
% m2.m prompts the user for the values of m, n and attenuation
% factor used in the SIMULINK file s2.m
% It also plots the results of th
www.eeworm.com/read/275831/10794299
rb 02 - binding a block argument to a variable.rb
def repeat(n)
n.times { yield } if block_given?
end
repeat(2) { puts "Hello." }
# Hello.
# Hello.
def repeat(n, &block)
n.times { block.call } if block
end
repeat(2) { puts "Hello." }
# Hello.
#
www.eeworm.com/read/349668/10805195
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 表
www.eeworm.com/read/419541/10862943
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/272894/10937448
dpr ex.dpr
{
Greedy: from last day to first day
}
program Ural_1403(Input,Output);
const
MaxN=1000;
type
TIndex=Longint;
TOrder=record
Time,Money,Index:TIndex;
end;
TOrderSet=array[0..MaxN]of
www.eeworm.com/read/272348/10961652
txt keyword.txt
AND
ARRAY
BEGIN
CASE
CONST
DIV
DO
DOWNTO
ELSE
END
FILE
FOR
FUNCTION
GOTO
IF
IN
LABEL
MOD
NIL
NOT
OF
OR
PACKED
PROCEDURE
PROGRAM
RECORD
REPEAT
SET
THEN
TO
TYPE
UNTIL
VAR
www.eeworm.com/read/272341/10962197
txt keyword.txt
begin 1
end 2
true 5
false 5
void 7
and 75
or 75
not 12
return 13
if 20
then 21
else 22
while 23
do 24
repeat 25
until 2
www.eeworm.com/read/418073/10966383
tny test1.tny
true false or and not
int bool string while do
if then else end repeat
until read write , ;
:= + - * /
( ) < = >
= a2c 123 'EFG'
www.eeworm.com/read/417885/10972008
vwf disturb.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to