代码搜索:repeat
找到约 6,690 项符合「repeat」的源代码
代码结果 6,690
www.eeworm.com/read/126702/6014413
java~2~ ttest.java~2~
package timertask;
/**
如果创建了一个非后台进程任务,当你的程序结束时,你可能希望调用cancel( )方法来
结束任务。如果不这样做的话,你的程序可能被“挂起”一个周期时间。
下面的程序说明了Timer和TimerTask。该程序定义了一个定时器任务,它的run( )方法
显示消息“Timer task executed.”。该任务被安排在最初的一秒延 ...
www.eeworm.com/read/126702/6014414
java~3~ ttest.java~3~
package timertask;
/**
如果创建了一个非后台进程任务,当你的程序结束时,你可能希望调用cancel( )方法来
结束任务。如果不这样做的话,你的程序可能被“挂起”一个周期时间。
下面的程序说明了Timer和TimerTask。该程序定义了一个定时器任务,它的run( )方法
显示消息“Timer task executed.”。该任务被安排在最初的一秒延 ...
www.eeworm.com/read/124937/6035141
msg sample2.msg
{ DISCLAIMER: This is provided as is, expressly without a warranty of any kind.}
{ You use it at your own risc. }
TmwSampleSyn {first Identifier is considered to be the Class Name }
tk {s
www.eeworm.com/read/124426/6047842
java schedulejobactionhandler.java
package org.jbpm.delegation.action;
import org.dom4j.*;
import org.jbpm.*;
import org.jbpm.delegation.*;
import org.jbpm.model.scheduler.*;
import org.jbpm.util.xml.*;
public class ScheduleJ
www.eeworm.com/read/121089/6069577
h scroll.h
/*
COW : Character Oriented Windows
scroll.h : scroll bar cow private interface
*/
#define cwExtraScroll 5 /* size of rgwExtra for scroll windows */
/* scroll bar definitions */
#def
www.eeworm.com/read/117227/6104861
properties messagesbundle.properties
# Localized error messages for gnu.regexp
# Prefix for REException messages
error.prefix=At position {0} in regular expression pattern:
# REException (parse error) messages
repeat.assertion=repeated
www.eeworm.com/read/113536/6127815
h scroll.h
/*
COW : Character Oriented Windows
scroll.h : scroll bar cow private interface
*/
#define cwExtraScroll 5 /* size of rgwExtra for scroll windows */
/* scroll bar definitions */
#def
www.eeworm.com/read/111672/6154046
m nnigls.m
function [W1,W2,lambda,GAMMA]=nnigls(NetDef,NN,W1,W2,trparms,repeat,GAMMA,Y,U)
% NNIGLS
% ------
% Train a multi-output NNARX model using an iterated generalized
% least square
www.eeworm.com/read/106971/6190972
inc strpgm.inc
%macro REPEAT 0
%push REPEAT
%$BEGIN:
%endmacro
%macro UNTIL 1
J%-1 %$BEGIN
%pop
%endmacro
%macro IF 1
%push if
j%-1 %$ifnot
%endmacro
%macro ELSE 0