代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/335286/12541427
v count4_tp.v
`timescale 1ns/1ns
`include "count4.v"
module coun4_tp;
reg clk,reset;
wire[3:0] out;
parameter DELY=100;
count4 mycount(out,reset,clk);
always #(DELY/2) clk = ~clk;
initial
begin
clk =0
www.eeworm.com/read/147475/12550643
h params.h
/*----------------------------------------------------------------------
File : params.h
Contents: command line parameter retrieval
Author : Christian Borgelt
History : 05.06.2003 file cre
www.eeworm.com/read/248541/12554406
f erfc.f
function erfc(xx)
!! ~ ~ ~ PURPOSE ~ ~ ~
!! erfc is the complementary error function;
!! erf(B) is the error function for B
!! ~ ~ ~ INCOMING VARIABLES ~ ~ ~
!! na
www.eeworm.com/read/334890/12564470
bsf jiaotongdeng.bsf
/*
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/147311/12567830
html callprocedure.html
Calling a Stored Procedure in a Database
(Java Developers Almanac Example)