代码搜索:repeat
找到约 6,690 项符合「repeat」的源代码
代码结果 6,690
www.eeworm.com/read/138595/13228999
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/138257/13244538
c bigjerk4.c
#include
void jerk(int repeat, char c);
void main()
{
printf("He calls me on the phone with nothing say\n");
printf("Not once, or twice, but three times a day!\n");
jerk(1,'?');
www.eeworm.com/read/138257/13244644
c bigjerk3.c
#include
void jerk(int repeat);
void main()
{
printf("He calls me on the phone with nothing say\n");
printf("Not once, or twice, but three times a day!\n");
jerk(1);
printf("H
www.eeworm.com/read/138121/13258728
caraca lircrc.caraca
#
# This is an example of ~/.lircrc file
# It is a copy of actual setup from my home machine.
# Contributed by Konrad Riedel
#
begin
prog = irexec
button = tv/fm
confi
www.eeworm.com/read/137436/13322288
h varinit.h
;==============================================================
variable_init .macro
;---------------------------------------------------------------
DataZero TEMP ;数据区清零
;===================
www.eeworm.com/read/314903/13556045
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/314717/13560417
ps snowflak.ps
%!
%% Elizabeth D. Zwicky
%% zwicky@erg.sri.com
%% multiflake
/newflake
{/seed usertime def
seed srand
/strokecolor [rand 99 mod 100 div
rand 99 mod 100 div
100 rand 22 mo
www.eeworm.com/read/314717/13560457
ps gs_cmap.ps
% Copyright (C) 1995 Aladdin Enterprises. All rights reserved.
%
% This file is part of Aladdin Ghostscript.
%
% Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND. No author