代码搜索:repeat
找到约 6,690 项符合「repeat」的源代码
代码结果 6,690
www.eeworm.com/read/362310/10005900
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/358751/10180308
pas hidden.pas
{
ID:maigoak1
PROG:hidden
}
program hidden;
const
maxl=100000;
var
fin,fout:text;
c:array[0..maxl*2-1]of char;
l,i,j,k:longint;
begin
assign(fin,'hidden.in');
reset(fin);
www.eeworm.com/read/355389/10271022
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/162511/10300168
c format.c
/* Copyright (C) 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
Contributed by Andy Vaught
This file is part of the GNU Fortran 95 runtime library (libgfortran).
Libgfortran is free sof
www.eeworm.com/read/279550/10421345
txt 各数位不重复的数.txt
#include
#include
#include
using namespace std;
long fac[10];
long howmany[9];
/*
题目:各数位不重复的数
输入:
10000
输出:
26057
*/
//思路:通过二分法查找,找到所要的数
void getfac()
www.eeworm.com/read/278235/10556922
el cus-start.el
;;; cus-start.el --- define customization properties of builtins
;;
;; Copyright (C) 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
;;
;; Author: Per Abrahamsen
;; Keyword
www.eeworm.com/read/159869/10605872
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/159552/10640278
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/276500/10733848
vwf speaker.sim.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
www.eeworm.com/read/349364/10833383
h texture.h
/*************************************************************************
"I Have No Tomatoes"
Copyright (c) 2004, Mika Halttunen
This software is p