代码搜索:repeat
找到约 6,690 项符合「repeat」的源代码
代码结果 6,690
www.eeworm.com/read/131315/5945444
src vgrindefs.src
# Copyright (c) 1987, 1993
# The Regents of the University of California. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted pro
www.eeworm.com/read/124937/6035140
msg sample1.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/116008/6114382
pl test.pl
#!/usr/bin/perl
$interactive = 0;
$runIdx = -1;
$list = 0;
$usage = "test [-i][-l][-n]\n\t-i: Run in interactive mode (prompt for the query to run)\n\t-l: List the queries available and exit\n\t-n: R
www.eeworm.com/read/114609/6123807
java muxecho.java
// MuxEcho.java
// $Id: MuxEcho.java,v 1.6 2000/08/16 21:38:02 ylafon Exp $
// (c) COPYRIGHT MIT and INRIA, 1996.
// Please first read the full copyright statement in file COPYRIGHT.html
package org.
www.eeworm.com/read/111672/6154052
m igls.m
function [W1,W2,lambda,GAMMA]=igls(NetDef,W1,W2,trparms,repeat,GAMMA,PHI,Y);
% IGLS
% ----
% Train a multi-output network and estimate the covariance matrix
% simultaneously us
www.eeworm.com/read/101594/6236362
java inputhandler.java
/*
* InputHandler.java - Manages key bindings and executes actions
* :tabSize=8:indentSize=8:noTabs=false:
* :folding=explicit:collapseFolds=1:
*
* Copyright (C) 1999, 2000, 2001 Slava Pestov
*
www.eeworm.com/read/101082/6251005
c memlib.c
/*#@(#)memlib.c 4.1 Ultrix 7/17/90*/
/****************************************************************************
* *
* Copyright (c) 1984 by *
* DIGITAL EQUIPMENT CORPORATI
www.eeworm.com/read/100480/6269036
java inputhandler.java
/*
* InputHandler.java - Manages key bindings and executes actions
* Copyright (C) 1999, 2000, 2001 Slava Pestov
*
* This program is free software; you can redistribute it and/or
* modify it unde
www.eeworm.com/read/252441/6298478
v loop3.v
module loop3;
integer i;
initial begin
i=0;
repeat(4)
begin
$display ("i=%h",i);
i=i+1;
end
end
endmodule
www.eeworm.com/read/417423/6302785
txt test2.txt
program example5;
var A,B,C,D,W:integer;
begin
A:=5; B:=4; C:=3; D:=2; W:=1;
if W>=1 then A:=B*C+B/D else
repeat A:=A+1; until A