代码搜索:initial

找到约 10,000 项符合「initial」的源代码

代码结果 10,000
www.eeworm.com/read/111517/15511335

jsp enrollapptest.jsp

www.eeworm.com/read/109800/15548148

v random_tp.v

`timescale 10ns/1ns module random_tp; integer data; integer i; parameter delay=10; initial $monitor($time,,,"data=%b",data); initial begin for(i=0; i
www.eeworm.com/read/109800/15548161

v time_dif.v

`timescale 10ns/1ns module time_dif; reg ts; parameter delay=2.6; initial begin #delay ts=1; #delay ts=0; #delay ts=1; #delay ts=0; end initial $monitor($time,,,"
www.eeworm.com/read/109800/15548162

v mult_tp.v

`timescale 10ns/1ns module mult_tp; reg[7:0] a,b; wire [15:0] out; integer i,j; mult8 m1(out,a,b); initial begin a=0;b=0; for(i=1;i
www.eeworm.com/read/109799/15548299

v random_tp.v

`timescale 10ns/1ns module random_tp; integer data; integer i; parameter delay=10; initial $monitor($time,,,"data=%b",data); initial begin for(i=0; i
www.eeworm.com/read/109799/15548312

v time_dif.v

`timescale 10ns/1ns module time_dif; reg ts; parameter delay=2.6; initial begin #delay ts=1; #delay ts=0; #delay ts=1; #delay ts=0; end initial $monitor($time,,,"
www.eeworm.com/read/109799/15548313

v mult_tp.v

`timescale 10ns/1ns module mult_tp; reg[7:0] a,b; wire [15:0] out; integer i,j; mult8 m1(out,a,b); initial begin a=0;b=0; for(i=1;i
www.eeworm.com/read/108859/15573837

m cnvpl35n.m

function cnvplt35(xs,ys,tx,ty,ts) %Support file for CONVPLOT for use with MATLAB 3.5 % ADSP Toolbox: Version 2.0 % For use with "Analog and Digital Signal Processing", 2nd Ed. % Published by
www.eeworm.com/read/108859/15574051

m examp60.m

clc,echo on %EXAMPLE 60 [Xn, Xd]=ztr([2 0.5 0 0 0 0]); % z-transform of input N=[3, 3]; D=[1, 5, 6]; IC=[2; 4]; % H(z) and initial conditions [yt, yzs, yzi]=
www.eeworm.com/read/108797/15575198

cpp rootneu.cpp

///////////////////////////////////////////////////// // 程序5.3 Newton迭代 #include #include #include #define PRECISION 0.0000001 #define MAX_Number 10000 float